/*文章列表*/
.wzlb{
    padding-top: 0.4rem;
}
.wzlb li{
    margin-bottom: 0.26rem;
}
.wzlb .time{
    width: 0.72rem;
    height: 0.86rem;
    background-color: #ffffff;
    border-top: 2px solid #0f77dd;
    box-shadow: 0 0 0.08rem 0.04rem rgba(0,0,0,0.13);
    -webkit-box-shadow: 0 0 0.08rem 0.04rem rgba(0,0,0,0.13);
    -moz-box-shadow: 0 0 0.08rem 0.04rem rgba(0,0,0,0.13);
}
.wzlb .time h3{
    display: block;
    margin: 0.09rem auto 0.05rem auto;
    width: 0.42rem;
    line-height: 0.46rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.24rem;
    background-color: #0f77dd;
}
.wzlb .time p{
    text-align: center;
    font-size: 0.14rem;
    color: #999999 ;
}
.wzlb .tet{
    width: calc(100% - 0.92rem);
    border-bottom: 1px solid #e6ebf0;
}
.wzlb .tet a{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}
.wzlb .tet p{
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    max-width: 99%;
}






/*手机适配*/
@media screen and (max-width: 1200px) {
    /*文章列表*/
    .wzlb{
        padding-top: 0.2rem;
    }
    .wzlb li{
        margin-bottom: 0.26rem;
    }
    .wzlb .time{
        width: 1rem;
        height: 1rem;
        background-color: #ffffff;
        border-top: 2px solid #0f77dd;
        box-shadow: 0 0 0.08rem 0.04rem rgba(0,0,0,0.13);
        -webkit-box-shadow: 0 0 0.08rem 0.04rem rgba(0,0,0,0.13);
        -moz-box-shadow: 0 0 0.08rem 0.04rem rgba(0,0,0,0.13);
    }
    .wzlb .time h3{
        display: block;
        margin: 0.09rem auto 0.05rem auto;
        width: 0.42rem;
        line-height: 0.46rem;
        text-align: center;
        color: #ffffff;
        font-size: 0.24rem;
        background-color: #0f77dd;
    }
    .wzlb .time p{
        text-align: center;
        font-size: 0.14rem;
        color: #999999 ;
    }
    .wzlb .tet{
        width: calc(100% - 1.2rem);
        border-bottom: 1px solid #e6ebf0;
    }
    .wzlb .tet a{
        display: inline-block;
        font-size: 0.16rem;
        line-height: 0.36rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 95%;
    }
    .wzlb .tet p{
        display: inline-block;
        font-size: 0.14rem;
        line-height: 0.3rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #999999;
        max-width: 99%;
    }

}