/*单篇正文*/
.article .text{
    min-height: 500px;
}


/*文章列表*/
.article .list ul{
    margin-bottom: 20px;
}
.article .list ul li{
    overflow: hidden;
    line-height: 30px;
    border-bottom: 1px dashed #d1d1d1;
    padding-left: 14px;
    background: url("../images/frame/list.png")no-repeat left center;
}
.article .list ul li div{
    width: 700px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article .list ul li div a{
    color: #000;
}
.article .list ul li div a:hover{
    color: #e60505;
}
.article .list ul li span{
    float: right;
    color: #c6c6c6;
}

/*文章内容*/
.article .title{
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
}
.article .title h1{
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.article .title span{
    margin: 0 20px;
    line-height: 30px;
}

/*分页*/
.article .pages{
    line-height: 30px;
    margin-top: 16px;
}
.article .pages a,.article .pages span{
    color: #000;
    box-sizing: content-box;
}
.article .pages a:hover{
    color: #e60505;
}

/*图片列表*/
.picture ul{
    overflow: hidden;
}
.picture ul li{
    width: 50%;
    padding: 0 15px;
    float: left;
    overflow: hidden;
margin-bottom: 20px;
}
.picture ul li div{
    width: 150px;
    height: 200px;
    float: left;
    margin-right: 20px;
}
.picture ul li div img{
    width: 100%;
    height: 100%;
}
.picture ul li h1{
    font-weight: 100;
    margin: 10px 0;
display: block;
    float: right;
    width: 59%;
}
.picture ul li h1 a{
    color: #000;
}
.picture ul li h1 a:hover{
    color: #e60505;
}
.picture ul li h2{
    color: #333;
    font-weight: 100;
display: block;
    float: right;
    width: 59%;
}
.picture ul li p{
    margin-top: 10px;
    color: #666;
display: block;
    float: right;
    width: 59%;
}
/*分页*/
.picture .pages a,.picture .pages span{
    box-sizing: content-box;
    color: #000;
}
.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);}