body {
    line-height: 1.5;
}

.href_div{
    background-color:rgba(0, 0, 0, 0.23);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    position:fixed;top:0px;left:0px;
}
.href_div .hd_con{
    background: #f2f2f2 url(dcyj_bj.png) no-repeat 0% 100%;
    position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
    width:840px;padding:40px 50px 60px;
}
.href_div .hd_con .colse{
    position:absolute;right:50px;top:40px;cursor:pointer;
}
.href_div .hd_con h3{font-size:30px;color:#5f2c70;}
.href_div .hd_con .p{margin-top:2vw;color:#444;}
.href_div .hd_con .a{margin-top:2vw;display:flex;}
.href_div .hd_con .a a{display:block;margin-right:20px;width:160px;height:36px;display:flex;justify-content:center;align-items:center;}
.href_div .hd_con .a .a1{color:#444;background:#d8d8d8;}
.href_div .hd_con .a .a2{color:#fff;background:#5f2c70;}
.banner {
    position: relative;
    
}

.banner .w1440 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.banner .txt {
    color: #fff;
}

.banner .txt p {
    font-family: 'Heavy';
    letter-spacing: 1px;
}

.banner .txt span {
    font-family: 'Regular';
    letter-spacing: 1em;
}

.cont {
    background-image: url(dcyj_bj.png);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center center;


}

.cont svg {
    margin: 0 !important;
}

.cont .tit {
    margin-top: 6%;
    font-family: 'Bold';
    color: #222;
    position: relative;
    padding-left: 20px;
}

.cont .tit::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    bottom: 20%;
    width: 6px;
    background: #792696;
}

.cont .tab {
    display: flex;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 4vw;
}

.cont .tab a {
    display: inline-block;
    font-family: 'Medium';
    color: #333;
    padding: 0 5%;
    font-size: 20px;
    position: relative;
}

.cont .tab a::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: #333;
}

.cont .tab a:nth-child(1) {
    padding-left: 0;
}

.cont .tab a:nth-last-child(1) {
    padding-right: 0;
}

.cont .tab a:nth-last-child(1)::after {
    display: none;
}

.cont .tab a.on {
    font-family: 'Bold';
    color: #792696;
    font-size: 24px;
}

/* banner  */

/* .dcwz_mine {
    background-size: 100% 100%;

    background-repeat: no-repeat;
    background-image: url(../img/dcwz_bj.png);

} */


.wz_mine {
    width: 100%;

}

.wz_mine .wz_minetop .tex {
    font-weight: bold;
    font-family: 'Bold';
    color: #333;
    border-left: 6px solid #792696;
    padding-left: 15px;
    line-height: 1.1;
    margin-bottom: 4vw;
}

.wz_mine .wz_minetop .minetoptex {
    display: flex;
    align-items: center;

}

.wz_mine .wz_minetop {
    margin-bottom: 3vw;
}

.wz_mine .wz_minetop .minetoptex a {
    margin-right: 100px;
    color: #333333;
    font-family: "Bold";
    position: relative;
}

.wz_mine .wz_minetop .minetoptex a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    width: 2px;
    height: 22px;
    background-color: black;
    transform: translateY(-50%);
    margin-left: 50px;
}

.wz_mine .wz_minetop .minetoptex a:last-child::before {
    display: none;
}

.wz_mine .wz_minetop .minetoptex .actives {
    color: #792696;
    font-size: 24px;
}



.wznr {
    width: 100%;
    display: flex;
    padding: 2vw 0;
    border-top: 1px solid #e5e5e5;
}

.wznr .wznrlefe {
    width: 13%;
}

.wznr .wznrlefe P {
    font-family: "Regular";
}

.wznr .wznrright {
    width: 87%;
}

.wznrright .e_text-5 {
    margin-bottom: 19px;
    color: #222222;
    font-family: "Bold";
    transition: all 0.3s;
}

.wznrright .e_text6 {
    line-height: 1.5;
    color: #222222;
    font-family: "Medium";
}




.article .wznr:hover .wznrright .e_text-5 {
    text-decoration: underline;
    color: #7b1087;
    text-underline-offset: 10px;
}

.article .wznr:hover .wznrlefe p {
    color: #7b1087;
}






@media screen and (max-width: 1366px) {}

/* 150 */
@media screen and (max-width: 998px) {}

@media screen and (max-width: 768px) {
        .cont .tab a {
        font-size: 16px;
    }

    .cont .tab a.on {
        font-size: 18px;
    }
    .wznr {
        flex-wrap: wrap;
        padding:6vw 0;
    }

    .wznr .wznrlefe {
        width: 100%;
    }

    .wznr .wznrright {
        width: 100%;
    }

    .wz_mine .wz_minetop .minetoptex a {
        margin-right: 30px;
    }

    .wz_mine .wz_minetop .minetoptex a::before {
        right: -15px;
    }

    .wz_mine .wz_minetop .minetoptex .actives {
        color: #792696;
        font-size: 18px;
    }

    .wz_mine .wz_minetop .minetoptex a::before {

        height: 18px;
    }
}
