body{font-size:14px;font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei", sans-serif; color: #333; line-height: 1.8;background: #fff;
  padding-top: 60px;
}
ul{padding: 0;}
ul, li {
    list-style: none;
}
a{color:#212121;}
a:hover, a:focus{color:#333;text-decoration: none;}
img{border:none;}
.clear{ clear:both; height:0px;  margin:0; padding:0;width:0; border:none; overflow:hidden;}
/* .fl { float:left}
.fr { float:right} */
.bd_weixin_popup{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
/* .footer {text-align: center;padding: 20px 0;margin-top: 50px;border-top: 1px solid #e5e5e5;background-color: #f5f5f5;}
.footer p {margin-bottom: 0;color: #777;}
.footer p span{margin:0 5px;}

.right_news_list{overflow: hidden;}
.right_news_list li{padding: 25px 0;overflow: hidden;border-bottom: 1px solid #e5e5e5;}
.right_news_list li .pic{display: block;overflow: hidden;text-align: center;}
.right_news_list li img {max-width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.right_news_list li img:hover {

  -webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.right_news_list li .info{}
.right_news_list li .title{font-size: 20px;line-height: 1.4;padding:5px 0;}
.right_news_list li .title a{color:#212121;}
.right_news_list li .desc{color:#656565;padding-bottom: 3px;}
.right_news_list li .date{color:#878787;font-size: 12px;margin-left:20px;} */

@media (max-width: 767px){
    /* .col-sm-9.info{padding-top: 10px;} */
}
@media (min-width: 768px){
    /* .right_news_list li>div{display: table-cell;float: none;vertical-align: middle;} */
}
@media (min-width: 1200px){
  /*.col-sm-9.info{padding-top: 10px;}*/
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
    /*text-shadow: 0 -1px 0 #286090;*/
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    background-repeat: repeat-x;
    border-color: #222;
}

.f_nav{text-align: center;}
.f_nav a{margin:0 10px;}
.article-content img{max-width: 100%;}
.page-header h1{font-size: 24px;line-height: 1.4;}


/*分页*/
.pagelink{padding:40px 0;}
.pagelink ul{text-align: center;font-size: 0;}
.pagelink ul li{display: inline-block;font-size:14px;line-height: 36px;border-radius:10px;margin:0 3px;border: 1px solid #ddd;background: #fff;position: relative;overflow: hidden;}
.pagelink .pagination > li > a, 
.pagelink .pagination > li > span{

}
.pagelink ul > li>*{display: block;min-width: 40px;padding: 0 10px;line-height: 36px;border: none;}
.pagelink ul > li:first-child>*,
.pagelink ul > li:last-child>*{min-width:5em;}
.pagelink ul > li>*:before{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #fff;}
.pagelink ul > li:first-child>*:before{content:'Prev';}
.pagelink ul > li:last-child>*:before{content:'Next';}
/* 新闻列表分页器 */
.xinwenlistpagecenter{width: 1380px;
}
#xinwenlistpage{
  width: 690px;
  margin: 0 auto;
  text-align:center;
}
#xinwenlistpage ul li{
  font-size: 24px;  
}
#xinwenlistpage ul>li:first-child>*:before {content: 'Prev'!important;font-weight: bold;}
#xinwenlistpage ul > li:last-child>*:before{content:'Next'!important;font-weight: bold;}
#xinwenlistpage ul li {
  border-radius: 50%;
  border: 0;
}
#xinwenlistpage .pagination>.active>a,
#xinwenlistpage .pagination>.active>a:hover,
#xinwenlistpage .pagination>.active>a:focus,
#xinwenlistpage .pagination>.active>span,
#xinwenlistpage .pagination>.active>span:hover,
#xinwenlistpage .pagination>.active>span:focus{
  background-color: #000000;
    border-color: #000000;
    color: #fff;
}
#xinwenlistpage ul>li:first-child>a:hover:before,
#xinwenlistpage ul>li:last-child>a:hover:before{
    color: #c79f27;
      background-color:""!important;
      border-color:""!important;
}
#xinwenlistpage .pagination>li>a,
#xinwenlistpage .pagination>li>span{
color:#000
}

/* 新闻列表分页器结束 */
.pagelink ul > li.disabled{color:#b9b9b9;border-color: #eee;}
.pagelink ul > li.current{background: #004DA1;color:#fff;}

.pagelink ul > li:first-child>a:hover:before,
.pagelink ul > li:last-child>a:hover:before{color: #23527c;background-color: ;border-color: ;}

.page_con,
body.ke-content,
body.view,
html.view body{padding:30px;line-height: 1.7;color:#454545;font-size: 16px;overflow: hidden;text-align: justify;}
/*.articledetail .page_con{background:url(../images/article_tit_bg.png) repeat-x top;}*/
/*.about_page_con{line-height: 1.88;color:#656565;}*/
.pager{
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.pager li{float: left;font-size: 24px;
}
.pager>li:first-child>a:hover,
.pager>li:last-child>a:hover {
  color: #23527c;
}
.pager>li:first-child{
float: left;
background-color:#eacc79;
border-radius: 10px;
width: 150px;
height: 45px;
}
.pager>li:last-child {
  float: right;
  background-color:#eacc79;
  border-radius: 10px;
  width: 150px;
  height: 45px;
}
.page_con h4,
.page_con h3,
.page_con h2,
.page_con h1,
.ke-content h4,
.ke-content h3,
.ke-content h2,
.ke-content h1,
html.view body h4,
html.view body h3,
html.view body h2,
html.view body h1,
body.view h4,
body.view h3,
body.view h2,
body.view h1{margin-bottom: 15px;}
.page_con p,
body.view p,
html.view body p,
.ke-content p{margin:0 0 15px!important;text-indent: 2em;}
.page_con img,
body.view img,
html.view body img,
.ke-content img{max-width: 100%;height:auto;display: block;margin:0 auto;}
.page_con video,
body.view video,
html.view body video,
.ke-content video{max-width: 100%;}
.page_con object{display: block;margin:0 auto;}
html.view body,
body.view,
body.ke-content{padding:10px;min-width: 500px;overflow:auto;margin:0!important;}