/*图文列表*/
.twlb li{
    padding: 0.5rem 0;
    border-bottom: 0.01rem dashed #e0e0e0;}
.twlb li:first-child{
    padding-top: 0.2rem;}
.twlb li .img{
    width: 3.46rem;
    height: 2.28rem;
    overflow: hidden;}
.twlb li .img img{
    height: 100%;
    width:100%;}

.twlb li .tet{
    width: calc(100% - 3.83rem);
    padding-left: 0.1rem;
    position: relative;
    overflow: hidden;
    border-bottom: 0.17rem solid #fff2f2;}
.twlb li .tet .time{
    float: left;}
.twlb li .tet .time dd p{
    font-weight: inherit;
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #bd1313;}
.twlb li .tet .time dd span{
    font-size: 0.16rem;
    line-height: 0.3rem;}
.twlb li .tet .time dt{
    width: 0.18rem;
    margin-top: 0.65rem;}

.twlb li .tet .x{
    width: 0.64rem;
    height: 0.01rem;
    float: left;
    background-color: #c4c4c4;
    margin-left: 0.1rem;
    margin-top: 0.15rem;}



.twlb li .tet .te{
    width: calc(100% - 1.48rem);
    float: right;}
.twlb li .tet .te a{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   line-height: 0.3rem;
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.15rem;}
.twlb li .tet .te p{
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.3rem;
    height: 0.9rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}





/*手机适配*/
@media screen and ( max-width: 1200px ) {

    /*图文列表*/
    .twlb li{
        padding: 0.15rem 0;
        border-bottom: 0.01rem dashed #e0e0e0;}
    .twlb li:first-child{
        padding-top: 0.2rem;}
    .twlb li .img{
        width: 2.46rem;
        height: 1.28rem;
        overflow: hidden;}
    .twlb li .img img{
        height: auto;
        width: 100%;}

    .twlb li .tet{
        width: calc(100% - 2.66rem);
        padding-left: 0.1rem;
        position: relative;
        overflow: hidden;
        border-bottom: 0.17rem solid #fff2f2;}
    .twlb li .tet .time{
        float: left;}
    .twlb li .tet .time dd p{
        font-weight: inherit;
        font-size: 0.26rem;
        line-height: 0.3rem;
        color: #bd1313;}
    .twlb li .tet .time dd span{
        font-size: 0.16rem;
        line-height: 0.3rem;}
    .twlb li .tet .time dt{
        width: 0.18rem;
        margin-top: 0.05rem;}

    .twlb li .tet .x{
        width: 0.64rem;
        height: 0.01rem;
        float: left;
        background-color: #c4c4c4;
        margin-left: 0.1rem;
        margin-top: 0.15rem;}



    .twlb li .tet .te{
        width: calc(100% - 1.48rem);
        float: right;}
    .twlb li .tet .te a{
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 0.3rem;
        font-size: 0.18rem;
        font-weight: bold;
        margin-bottom: 0.15rem;}
    .twlb li .tet .te p{
        color: #666666;
        font-size: 0.14rem;
        line-height: 0.3rem;
        height: 0.6rem;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal!important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;}



}









