.zj-wzyWrap {
    width: 1200px;
    margin: 0 auto;
}

.zj-wzyCont {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    padding: 40px 150px 0;
    margin: 15px 0 40px;
    border: 1px solid #E2E2E2;
}

.wzy_title {
    font-family: PingFangSC-SNaNpxibold;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.wzy_canshu {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin: 20px 0;
}
.wzy_canshu span{
    margin: 0 6px;
}
.wzy_text,
.wzy_text p {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px !important;
}
.wzy_text img{
    max-width: 100% !important;
}
.wzy_bjLy {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    text-align: right;
    line-height: 36px;
    margin: 40px 0;
}

.wzy_bjLy span {
    display: block;
}

/* 二维码 */
.wzy_ewm {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin-bottom: 10px;
}

.wzy_ewm img {
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}

.wzy_ewm_but {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.wzy_ewm_but span {
    width: 88px;
    height: 32px;
    line-height: 32px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px 40px;
    cursor: pointer;
}
.wzy_text, .wzy_text p{
  text-align: justify;
}

/* 上下篇 */
.wzy_sxp {

    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #000000;
    line-height: 45px;
    border-top: 1px dashed #E8E8E8;
    padding-top: 20px;
    margin-bottom: 40px;
}

.wzy_sxp a {
    display: inline-block;
  width: 91%;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .zj-wzyWrap {
        width: 100%;
        padding: 0 2%;
    }
    .zj-wzyCont{
        font-size: .28rem;
        line-height: .54rem;
        padding: .6rem .3rem 0;
        margin: 15px 0 40px;
    }
    .wzy_title{
        font-size: .45rem;
        padding-bottom: .3rem;
    }
    .wzy_canshu{
        font-size: .21rem;
        margin: .3rem 0
    }
    .wzy_canshu span{
        margin: 0 .09rem;
    }
    .wzy_canshu span:nth-child(3){
        display: block;
    }
    .wzy_text, .wzy_text p{
        font-size: .28rem;
        line-height: .54rem;
    }
    .wzy_bjLy{
        font-size: .28rem;
        line-height: .54rem;
        margin: .6rem 0;
    }
    .wzy_ewm{
        font-size: .24rem;
      display: none;
    }
   
    .wzy_ewm_but span{
        width: 1.32rem;
        height: .48rem;
        line-height: .48rem;
        margin: 0 0.15rem .6rem;
    }
    .wzy_sxp{
        font-size: .28rem;
        line-height: .65rem;
        padding-top: .3rem;
        margin-bottom: .6rem;
    }
    .wzy_sxp a{
        display: inline;
      	width:81%;
    }
}