.gznr-right {
    padding-bottom: 60px;
    margin-bottom: 30px;
    min-height: 500px;
}

.wzlb-cont {
    background-color: #F6F6F6;
    margin-top: 45px;
}

.wzlb-cont ul li {
    padding: 0 20px;
    clear: both;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid #ccc;
    height: 70px;
}

.wzlb-cont ul li:hover {
    background-color: #2D962D;
}

.wzlb-cont ul li:hover>a>p{color: aliceblue;}

.wzlb-cont ul li:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.wzlb-cont ul li a {
    width: 100%;
    color: black;
    /* position: relative; */
    line-height: 70px;
}

.wzlb-cont ul li p,
.wzlb-cont ul li span,
.wzlb-cont ul li img {
    display: inline-block;
    vertical-align: middle;
}

.wzlb-cont ul li p {
    font-size: 16px;
    float: left;
    width: 92%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.wzlb-cont ul li span {
    font-size: 14px;
    float: right;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.wzlb-cont ul li img {
    position: absolute;
    right: 3%;
    top: 35%;
    filter: brightness(0) invert(0.5);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.wzlb-list {
    text-align: center;
    margin-top: 70px;
}

.wzlb-list>span {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    border: 1px solid #ccc;
}

.wzlb-list>span:hover {
    background-color: #F6F6F6;
}

.wzlb-list>span:nth-child(2) {
    background-color: #ccc;
}

@media (max-width:1160px) {
    .wzlb-cont ul li img {
        width: 30px;
    }

    .wzlb-cont ul li span {
        font-size: 14px;
    }

    .wzlb-cont ul li p {
        font-size: 14px;
        max-width: 432px;
        text-overflow: ellipsis;
        overflow: hidden;
        text-wrap: nowrap;
    }

}

@media(max-width:610px) {

    .wzlb-cont ul li p,
    .wzlb-cont ul li span,
    .wzlb-cont ul li img {
        display: block;
        line-height: 50px;
    }

    .wzlb-cont ul li img {
        top: 20%;
    }
}