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.5rem .56rem 0.5rem .56rem;
}
.public-content h1{
    font-size: .28rem;
    color: rgb(0, 0, 0);
    text-align: center;
    border-bottom:1px solid #dcdcdc;
    padding-bottom: 0.2rem;
}
.public-content p{
    margin:0rem;
    padding:0rem;
    line-height: 2.125;
    text-indent: 2em;    
    letter-spacing:0;
    margin-top: .2rem;
}
.public-content img{
    /*display: block;
    margin: 0 auto;*/
    max-width: 100%;
}
.img_vsb_content{ vertical-align:top; max-width: 100%; height:auto; margin-left:-2em; }
@media screen and (max-width:1200px) {
    .public-content{
        width: 100%;
    }
}
@media (max-width:767px) {
    .f16 {
        font-size: .26rem !important;
    }
.public-content table{width:100% !important;}
}