.typical-content {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 1100px;
    min-height: 500px;
    margin: 50px auto;
}
.typical-content .typical-list li {
    width: 100%;
}
.typical-content .typical-list li a{
    width: 100%;
    display: flex;
    padding: 13px 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
}

.typical-content .typical-list li a:hover {
    padding: 13px 0px 12px 0px;
    border-bottom: 2px solid #F10B05;
}

.typical-content .typical-list li a:hover .caption{
    color: #F10B05;
}
.typical-content .typical-list li a:hover .subtitle{
    color: #2A2928;
}
.typical-content .typical-list li a:hover .times{
    color: #2A2928;
}
.typical-content .typical-list li a:hover .time-bg{
    background: url('/r/cms/www/default/images/typicalClassic/select-time.svg') no-repeat center center;
    background-size: 100% 100%;
}
.typical-content .typical-list li a .bt-img-div .bt-img:hover  {
    transform: scale(1.1);
}

.typical-content .typical-list li a .bt-img-div {
    min-width: 170px;
    height: 110px;   
    margin-right: 25px;
    overflow: hidden;
}

.typical-content .typical-list li a .bt-img {
    display: block;
    object-fit: contain;
    width: 156px;
    height: 110px;
    background: #fbfbfb;
    transition: all .38s ease-in-out;   
}
.eles {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.details {
    width: calc(100% - 196px);
}
.details .caption{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #2A2928;
    height: 25px;
    line-height: 25px;
}
.details .subtitle {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #9B9895;
    margin: 10px 0 0 0;
    height: 25px;
    line-height: 25px;
    margin-top: 3px;
}
.details .bottom {
    margin-top: 6px;
}
.details .bottom .label{
    display: inline-block;
    font-size: 14px;
    color: #F10B05;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 40px;
}
.details .bottom .time-bg {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/r/cms/www/default/images/typicalClassic/time-bg.png') no-repeat center center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -3px;
}
.details .bottom .times {
    font-size: 14px;
    font-weight: 400;
    color: #9B9895;
}