a.case-list-item {
    border: 1px dashed #197cff;
    box-sizing: border-box;
    display: block;
    border-radius: 4px;
    margin: 20px 0px;
    padding: 15px 15px;
    color: #333;
    text-decoration: none;
}
a.case-list-item:visited{
    text-decoration: none;
}

a.case-list-item img {
    display: none;
    margin: 10px auto;
}

.case-list-item-head {
    /* text-align: center; */
    font-size: 16px;
    margin-bottom: 10px;
}
.case-list-item-head span {
    font-weight: 700;
}

.case-list-item-body {
    font-size: 14px;
    line-height: 24px;
    color: #686868;
}

.case-list-item-body span {
    display: none;
}
