.page_detail{
    width: 1200px;
    margin: 0 auto;
}
.news_header{
    height:200px;
    width:100%;
    background:url('../images/header_bg.png') no-repeat center;
    background-color:#110350;
}
.news_header .label{
    font-size:30px;
    color:#fff;
    line-height:42px;
    position: relative;
    top:80px;
    text-align: center;
}
.news_header .nav{
    line-height:16px;
    position: absolute;
    left:0;
    top:22px;
}
.news_header .nav img{
    width: 16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
}
.news_header .nav span{
    display: inline-block;
    font-size:12px;
    color:#ABABAB;
    vertical-align: middle;
    margin-left:3px;
}
.hot_word{
    width: 1200px;
    margin:35px auto;
}
.hot_word .title{
    display: inline-block;
    line-height: 30px;
    margin-bottom:10px;
    font-size:13px;
    color:#666;
    vertical-align: middle;
}
.hot_word .item{
    margin-right: 10px;
    color:#333;
    font-size:14px;
    display: inline-block;
    vertical-align:middle;
    height:32px;
    line-height: 32px;
    padding: 0 21px;
    cursor:pointer;
}
.hot_word .item:hover{
    color: #004193;
}
.hot_word .item.selected{
    background: #004193;
    color: #fff;
}
.news_list{
    width: 1200px;
    margin: 0 auto;
}
.news_list .no_data{
    font-size:18px;
    color:#333;
    padding:30px 0;
    text-align: center;
}
.news_list .item{
    /*padding: 30px 70px 30px 350px;
    */width:380px;
    float: left;
    margin-left: 30px;
    margin-bottom: 50px;
    transition:0.2s;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -ms-transition:0.2s;
    -o-transition:0.2s;
}
.news_list .item:nth-child(3n-2){
    margin-left: 0;
}
.news_list .item .item_img{
    width:380px;
    height:163px;
    overflow: hidden;
}
.news_list .item .image{
    width:380px;
}
.news_list .item .item_desc{
    background: #F9F9F9;
    padding: 23px 20px;
}
.news_list .item .title{
    font-size:18px;
    color:#000E35;
    line-height:25px;
    height: 50px;
    cursor:pointer;
}
.news_list .item .title:hover{
    text-decoration: underline;
}
.news_list .item .stat{
    margin-top:15px;
    line-height:23px;
}
.news_list .item .stat img{
    width:12px;
    height:12px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.news_list .item .stat .read{
    width:16px;
    height:16px;
}
.news_list .item .stat span{
    display: inline-block;
    font-size:12px;
    color:#333;
    margin-right:40px;
    vertical-align: middle;
}
.news_list .item .intro{
    line-height:22px;
    color:#333;
    font-size:14px;
    height:44px;
    overflow:hidden;
    margin-top:16px;
}
/* 详情页 */
.news_detail{
    width:1000px;
    margin-top:28px;
    margin:auto;
}
.news_detail .title{
    margin-top:30px;
    font-size:20px;
    color:#000E35;
    line-height:28px;
    text-align: center;
}
.news_detail .tag{
    font-size:12px;
    color:#999;
}
.news_detail .stat{
    margin-top:13px;
    line-height:23px;
    text-align: center;
    margin-top:9px;
}
.news_detail .stat img{
    width:12px;
    height:12px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.news_detail .stat .read{
    width:16px;
    height:16px;
}
.news_detail .stat span{
    display: inline-block;
    font-size:12px;
    color:#999;
    margin-right:17px;
    vertical-align: middle;
}
.news_detail .stat .read_text{
    margin-right:0;
}
.news_detail .content{
    margin-top:15px;
    font-size:13px;
    color:#333;
    line-height:25px;
    width: 100%;
  /*   background-color: ghostwhite; */
    padding: 0 20px;
}
.news_detail .content img{
    max-width:1000px;
    margin:auto;
}
.news_detail .content *{
    white-space:normal!important;
}
.news_detail .share{
    margin-top:45px;
    text-align: center;
}
.news_detail .share .title .text{
    font-size:13px;
    line-height:25px;
    margin:0 22px;
    display: inline-block;
    vertical-align: middle;    
}
.news_detail .share .title .line{
    height:1px;
    display: inline-block;
    width:92px;
    vertical-align: middle;
    background-color:#ddd;
}
.news_detail .share .list{
    margin-top:9px;
}
.news_detail .share .list a{
    display: inline-block;
    margin:0 12px;
    vertical-align: top;
    width:36px;
    height:36px;
}
.news_detail .share .list img{
    width:36px;
    height:36px;
}
.rec_news{
    width:1000px;
    margin:28px auto 0 auto;
    padding-bottom:90px;
}
.rec_news .title{
    font-size:13px;
    color:#333;
    line-height:25px;
}
.rec_news .list .item{
    font-size:13px;
    color:#333;
    line-height:25px;
    display: inline-block;
}
.rec_news .list .item:hover{
    font-weight:bold;
}
.pagination{
    margin-bottom: 9px;
    position: relative;
    top: -50px;
}
.about_header{
    height:200px;
    width:100%;
    background:url('../images/gsbg.png') no-repeat center;
    background-color:#01070d;
}
.about_header .page_container{
    height:100%;
}
.about_header .label{
    font-size:30px;
    color:#fff;
    line-height:42px;
    position: relative;
    top:58px;
    text-align: center;
}
.about_header .label span{
    display: inline-block;
    height: 1px;
    width: 75px;
    background: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
}
.about_header .nav{
    width: 1200px;
    margin: 0 auto;
}
.about_header .nav img{
    width: 16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
}
.about_header .nav span{
    display: inline-block;
    font-size:12px;
    color:#fff;
    vertical-align: middle;
    margin-left:3px;
}
.about_header .nav span font{
    opacity: 0.7;
}
.about_header .nav a{
    color:#fff;
    opacity: 0.7;
}
.most_hot{
    font-size: 16px;
    float: right;
}
.most_hot a{
    color: #999999;
    letter-spacing: 0;
}
.most_hot a.active{
    color: #0052B9;
}
.news_list .item:hover{
    /*background-color:#fff;
    */box-shadow: 0 0 12px 0 RGBA(201, 201, 201, 0.5);
    /*border:1px solid #E9E9E9;*/
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}
.detail-text{
    padding-top: 14px;
    font-size: 14px;
}
.detail-text span{
    font-weight: bold;
}
.detail-text a{
    font-weight: bold;
    color: inherit;
}
.detail-text a:hover{text-decoration: underline;}
.detail-title{
    font-size: 16px;
    font-weight: bold;
    padding-top: 32px;
}