/*文字列表*/
.wzlb{
    padding: .5rem 0;
}
.wzlb ul li{
    box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.14);
    -moz-box-shadow: 0 0 .1rem 0 rgba(0,0,0,0.14);
    padding: .27rem 0;
    overflow: hidden;
    margin-bottom: .34rem;
    background: url("../images/frame/3.png")no-repeat 12.72rem center;
}
.wzlb ul li .time{
    display: grid;
    align-items: center;
    float: left;
    width: 1.04rem;
    height: 1.51rem;
    background: #7839c3;
    text-align: center;
    padding: .3rem 0 .4rem 0;
}
.wzlb ul li .time h4{
    font-size: .48rem;
    color: #ffffff;
}
.wzlb ul li .time p{
    font-size: .16rem;
    color: #ffffff;
}
.wzlb ul li .text{
    width: 9.8rem;
    margin-left: .6rem;
    float: left;
}
.wzlb ul li .text .x{
    width: .38rem;
    height: .04rem;
    background: #7839c3;
    margin: .07rem 0 .1rem 0;
}
.wzlb ul li .text h4{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .24rem;
    width: 90%;
    margin: .1rem 0;
}
.wzlb ul li .text p{
    width: 100%;
    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: .14rem;
    height: .6rem;
    line-height: .3rem;
}




























































