@charset "utf-8";

/* CSS Document */
.bread{width:auto;height:auto;float: right; line-height:20px; color:#787878;overflow:hidden;}
.bread span{float:left;font-weight:normal;color:#999;}
.bread span a{color:#999;}
.bread a:hover{color:#b0221f;} 
.subPage{width: 1200px;margin:0 auto 20px;min-height: 600px;overflow: hidden;}


  
/*列表页*/
.articleTitle03{width: 100%;overflow: hidden;border-bottom: 1px solid #e5e5e5;padding: 20px 0 15px 0;margin-bottom: 22px;}
.articleTitle03 h3{font-size: 18px;display: inline-block;}
.EventsList{overflow: hidden;}
.EventsList li{margin-bottom: 16px;}
.EventsList li:last-child{margin-bottom: 0;}
.EventsList li a{display: block;height: 22px;line-height: 22px; background: url(../../images/xgfy/libg.png) no-repeat left center;padding-left: 10px;overflow: hidden;transition:all 0.3s ease-in-out;}
.EventsList li span{float: right;margin-left: 10px;color:#999;font-family: 'Arial';margin-top: 3px;}


/*分类列表页*/
.NewsList{ overflow: hidden; margin-bottom: 30px; } 
.NewsList h3{ font-size: 16px; line-height: 24px; margin-bottom: 20px; background: #eee;padding: 8px 24px;}



/*分页*/
.pages{ text-align:center; height:39px;*height:39px; font-size:14px; line-height:39px; margin:45px 0;width: auto; overflow: hidden;}
.pages img{vertical-align: middle;width: auto;}
.pages span{ color:#b0221f; padding:0 20px 0 0px; font-size:16px;}
.pages a{ display: inline-block; *display:inline; *zoom:1; *vertical-align: middle;width:30px; height: 36px;*height:36px;line-height: 36px; font-size:14px; border-right:1px solid #ccc; text-align:center; color:#666;margin:0;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;/*! font-family: 'Arial' */padding: 0 5px;}
.pages a img{*display:block; *margin-top: 8px;}
.pages a:hover{ color:#fff; background-color:#2065b3;}
.pages a.start{border-left: 1px solid #ccc;}
.pages a.end{border-right-color:#ccc; }
.pages a.prev,.pages a.start,.pages a.next,.pages a.end{width: auto;padding-left: 10px;padding-right: 10px;}
.pages a.prev:hover,.pages a.start:hover,.pages a.next:hover,.pages a.end:hover{background:#2065b3;color:#fff;}
.pages a.on_pages{ background-color:#2065b3;color:#fff;}

/*文章页*/ 
.pageArticle{width:100%;overflow:hidden;position: relative;}
.articleList03{padding-top:15px;}
.articleTitle h3{font-size:28px;line-height:38px;text-align:center;color:#333;} 
.articleAuthor{padding:10px 0;text-align: center;color:#808080;font-size:13px;margin-bottom: 25px;background: #f5f5f5;margin-top: 20px;}
.articleAuthor span{display: inline-block;height: 22px;line-height: 22px;margin:2px 10px;}
.articleTitle{line-height:26px;}
.article{line-height: 28px;font-size: 15px;}
/*.article img{padding:5px 0;}*/
.article i{font-style: italic;}
.article strong{font-weight: bold;}
.article p { font-size:16px;line-height:28px; }
.article td{ border:1px solid #000; }
.article img{ text-align:center;width:600px; height:auto; margin:0px auto; display: block;padding-bottom: 5px; }
.sub_share{float:right;}
.Annex {padding:20px 0; overflow:hidden;clear: both;}
.Annex h3 { font-size: 20px; height: 40px;line-height: 40px;color:#333;}
.Annex ul{overflow: hidden;padding-top:10px;}
.Annex ul li { height: 40px; line-height: 40px;margin-bottom: 10px;}
.Annex ul li a { font-size: 14px;color:#666;display: block;background: #eee; padding:0 20px;}
.Annex ul li a:hover{color:#000;}




/*分享*/
.shareBox{margin-bottom:30px; text-align: right;overflow: hidden;}
.share{width: auto;height: auto;float: right;} 
.share_btn {font-weight: normal;float: left;line-height: 32px;}
.bdsharebuttonbox {float: left;}
.share a { padding-left: 0px !important;margin: 0px 0px 0 10px!important;float: left!important;width: 32px!important;height: 32px!important;border-radius: 50%;}
.share a.bds_weixin{background:url(../../images/xgfy/weixin.png) no-repeat center center #52af50;}
.share a.bds_tsina{background:url(../../images/xgfy/weibo.png) no-repeat center center #d81e06;}
.share a.qzone{background:url(../../images/xgfy/qzone.png) no-repeat center center #fece00;}
.share a.bds_more{background:url(../../images/xgfy/share_more.png) no-repeat center center #a3bfd9;}


/*图片列表*/
.subPicList{overflow: hidden;margin: 0 -20px;}
.subPicList li{width: 25%;margin-bottom: 26px;float: left;}
.subPicList li a{display: block;margin: 0 20px;}
.subPicList li .artImg{ display: block; width: 270px; height: 120px; overflow: hidden;}
.subPicList li .artText{display: block; height: 35px; line-height: 35px; text-align: center; font-size: 16px;}
.subPicList li a .artImg img{ transition: all 0.3s ease-in-out; }
.subPicList li a:hover .artImg img{ transform: scale(1.1); }
