.case-list {
    padding: 20px;
    min-height: 1400px;
    background-color: #FFFFFF;
}
.list-sort {
    margin-bottom: 20px;
}
.sort {
    margin-right: 40px;
    font-size: 12px;
    font-weight: bold;
}
.sort.active {
    color: #F40B0B;
}
.hall-tag-wrap {
    position: relative;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    color: #FFFFFF;
    background: linear-gradient(90deg,rgba(103,103,103,1) 0%,rgba(61,61,61,1) 100%);
}
.hall-tag-wrap > a {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    color: #333333;
    background-color: #757575;
}

.hall-details-btn {
    position: absolute;
    top: 109px;
    right: 67px;
    display: block;
    width: 89px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #F40B0B;
    color: #F40B0B;
    cursor: pointer;
}

.collectBtnTemp{
    margin-left: 13px;
    display: inline-block;
    width: 147px;
    height: 36px;
    position: relative !important;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    background-color: #ffffff;
    border: 1px solid #e3e3e3 !important;
    border: none;
    color: #ffffff !important;
    background-color: #397ecd!important;
    margin-left: 88px;
}