.zwgk-panel .top-pic,
.zwgk-panel .zfxx-box ul li {
    margin-top: 20px;
}

.left,
.right {
    color: #fff;
    font-size: 14px !important;
}

.zwgk-panel .zfxx-box {
    margin-top: 10px;
}

.zwgk-panel .zfxx-box ul {
    margin-top: 30px;
}

.panel3 {
    margin-top: 30px;
}

.zwgk-panel .zcwj {
    margin-left: 28px;
}

.zwgk-panel .zcjd {
    margin-left: 0;
}

.zwgk-panel .content-box .zcwj .news {
    width: 100%;
}

.zwgk-panel .content-box .zcwj .news .content-title ul li {
    padding-right: 0;
    font-size: 16px;
    width: auto;
    text-align: center;
    color: #fff;
}

.zwgk-panel .content-box .zcwj .news .content-title ul li a {
    padding: 0 3px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.zwgk-panel .content-box .zcwj .news .content-title ul li.on a {

    color: #E4BC42;
}

.zwgk-panel .content-box .zcwj .news {
    margin-top: -38px;
}

.zwgk-panel .content-box .zcwj .news .content-title {
    padding-bottom: 0;
}

.onshow {
    display: none;
}

.zwgk-panel .content-box .zcwj .news .content-title ul li.on a .onshow {
    display: block;
}

.zwgk-panel .content-box .zcwj .news .content-title ul li.on a .onhidden {
    display: none;
}

.zwgk-panel .content-box .zcwj .news .content-title ul li.on a::before {
    content: '';
    position: unset;
    bottom: 0;

    width: 0px;
    height: 0px;
    transform: unset;
    background-color: #fff;
}

.news .content-title ul li.on a::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAECAYAAACN6BG+AAAAcElEQVQ4jd3RsQ2CUAAA0adhEBM63YKe2gmYwFGsCJ0NbGBjcAIKBqAwYQcSK0LCCL/4/JvgLncqnrOEuOKFO6ZUss4ROITihg9G9MjTyCJDHYFHCEo80KLCF+/jZ1m2SUMEIiHo9jEbDX64HDsJ/FfnUw/6B5By9gAAAABJRU5ErkJggg==);

}

.common-title>a::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAECAYAAACN6BG+AAAAcElEQVQ4jd3RsQ2CUAAA0adhEBM63YKe2gmYwFGsCJ0NbGBjcAIKBqAwYQcSK0LCCL/4/JvgLncqnrOEuOKFO6ZUss4ROITihg9G9MjTyCJDHYFHCEo80KLCF+/jZ1m2SUMEIiHo9jEbDX64HDsJ/FfnUw/6B5By9gAAAABJRU5ErkJggg==);
}

.zwgk-panel .content-box .zcwj .news .content-title ul li.on a::after {
    content: '';
    position: unset;
    bottom: 0;
    transform: unset;
    width: 0;
    height: 0;
    background-image: none;

    background-position: center;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
}


.post {

    overflow: hidden;
}

.post .content-box {
    width: 100%;
    height: 214px;
    position: relative;
    margin-top: 20px;
}

.post .content-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.item-pic {
    position: relative;
    float: left;
    width: 110px;
    height: 213px;
    cursor: pointer;
}

.item-pic a .imgoff {
    display: block;
}

.item-pic a .imgon {
    display: none;
}

.item-pic.active {
    width: 862px;
    /* transition: all .2s ease-in-out; */
}

.item-pic a {
    width: 100%;
    height: 100%;
    display: block;
}

.item-pic a img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-pic a p {
    position: absolute;
    top: 0;
    left: 40%;
    color: #fff;
    width: 20%;
    height: 100%;
    font-size: 20px;
    z-index: 99;
}

.item-pic.active a .imgoff {
    display: none;
}

.item-pic.active a .imgon {
    display: block;
}

.item-pic.active p {
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    transition: all .2s ease-in-out;
}

.other-lead {
    padding: 20px 20px 0;

}

.other-lead a {
    width: 13%;
}

.news .content-title ul .longli {
    width: 35%;
}

.news .content-title ul li {
    width: 25%;
}

.slideBbox {
    height: 240px;
    position: relative;
}

.slideBbox .prev,
.slideBbox .next {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 43px;
    height: 85px;
    background-color: rgb(0, 0, 0, 0.4);
    cursor: pointer;
    display: none;
}

.slideBbox:hover .prev,
.slideBbox:hover .next {
    display: block;
}

.slideBbox .next {
    right: 0;
}

.slideBbox .disc {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.slideBbox .disc li {
    float: left;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 5px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 10px;
    cursor: pointer;
}

.slideBbox .disc li.on {
    background: #4293E4;
}

.slide-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide-box ul li a img {
    width: 100%;
    height: 100%;
}

.slide-box,
.slide-box ul,
.slide-box ul li {
    width: 100%;
    height: 100%;
}

.slideBbox .disc li img {
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1200px) {
    .post {
        width: 100%;
        margin: 0.4rem 0;
        height: auto;
    }
    .zwgk-panel .zfxx-box {
        margin-top: .3rem;
    }

    .zwgk-panel .top-pic,
    .zwgk-panel .zfxx-box ul li {
        margin-top: .26rem;
    }

    .panel3 {
        margin-top: .4rem;
    }

    .panel3 .news .content-title ul {
        display: flex;
        justify-content: start;
    }

    .panel3 .news .hd ul li {
        width: 30%;
    }

    .panel3 .news .hd ul li a {
        display: block;
        width: 100%;
    }

    .panel3 .right {
        margin-top: .3rem;
    }

    .zwgk-panel .zcwj {
        margin-left: 0;
    }

    .zf-content a {
        font-size: .26rem;
    }

    .zwgk-panel .content-box .zcwj .news .content-title ul li {

        width: auto;
    }

    .zwgk-panel .content-box .zcwj .news .content-title ul li a img {
        width: 100%;
    }

    .zwgk-panel .content-box .zcwj .news .content-title ul li {
        font-size: .2rem;
    }


    .post .content-box {
        width: 100%;
        height: 2.15rem;
        margin-top: 0;
    }

    .item-pic {
        width: .6rem;
        height: 2.15rem;
    }

    .item-pic a img {
        height: auto;
    }

    .item-pic.active {
        width: 4.7rem;
    }

    .item-pic a p {

        font-size: .24rem;
    }
    .slideBbox {
        height: auto;
    }
    .slideBbox .disc li{
        width: 8px;
        height: 8px;
        
    }
    .slideBbox .disc{
        bottom: 0;
    }
    .slideBbox .prev, .slideBbox .next {
        width: 15px;
        height: 34px;
        display: block;
    }
}