.zxxt-list{
    margin-bottom: 50px;
}
.zxxt-list .zxxt-item{
    position: relative;
    display: block;
    height: 160px;
    margin-bottom: 30px;
    padding-left: 360px;
}
a.infos-detail,
.zxxt-list .zxxt-item:hover{
    color: #c20022;
}
.zxxt-list .zxxt-item:active{
    color: #821e1e;
}
a.infos-detail{
    font-size: 16px;
}

.zxxt-list .zxxt-item .image{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 320px;
}
.zxxt-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infos .infos-title{
    font-size: 20px;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    border-bottom: 2px solid #d9d9d9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infos .infos-title span{
    flex: 0 0 calc(100% - 165px);
    width: calc(100% - 165px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.infos .infos-content{
    padding-top: 12px;
    height: 96px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 28px;
}