/*图文列表*/
.twlb .list li{
    margin-bottom: .7rem;
}
.twlb .list li .img{
    width: 3.53rem;
    height: 1.98rem;
    overflow: hidden;
}
.twlb .list li .img img{

 width: 100%;

}
.twlb .list li .img:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.twlb .list li .text{
    width: 7.9rem;
    position: relative;
}
.twlb .list li .text:before{
    display: block;
    content: "";
    height: .01rem;
    width: .57rem;
    position: absolute;
    left: 0;
    bottom:0;
    background-color: #d22521;
}
.twlb .list li .text:after{
    display: block;
    content: "";
    height: .01rem;
    width: calc(100% - .57rem);
    position: absolute;
    right: 0;
    bottom:0;
    background-color: #e2e2e2;
}


.twlb .list li .text h4{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    line-height: .5rem;
}
.twlb .list li .text p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .14rem;
    color: #666666;
    line-height: .3rem;
    height: .6rem;
    margin: .18rem 0 .26rem 0;
}
.twlb .list li span{
    display: block;
    font-size: .16rem;
    padding-left: .3rem;
    background: url("../images/frame/11.png")no-repeat left center;
}

//先锋影展
.twlb .list li .xfyz{

    height: 1.98rem !important;
    overflow: hidden !important;
}
.twlb .list li .xfyz img{
    height: 100%;
 width: 100%;

}
.twlb .list li .xfyz:hover img{
    transition: all 0.3s;
    transform: scale(1.1);
}
.twlb .list li .xfyz-text{
    width: 10rem;
    position: relative;
}
.twlb .list li .xfyz-text:before{
    display: block;
    content: "";
    height: .01rem;
    width: .57rem;
    position: absolute;
    left: 0;
    bottom:0;
    background-color: #d22521;
}
.twlb .list li .xfyz-text:after{
    display: block;
    content: "";
    height: .01rem;
    width: calc(100% - .57rem);
    position: absolute;
    right: 0;
    bottom:0;
    background-color: #e2e2e2;
}


.twlb .list li .xfyz-texth4{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    line-height: .5rem;
}
.twlb .list li .xfyz-text p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .14rem;
    color: #666666;
    line-height: .3rem;
    height: .6rem;
    margin: .18rem 0 .26rem 0;
}

@media screen and (max-width: 1200px){
.twlb .list li .img {
    width: 100%;
    height: 4rem;
    overflow: hidden;
}
.twlb .list li .text h4 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    line-height: .5rem;
    font-size: .22rem;
    font-weight: bold;
}
.twlb .list li .text:before,.twlb .list li .text:after{
    bottom: -0.15rem;
}
.twlb .list li span {
    font-size: .2rem;
}
.twlb .list li .text {
    width: 6.5rem;
    position: relative;
}

}
























































