/*学院新闻*/
.twlb{
    padding: 0.3rem;
}
.twlb li{
    border-bottom: 1px solid #ececec;
    margin-bottom: 0.16rem;
    padding: 0.22rem 0;
}
.twlb li .img{
    width: 2.38rem;
    height: 1.43rem;
    overflow: hidden;
}
.twlb li .img img{
    height: 100%;
}
.twlb li .tet{
    width: calc(100% - 2.76rem);
}
.twlb li .tet span{
    display: table;
    padding: 0 0.12rem;
    font-size: 0.14rem;
    font-weight: bold;
    line-height: 0.3rem;
    border-bottom-right-radius: 0.14rem;
    border-top-right-radius: 0.14rem;
    border-top-left-radius: 0.14rem;
    background-image: linear-gradient(to right,#3c8fce,#89c9f2);
    color: #ffffff;
    margin: 0.05rem 0 0 0;
}
.twlb li .tet h4{
    overflow: hidden;
    margin: 0.1rem 0  0.05rem 0;
    width: 98%;
}
.twlb li .tet h4 a{
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.2rem;
    line-height: 0.36rem;

}
.twlb li .tet 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: 0.16rem;
    line-height: 0.24rem;
    color: #999999;
    width: 99%;
}






/*手机适配*/
@media screen and (max-width: 1200px) {
    /*学院新闻*/
    .twlb{
        padding: 0.3rem 0.15rem;
    }
    .twlb li .tet{
        width: calc(100% - 2.58rem);
    }
    .twlb li .tet span{
        margin: 0;
    }
    .twlb li .tet h4{
        margin: 0.05rem 0 0 0;
    }
    .twlb li .tet p{
        line-height: 0.36rem;
    }


}

