/* 二级页面样式 */
.second-banner-box{
    width: 100%;
    height: 300px;
    background: url(../img/home_img/banner-bg.jpg) no-repeat;}
.second-banner{
   text-align: center;}
.second-banner img{
    text-align: center;}
/* 列表内容 */
.second-content{
    background-color: #fff;}
.conent-list-left{
    width: 300px;
    padding: 24px 0;}

/* LEFT */
.conent-list-left div{
    text-align: center;
    width: 175px;
    margin: 0 auto;}
.conent-list-left div:first-child{
    font-size: 24px;
    color:#333;
    text-align: right;}
.conent-list-left div:nth-child(2){
    margin-top: 15px;
    font-size: 45px;
    color:#666;
    line-height: 50px;}
.content-left-items{
    margin-top: 40px;}
.content-left-items li{
    width: 255px;
    height: 40px;
    line-height: 40px;
    color:#333;
    font-size: 18px;
    padding-right: 20px;
    text-align: right;}
.content-left-items li>a{
    display: block;
    width: 100%;
    height: 100%;}
.content-left-items li:hover{
    background:#0F6237;}
.content-left-items li:hover a{
    color:#fff;}
/* right */

.content-list-right{
    width: calc(100% - 330px);
   margin: 15px;
   padding:  0 15px;
    border-left:1px solid #CFCFCF;
    box-sizing: border-box;}
.navgation span:first-child::before{
    content: '';
    width:20px;
    height:20px;
    display: inline-block;
    background: url(../img/home_img/address.jpg)   no-repeat;
    vertical-align: middle;}
.navgation span:hover{
    color:#0F6237;}
.content-list-detail{
    border-bottom: 1px solid #CFCFCF;}
.content-list-detail .important{
    color:#333333;
    font-size: 18px;
    padding: 9px 0;
    cursor: pointer;}
.content-list-detail .important:hover{
    color:#0F6237;
    border-bottom: 1px solid #0F6237;}
.content-list-detail div{
    color:#3C3C3C;
    font-size: 12px;
    cursor: pointer;
    padding: 10px 0;}
.content-list-detail div:hover{
    color:#0F6237;}
.content-list-detail-items{
    margin-top: 25px;
    
    padding: 0 10px;}
.content-list-detail-items li{
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    box-sizing: border-box;}
.content-list-detail-items li:nth-child(2n+1){
    background: #F4F6F8;}
.content-list-detail-items li:nth-child(2n){
    background: #fff;}
.content-list-detail-items li span{
    float: right;
    font-size: 12px;
    color:#666;}
.content-list-detail-items li a{
    float: left;
    width: calc(100% - 85px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#333;
    font-size: 14px;}
.content-list-detail-items li a:hover{
    color:#0F6237;}
/* 页码 */
.pager{
    margin: 30px auto;
    text-align: center
;}
.pager span{
    width: 26px;
    height: 26px;
    display: inline-block;
    border:1px solid #eee;
    text-align: center;
    line-height: 26px;
    vertical-align: middle;
    color:#666;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 3px;}
.pager span:last-child{
    margin-right: 0;}
.pager span:hover,.pager span.cur{
    background: #0F6237;
    color:#fff;}
.pager  a{
    color:#3C3C3C;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;}
.pager  a b{
    color:#0F6237;}

/* 详情样式 */
.content-news-detail{
    margin-top:20px;}
.detail-title{
    text-align: center;
    font-size: 16px;
    color:#333;}
.detail-title-icon{
    text-align: center;
    margin-top: 10px;}
.detail-title-icon span{
    display: inline-block;
    margin-right: 25px;}

.detail-title-icon span::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 5px;}
.detail-title-icon .date-time::before{
    background: url(../img/home_img/time.jpg) no-repeat;
    vertical-align: middle;}
.detail-title-icon .scan::before{
    width: 18px;
    height: 10px;
    background: url(../img/home_img/eye.jpg) no-repeat;}
.detail-title-icon .author::before{
    background: url(../img/home_img/user.jpg) no-repeat;
    vertical-align: middle;}
.detail-content{
    font-size: 12px;
    color:#666;
    margin-top: 10px;}
.detail-content img{
    margin: 20px 0;}

.new_con p, #vsb_content_2 p {
    color: #3F3F3F;
    margin-bottom: 7px;
    font-family: 宋体;
    font-size: 18px !important;
    line-height: 28px !important;
}