/*图文列表*/
.twlb{
   padding: .5rem 0;
}
.twlb li{
    margin-bottom: .5rem;
}
.twlb li .img{
    width: 4.44rem;
    height: 2.5rem;
    overflow: hidden;
}
.twlb li .img img{
    width: 100%;
}
.twlb li .text{
    width: calc(100% - 4.84rem);
    position: relative;
}
.twlb li .text h4{
    font-size: .24rem;
    line-height: .5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
.twlb 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;
    line-height: .3rem;
    height: .6rem;
    font-size: .16rem;
    color: #666666;
}
.twlb li .text span{
    display: grid;
    align-items: center;
    text-align: center;
    width: 1.49rem;
    height: .39rem;
    background: #7837c1;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
border-top-right-radius: .39rem;
}












































