
.wzlist-wrap{
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgba(120, 120, 120, 0.15);
    padding: 32px;
}
.wzlist-t{
    font-size: 26px;
    color: #000000;
    padding-bottom: 12px;
    border-bottom: 1px solid #115DB2;
    letter-spacing: 2px;
}
.wzlist-l{
    padding: 30px 0;
}
.wzlist-l li{
    line-height: 50px;
    position: relative;
    padding-left: 20px;
}
.wzlist-l li:nth-child(5n){
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.wzlist-l li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.wzlist-l li:before{
    display: inline-block;
    content: "";
    height: 6px;
    width: 6px;
    background: #c2cdd7;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0px;
    top: 22px;
}
.wzlist-l li a{
    font-size: 18px;
    display: inline-block;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wzlist-l li a:hover{
    color: #9c73ce;
}
.wzlist-l li span{
    float: right;
    font-size: 16px;
}
.wzlist-l li:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

@media screen and (max-width: 768px){
    .wzlist-wrap{
        padding: .4rem .3rem;
    }
    .wzlist-t{
        font-size: .36rem;
    }
    .wzlist-l{
        padding: 0 0 .3rem;
    }
    .wzlist-l li{
        line-height: .5rem;
        padding-left: .3rem;
        border-bottom: 1px solid #eee;
        padding: .3rem 0 .3rem .3rem;
    }
    .wzlist-l li:before{
        top: .5rem;
    }
    .wzlist-l li a{
        font-size: .32rem;
        max-width: 100%;
        white-space: unset;
        text-overflow: unset;
        overflow: unset;
        display: inline;
    }
    .wzlist-l li span{
        font-size: .28rem;
    }
}