.header .container { display: flex; justify-content: space-between; align-items: center;}
.header .container::after, .header .container::before { display: none;}
.xiaoxun { padding: 0 .25rem;}

@media screen and (max-width: 992px) {
    .header .container { padding-right: .8rem;}
    .xiaoxun img { max-height: 37px;}
}
@media screen and (max-width: 768px) {
.xiaoxun { display: none;}
}
.cur-column-name { display: none;}
.cur-column-name .sub-nav-btn { position: absolute; top: 0; right: 0; width: .5rem; height: .5rem; background: url(images/down1.png) no-repeat 50% 50%; transition: all .3s; -ms-transition: all .3s;}
.cur-column-name .sub-nav-btn.close { transform: rotate(90deg); -ms-transform: rotate(90deg);}
@media screen and (max-width: 992px) {
.cur-column-name { display: block; position: relative;
    background: #f1f5f6;
    margin: 0 0 0.25rem;
    font-size: .18rem;
    line-height: .5rem;
    color: #009241;
    padding: 0 0.15rem;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);}
.sidebar { display: none; margin: -.25rem 0 .25rem; padding: 0 .15rem 5px; border-radius: 4px; overflow: hidden; background: #f5f5f5; box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);}
.sidebar li { margin: 0; border-bottom: 1px solid #ddd !important; border-radius: 0;}
.sidebar li:last-child { border: none !important;}
.sidebar li.cur { background: none;}
.sidebar li.cur a { color: #009241; font-weight: 700;}
.sidebar li a { padding-top: 5px; padding-bottom: 5px; border-radius: 0; border: none;}
.sidebar li a::after { display: none;}
}
.sidebar .sub-nav { display: none;} 
.article.about .title {  letter-spacing: 1px;   padding: 0.18rem 0;  font-size: .24rem;  background: #f2f2f2;  margin: 0;  border-top: 4px solid #009241;}
.article.about table { margin-top: 0; margin-bottom: 0;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
