/*文章内容*/
.wznr{
    padding: 0.3rem;
}
.wznr .title{
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
}
.wznr .xx{
    margin: 0.15rem 0 0.3rem 0;
    text-align: center;
    font-size: 0.14rem;
}
.wznr .xx span{
    margin: 0 0.2rem;
}
.wznr .text{
    border-bottom: 1px solid #dfe1e2;
    border-top: 1px solid #dfe1e2;
    padding: 0.2rem 0;
}
.wznr .text table{
    width: 100%!important;
    height: auto!important;
}
.wznr .text p,.wznr .text span{
    line-height: 200%!important;
    background: inherit!important;
    font-size: 0.2rem!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;
}



/*手机适配*/
@media screen and (max-width: 1200px) {
    /*文章内容*/
    .wznr{
        padding: 0.3rem 0.15rem;
    }
}