﻿/*头部*/
.W1200{width: 1200px;margin: 0 auto;font-family: "微软雅黑";}

.header_top{background: #8c1515;height: 36px;line-height: 36px;color: #fff;font-size: 14px;}
.header_top a{color: #fff;}
.header_top a:hover{ font-weight: bold; font-weight: none/9; *font-weight: none; } 
.header_top_l{float: left;}
.header_top_l a.on{background: #fff;color:#8c1515;display: inline-block;padding: 0 30px;margin: 0 20px; }
.header_top_r{float: right;}

.header_bottom .logo_box{display: block;float: left;}
.header_search{float: right;padding-top: 26px;}
.header_search .search_text{width: 210px;height: 26px;padding-left: 10px;}
.header_search .search_btn{cursor: pointer; border: none;background: #8c1515 url(/Sites/Uploaded/UserUpLoad/20170524/20170524100155.png) no-repeat center;width: 30px;height: 30px;border-radius: 5px;}

/*linkmap*/
.linkMap{ line-height: 30px;background: #f1f1f1; padding-left: 20px; font-size: 14px; margin-top: 20px;}
.linkMap li{float: left;}
.linkMap li a{color: #333;}
.mt20{margin-top: 20px;}
.mb20{margin-bottom: 20px;}

/*栏目文章*/
.Gj_article_left{width: 200px;float: left;}
.Gj_article_left h3{font-size: 16px;padding-left: 20px;line-height: 44px;border-radius: 8px 8px 0 0;color: #fff; background: #8c1515;}

.Gj_article_left ul li{border-bottom:1px dashed #8c1515;padding-left: 10px;line-height: 34px;font-size: 14px;margin:0 10px;}
.Gj_article_left ul li a{color: #333;}
.Gj_article_left ul .ren a{color:#8c1515;}

.Gj_article_left .side_menu_inside{border: 1px solid #8c1515;}
.Gj_article_left .side_menu{background: none;padding: 0;}
.Gj_article_left .side_menu_tit{border: none;height: auto;}

.Gj_article_right{float: right;width: 970px;border: 1px solid #c5c5c5;}
.Gj_article_right img{max-width:100%}

.Gj_article_right .pd5-15{padding: 5px 15px;}
.Gj_article_right h3.article_head{line-height: 36px;font-size: 16px;border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.Gj_article_right h3.article_head a{ display: inline-block; border-bottom: 2px solid #8c1515; padding: 0 10px;}
.Gj_article_right h3.article_head a.more{float: right;border: none;font-size: 12px;color: #666;font-family: "宋体";}
.Gj_article_right h3.article_head a:hover{color:#8c1515;cursor: pointer;}

.Gj_article_right .article_list li{line-height: 30px; font-size: 14px;padding-left: 10px;background:url(/Sites/Uploaded/UserUpLoad/20170525/20170525103433.jpg) no-repeat left center;}
.Gj_article_right .article_list li a{color: #333;}
.Gj_article_right .article_list li a:hover{color:#8c1515;}
.Gj_article_right .article_list li a.date{font-size: 12px;color: #666;}
.pages span, .pages a {color: #8c1515;border: 1px solid #8c1515;}
.pages a:hover, .pages .ae-pagination-current{background:#8c1515; }

h1.article_tit{font-size: 18px;text-align: center;line-height: 36px;}
.sub_tit{text-align: center;padding: 10px 0;line-height: 25px;height: 25px;color: #999;}
.Gj_article_right .article_cont{font-size: 14px;line-height: 26px;margin: 20px 0;}

@media only screen and (max-width:768px){
 .header_search{display: none;}
 .header_top{padding:0 10px}

 .linkMap{margin-top: 0;}
 .Gj_article_left{display: none;}
 .Gj_article_right {width: 100%;border: none;box-sizing: border-box;}
}
@media only screen and (max-width:640px){
 .header_bottom .logo_box img{display: block;width:60%;}
 .header_top_l a.on{padding: 0px 10px;margin: 0 10px 0 0;}
 .Gj_article_right .article_list li{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
 .Gj_article_right .article_list li a.date{display: none;}
} 

.page_num{
  width: 100%; margin-top: 5px; padding-top: 10px; padding-bottom: 15px; line-height: 30px; overflow: hidden; text-align: center;
}
.page_num li{
  float: left; line-height: 30px;
}
.page_num a, .page_num span{
  color: #8c1515; border: 1px solid #8c1515; line-height: 30px; cursor: pointer; margin-right: 4px; padding: 0.5em 1.1em; text-decoration: none; border-radius: 3px;
}
.page_num a:hover, .page_num span:hover, .page_num a.current{
  background: #8c1515; color: #fff;
}