.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);}

.list_fr .cont_content .hg-article{min-height:200px;margin-bottom: 30px;margin-bottom:35px;min-height:300px;}

/* 标题 */
.list_fr .cont_content .hg-article-head{text-align:center;line-height: 1.6em;font-size: 28px;letter-spacing: 2px;}



/*文章分页*/
.list_fr .cont_content .hg-article-paginate{}
/**分页的上下页*/
.list_fr .cont_content .hg-article-paginate-page{}
/**单篇分页的上下页*/
.list_fr .cont_content .hg-article-paginate-pageBar{}

/*内容*/
.list_fr .cont_content .hg-article-body{height:auto;min-height:500px;overflow-x: auto;margin-bottom:15px;}
.list_fr .cont_content .hg-article-body p{text-align: justify;vertical-align: top;font-size:18px;font-family: 宋体;line-height: 28px;text-align: justify;margin-bottom: 15px;}
.list_fr .cont_content .hg-article-body img,
.list_fr .cont_content .hg-article-body p img{max-width:890px;height: auto!important;}
#vsb_content .v_news_content p {}
#vsb_content .v_news_content p img{display:block;margin:0px auto;padding-top:25px;}

.list_fr .cont_content .hg-article-body p span{ font-size: inherit;}
.list_fr .cont_content .hg-article-body  table{margin-bottom:15px;}

/*评论*/
.list_fr .cont_content .hg-article-vote{}
