.nav-container{
   
    background-color:rgba(7,69,140,1);
   
}
.content .title{
    font-size:24px;
    line-height:30px;
    color:#333;
    text-align:center;
    margin:30px auto 10px;
}
.content .date{
    font-size:16px;
    text-align:center;
    margin-bottom:20px;
    color:#666;
}
.cont-txt{
    margin-bottom:20px;
    font-size:16px;
    line-height:24px;
    color:#333;
    border-bottom:1px dashed #dedede;
    padding-bottom:10px;
}
.page{
    margin-bottom:30px;
    height:40px;
}
.page .pre,.page .next{
    font-size:14px;
    line-height:40px;
    color:#545454;
    width:40%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.page .pre{
    float:left;
}
.page .next{
    float:right;
    text-align:right;
}
@media all and (max-width:768px){
    .header .wrap{
        background:none;
    }
    .banner{
        margin:0;
        width:100%;
        min-width:auto;
    }
    .main{
        width:auto;
        margin:0 10px;
        min-width:auto;
    }
    .content .title{
        font-size:20px;
        line-height:24px;
        margin-top:10px;
    }
    .cont-txt{
        font-size:14px;
        text-align:justify;
    }
.cont-txt img{
        display:inline-block;
        max-width:98%;
        margin:0 auto;
        text-align:center;
        height:auto;
}
.cont-txt table{
        width:100%;
}
#vsb_content_2 TABLE{
        width:100%;
        word-break:break-all;
}

}