/*文章内容*/
.wznr{
    padding-top: 0.3rem;
}
.wznr .title{
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.3rem;
    font-weight: bold;
}
.wznr .xx{
    margin: 0.15rem 0 0.3rem 0;
    text-align: center;
    font-size: 0.16rem;
}

.wznr .text{
    border-bottom: 1px solid #dfe1e2;
    padding-bottom: 0.2rem;
}
.wznr .text p,.wznr .text span{
    line-height: 200%!important;
    background: inherit!important;
    font-size: 0.18rem!important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
/*分页*/
.wznr .page{
    margin-top: 0.3rem;
}
.wznr .page div{
    line-height: 0.4rem;
    font-size: 0.16rem;
}
.wznr .page div a{
    color: #0f77dd;
}


/*手机适配*/
@media screen and (max-width: 1200px) {
    /*文章内容*/
    .wznr{
        padding-top: 0.3rem;
    }
    .wznr .title{
        text-align: center;
        line-height: 0.3rem;
        font-size: 0.24rem;
        font-weight: bold;
    }
    .wznr .xx{
        margin: 0.15rem 0 0.3rem 0;
        text-align: center;
    }
    .wznr .xx span{
        margin: 0 0.1rem;
    }
    .wznr .text{
        border-bottom: 1px solid #dfe1e2;
        padding-bottom: 0.2rem;
    }
    /*分页*/
    .wznr .page{
        margin-top: 0.3rem;
    }
    .wznr .page div{
        line-height: 0.4rem;
        font-size: 0.16rem;
    }
    .wznr .page div a{
        color: #0f77dd;
    }
}