/*文字列表*/
.wzlb{
    padding: 0.3rem;
}
.wzlb ul{
    margin-bottom: 0.4rem;
}

.wzlb ul li{
    border-bottom: 1px solid #ececec;
    padding: 0.3rem 0;
}

.wzlb ul li .time{
    border: 1px solid #3b8fce;
    border-top: 0.05rem solid #3b8fce;
    text-align: center;
    width: 0.73rem;
    padding: 0.1rem 0 0.1rem 0;
}
.wzlb ul li .time h4{
    font-size: 0.2rem;
    color: #3b8fce;
    font-weight: bold;
}
.wzlb ul li .time span{
    display: block;
    width: 0.3rem;
    height: 1px;
    margin: 0.1rem auto;
    background-color: #d5e5f1;
}
.wzlb ul li .time p{
    font-size: 0.14rem;
}
.wzlb ul li .tet{
    width: calc(100% - 1rem);
}
.wzlb ul li .tet h4{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.2rem;
    line-height: 0.36rem;
    max-width: 98%;
}
.wzlb ul li .tet a:hover{
    color: #025198;
}
.wzlb ul 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;
    color: #999999;
    line-height: 0.24rem;
    max-width: 99%;

}

/*手机适配*/
@media screen and (max-width: 1200px){
    /*文字列表*/
    .wzlb{
        padding: 0.3rem 0.15rem;
    }
    .wzlb ul li .tet p{
        line-height: 0.36rem;
    }
}