body {
    background-color: #f2f0ea;
}
.n-banner::after {
    background-image: url(../images/b2.png);
}

.public-content{
    width: 14rem;
    background-color: white;
    margin: .38rem auto 1rem auto;
    padding: 0.2rem 0.56rem 0.6rem 0.56rem;
}
.public-content .xhead{
    width: 100%;
    padding: .2rem 0 ;
    min-height: 1.47rem;
    border-bottom:1px solid #dcdcdc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.public-content .xhead h1{
    margin: .22rem 0;
    max-width: 11.2rem;
    font-size: .28rem;
    color: rgb(0, 0, 0);
    text-align: center;      
}
.public-content .xhead .xtip{
    width: 100%;
    display: flex;
    justify-content: center;
}
.public-content .xhead .xtip p.f16{
    margin: 0 .55rem;
    font-size: .16rem;
    color: rgb(153, 153, 153);
    text-indent: 0;  
}
.public-content p{
    margin:0rem;
    padding:0rem;
font-size:20px !important;
    line-height: 2.125 !important;
    text-indent: 2em;
    letter-spacing:0;
    margin-top: .2rem;
}
.public-content table p{
    margin:0rem;
    padding:0rem;
    line-height: 2.125;
    text-indent: 0em;
    letter-spacing:0;
    margin-top: 0rem;
}
.public-content img{
    /*display: block;
    margin: 0 auto;*/
    max-width: 90%;
    height:auto;
}
.vsbcontent_img img{
    display: block;
    margin: 0 auto;
    max-width: 90%;
    height:auto;
}


@media screen and (max-width:1200px) {
    .public-content{
        width: 100%;
    }
}
@media screen and (max-width:950px) {
    .public-content img{
       width: 80%;
    }
}
@media screen and (max-width:600px) {
    .public-content img{
       width: 100%;
    }
}
@media (max-width:767px) {
    .f16 {
        font-size: .26rem !important;
    }
    .public-content .xhead h1{
        font-size: .34rem;
    }
    .public-content .xhead .xtip p.f16{
        font-size: .26rem !important;
        margin: 0 .2rem;
    }
}