@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;	font-size: 100%;font-family: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
:focus {outline:0;}
img {border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
.clear {width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.clear {clear:both;}
.none {display:none;}
.hidden {visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block; *zoom:1;}

/**布局开始**/
body {BACKGROUND: #ffffff url(../images/top_bg.jpg) top center no-repeat;}
body,p {font:14px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#5a5a5a;}
a {color:#333333; text-decoration:none;}
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {color: #188450; text-decoration:none;}
a:active {color:#333333;}

.wrapper {width:100%; margin:0 auto; min-width: 1200px;}
.wrapper .inner {max-width: 1200px; min-width: 1200px; width: 1200px; margin:0 auto;} /**页面全局宽度**/

/*顶部TOP*/
#top {width: 100%; height: 40px; background: rgba(0,0,0,0.15);}
.top-nav {text-align: right; line-height: 40px; color: #fff; font-size: 13px;}
.top-nav A {color: #fff; padding: 0 10px;}

/*头部BANNER*/
#header {border-bottom: 1px solid #469d73;}
.head {width:100%; height:110px; position: relative;}
.head .logo {width: 656px; height: 110px; float: left; background: url(../images/logo.png) center center no-repeat; cursor: pointer;}

/*搜索框*/
.search-bar {position: absolute; right: 0px; top: 45px; background: url(../images/search_bg.gif) center center no-repeat;}
.search-box {border: none; width: 240px; height: 30px;}
.search-component {width: 100%; height: 30px; margin: auto; overflow: hidden;}
.search-input-box {width: 205px; height: 30px; float: left; padding: 0px; position: relative;}
.search-input {width: 195px; height: 22px; border: none; padding: 0; background: transparent; font-family: "Microsoft YaHei"; font-size: 12px; color: #6f6f6f; position: absolute; top: 4px; left: 5px;}
.search-input:hover, .search-input:focus {color: #000;}
.search-btn-box {width: 30px; height: 30px; float: right; padding: 0; position: relative;}
.search-btn {width: 30px; height: 30px; background: url(../images/transparent.gif) center center no-repeat; border: none; margin: auto; padding: 0; cursor: pointer; position: absolute; top: 0px; left: 0px;}


/**导航条**/
#naver {background: transparent; margin: 0 auto 15px auto;}
.nav { width:100%; height: 50px; line-height: 50px; margin: 0px auto;}
.nav-bar { margin: 0 auto; width: 100%; }
.nav-box { margin: 0 auto; }
.nav-box .wp-menu { margin:0 auto;} /**导航高度**/
.nav-box .wp-menu .menu-item {line-height: 50px; display: inline-block; float: left; position: relative; z-index: 100;}
.nav-box .wp-menu .menu-item:hover {background: transparent;}
.nav-box .wp-menu .menu-item a.menu-link {display: block; padding:0 65px 0 65px; color: #fff; font-size: 18px; font-weight: normal; text-align: center; background: transparent;}/**导航字体样式**/
.nav-box .wp-menu .menu-item a.menu-link:hover,
.nav-box .wp-menu .menu-item a.menu-link.parent{ text-decoration: none; background: #146e42; color: #fff;}/**鼠标经过或当前选中时样式**/
.nav-box .sub-menu { background: rgba(24,132,80,0.9); display: none; position: absolute; left: 0px; top: 50px; z-index: 100; min-width:202px; box-shadow: none;} /**菜单背景**/
.nav-box .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1; border-bottom: none; border-top: 1px solid #469d73;}
.nav-box .sub-menu .sub-item a { display: block; color: #fff;line-height: 40px; padding:0 20px; text-align: center; display: block; font-family:"Microsoft YaHei"; font-size: 16px;}/**子菜单字体样式**/
.nav-box .sub-menu .sub-item a:hover,
.nav-box .sub-menu .sub-item a.parent{ color:#fff; display: block; background: #188450;}
.nav-box .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}
/*特殊菜单样式-横向排列，本项目中未使用*/
.nav-box .wp-menu .menu-item.i .sub-menu {width: 334px;}
.nav-box .wp-menu .menu-item.i .sub-menu .sub-item {float: left; width: 166px;}
.nav-box .wp-menu .menu-item.i .sub-menu .sub-item:nth-child(even) {margin-left: 1px;}

/**主体部分**/
#container {}
#container .inner {padding: 0;}
.mod {width: 100%; padding: 0px; margin: 0 auto;}
.mod-h {padding: 0; margin-bottom: 15px;}
.mod-h1 {padding: 0; margin-bottom: 25px;}
.mod-h .mod-l {width: 600px; float: left;}
.mod-h .mod-r {width: 575px; float: right;}
.c-box {}

/**Jumbotran**/
#jumbotran {background: #fff;}
#jumbotran .jumbotran-box { margin: 0 auto; background: #fff; position: relative; min-height: 100px;}
#jumbotran .post-jumbotron {width: 100%; margin: 0; overflow: hidden;}
#jumbotran .focus-navigation,
#jumbotran .focus-navigation:hover {width: 30px; height: 50px; line-height: 50px; font-size: 50px; font-weight: bold; opacity: 1; background: transparent;}
#jumbotran .focus-pagination {width: 100%; bottom: 12px; right: initial; height: 16px; text-align: right;}
#jumbotran .focus-page {background-color: #fff; width: 8px; height: 8px; border-radius: 0; margin-right: 6px;}
#jumbotran .focus-page-active  {background-color: #f39a00;}
#jumbotran .focus-prev {left: 5px;}
#jumbotran .focus-next {right: 5px;}
#jumbotran .focus-title-bar {height: 40px; left: 0; bottom: 0;}
#jumbotran .focus-title-bg {opacity: 0.5; background-color: #000;}
#jumbotran .focus-title {height: 40px; line-height: 40px; padding: 0; padding-left: 10px; font-size: 15px; font-weight: normal; color: #fff; font-family:"Microsoft YaHei"; overflow: hidden; text-overflow: ellipsis; white-space: normal;}

/*页脚*/
#footer {background: #188450 url(../images/bottom_bg.jpg) center center no-repeat;}
.foot {padding: 35px 0;}
.foot .copyright {width: 400px; float: left;}
.foot .copyright P { color: #fff; line-height: 40px; font-size: 16px;}
.foot .copyright P.detail { line-height: 30px; font-size: 14px; text-indent: 20px;}
.foot .copyright P.add {background: url(../images/address.png) left center no-repeat;}
.foot .copyright P.tel {background: url(../images/tel.png) left center no-repeat;}
.foot .copyright P.email {background: url(../images/email.png) left center no-repeat;}
.foot .link {width: 600px; float: right;}

/*首页自定义新闻列表*/
.post {	margin: 0 auto; padding: 0;}

.post-intro {}
.post-intro .banner { margin: 0 auto; overflow: hidden; background: transparent; border-bottom: none;}
.post-intro .banner .title-text { height: 70px; line-height: 70px; padding: 0; text-align: left; text-indent: 0; font-weight: normal; float: left; font-size: 28px; color: #188450; background: transparent;}
.post-intro .more {height: 70px; background: transparent; margin: 0; float: right;}
.post-intro .more .more-btn { width: 80px; height: 70px; line-height: 70px; text-align: right; color: #999; font-size: 13px; font-weight: normal; background: transparent;}
.post-intro .more .more-btn A{ color: #999; text-decoration: none;}
.post-intro .more .more-btn A:hover{ color: #999; text-decoration: none;}
.post-intro .con {padding: 0; font-size: 15px; color: #333; line-height: 30px; text-indent: 2em;}

.post-news {border-top: 1px solid #f0f0f0;}
.post-news .banner { margin: 0 auto; overflow: hidden; background: transparent; border-bottom: none;}
.post-news .banner .title-text { height: 70px; line-height: 70px; padding: 0; text-align: left; text-indent: 0; font-weight: normal; float: left; font-size: 28px; color: #188450; background: transparent;}
.post-news .more {height: 70px; background: transparent; margin: 0; float: right;}
.post-news .more .more-btn { width: 80px; height: 70px; line-height: 70px; text-align: right; color: #999; font-size: 13px; font-weight: normal; background: transparent;}
.post-news .more .more-btn A{ color: #999; text-decoration: none;}
.post-news .more .more-btn A:hover{ color: #999; text-decoration: none;}
.post-news .con {}
.post-news .con .wp_article_list .list_item {width: auto; margin: 0 auto; height: 95px; border-bottom: none; background: transparent;}
.post-news .con .wp_article_list .list_item .Article_Index {display: none;}
.post-news .con .wp_article_list .list_item .Article_Brief {width: auto; height: 32px;}
.post-news .con .wp_article_list .list_item .Article_Title {width: 75%; height: 24px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 15px;}
.post-news .con .wp_article_list .list_item .Article_Title A {font-size: 15px; height: 24px; line-height: 24px; color:#188450;}
.post-news .con .wp_article_list .list_item .Article_PublishDate {width: 24%; height: 24px; line-height: 24px; overflow: hidden; font-size: 14px;  text-align: right; float: right; color: #333333;}
.post-news .con .wp_article_list .list_item .Article_Abstract { color: #999999; line-height: 20px;}

.post-notice {border-top: 1px solid #f0f0f0;}
.post-notice .banner { margin: 0 auto; overflow: hidden; background: transparent; border-bottom: none;}
.post-notice .banner .title-text { height: 70px; line-height: 70px; padding: 0; text-align: left; text-indent: 0; font-weight: normal; float: left; font-size: 28px; color: #188450; background: transparent;}
.post-notice .more {height: 70px; background: transparent; margin: 0; float: right;}
.post-notice .more .more-btn { width: 80px; height: 70px; line-height: 70px; text-align: right; color: #999; font-size: 13px; font-weight: normal; background: transparent;}
.post-notice .more .more-btn A{ color: #999; text-decoration: none;}
.post-notice .more .more-btn A:hover{ color: #999; text-decoration: none;}
.post-notice .con {}
.post-notice .con .wp_article_list .list_item {width: auto; margin: 0 auto; height: 44px; line-height: 44px; border-bottom: none; background: transparent;}
.post-notice .con .wp_article_list .list_item .Article_Index {display: none;}
.post-notice .con .wp_article_list .list_item .Article_PublishDate {width: 20%; height: 24px; line-height: 24px; overflow: hidden; font-size: 14px;  text-align: center; float: left; color: #fff; background: #188450;}
.post-notice .con .wp_article_list .list_item .Article_Title {width: 78%; height: 24px; line-height: 24px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: right; font-size: 15px;}
.post-notice .con .wp_article_list .list_item .Article_Title A {font-size: 15px; height: 40px; line-height: 24px;}

.post-achievement {border-top: 1px solid #f0f0f0;}
.post-achievement .banner { margin: 0 auto; overflow: hidden; background: transparent; border-bottom: none;}
.post-achievement .banner .title-text { height: 70px; line-height: 70px; padding: 0; text-align: left; text-indent: 0; font-weight: normal; float: left; font-size: 28px; color: #188450; background: transparent;}
.post-achievement .more {height: 70px; background: transparent; margin: 0; float: right;}
.post-achievement .more .more-btn { width: 80px; height: 70px; line-height: 70px; text-align: right; color: #999; font-size: 13px; font-weight: normal; background: transparent;}
.post-achievement .more .more-btn A{ color: #999; text-decoration: none;}
.post-achievement .more .more-btn A:hover{ color: #999; text-decoration: none;}
.post-achievement .con {}
.post-achievement .con .wp_article_list .list_item {width: auto; margin: 0 auto; height: 40px; line-height: 40px; border-bottom: none; background: transparent;}
.post-achievement .con .wp_article_list .list_item .Article_Index {display: none;}
.post-achievement .con .wp_article_list .list_item .Article_Title {width: 75%; height: 40px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 15px;}
.post-achievement .con .wp_article_list .list_item .Article_Title A {font-size: 15px; height: 40px; line-height: 40px;}
.post-achievement .con .wp_article_list .list_item .Article_PublishDate {width: 24%; height: 40px; line-height: 40px; overflow: hidden; font-size: 14px;  text-align: right; float: right; color: #333333;}

.post-team {border-top: 1px solid #f0f0f0;}
.post-team .banner { margin: 0 auto; overflow: hidden; background: transparent; border-bottom: none;}
.post-team .banner .title-text { height: 70px; line-height: 70px; padding: 0; text-align: left; text-indent: 0; font-weight: normal; float: left; font-size: 28px; color: #188450; background: transparent;}
.post-team .more {height: 70px; background: transparent; margin: 0; float: right;}
.post-team .more .more-btn { width: 80px; height: 70px; line-height: 70px; text-align: right; color: #999; font-size: 13px; font-weight: normal; background: transparent;}
.post-team .more .more-btn A{ color: #999; text-decoration: none;}
.post-team .more .more-btn A:hover{ color: #999; text-decoration: none;}
.post-team .con {}
.post-team .con .wp_nav .nav-item {width: 280px; height: 280px; position: relative;}
.post-team .con .wp_nav .nav-item.i1 {margin-right: 15px; background: url(../images/research_team_01.jpg) center center no-repeat; background-size: cover;}
.post-team .con .wp_nav .nav-item.i2 {background: url(../images/research_team_02.jpg) center center no-repeat;  background-size: cover;}
.post-team .con .wp_nav .nav-item A {display: block; width: 100%; height: 100%;}
.post-team .con .wp_nav .nav-item .item-name {width: 100%; height: 45px; line-height: 45px; display: block; padding: 0; position: absolute; left: 0; bottom: 0;  text-align: left; font-size: 24px; color: #fff; text-indent: 20px; background: rgba(0,0,0,0.3);}

.post-link {}
.post-link .banner { margin: 0 auto; overflow: hidden; background: transparent; border-bottom: none;}
.post-link .banner .title-text { height: 40px; line-height: 40px; padding: 0; text-align: left; text-indent: 0; font-weight: normal; float: left; font-size: 16px; color: #fff; background: transparent;}
.post-link .more {height: 40px; background: transparent; margin: 0; float: right;}
.post-link .more .more-btn { width: 80px; height: 40px; line-height: 40px; text-align: right; color: #fff; font-size: 13px; font-weight: normal; background: transparent;}
.post-link .more .more-btn A{ color: #fff; text-decoration: none;}
.post-link .more .more-btn A:hover{ color: #fff; text-decoration: none;}
.post-link .con {}
.post-link .con .wp_article_list .list_item {width: 33%; margin: 0 0.3% 0 0; height: 30px; line-height: 30px; border-bottom: none; background: url(../images/link.png) left center no-repeat; float: left;}
.post-link .con .wp_article_list .list_item .Article_Index {display: none;}
.post-link .con .wp_article_list .list_item .Article_Title {width: 100%; height: 30px; text-indent: 20px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: none; font-size: 14px;  color: #fff;}
.post-link .con .wp_article_list .list_item .Article_Title A {font-size: 14px; height: 30px; line-height: 30px; color: #fff;}

/*列表页*/
/*栏目图片*/
#col-banner {display: none;}
.col-banner {width: auto; height: 200px; margin: 0 auto; background: transparent; background-size: cover; position: relative;}
.col-banner .inner {position: relative;}
.col-banner .chn {font-size: 30px; font-weight: bold; color: #fff; position: absolute; left: 100px; bottom: 60px; text-shadow: 1px 1px 1px #333;}
.col-banner .eng {font-size: 14px; font-weight: normal; font-style: italic; color: #fff; position: absolute; left: 250px; bottom: 30px; text-shadow: 1px 1px 1px #333;}
.col-banner .slogan {width: 359px; height: 63px; background: url(../images/inpage_slogan.png) center center no-repeat; position: absolute; left: 0; top: 70px;}

#container .l-inner {padding: 15px 0;}

/*位置导航*/
.l-inner .page-navigation {height: 42px; line-height: 42px; margin: 0 auto; background: #fff; border-radius: 0px; border-bottom: 3px solid #f5f5f5;}
.l-inner .path-box {height: 42px; line-height: 42px; margin: 0 auto; text-align: right; text-indent: 0; font-size: 14px; color: #999999; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.l-inner .page-navigation .path-box .Column_Position {padding:0 0;}
.l-inner .page-navigation .path-box .Column_Position A {font-size: 14px; color: #999999;}
.l-inner .page-navigation .path-box .possplit {width: 15px; background: url(../images/arrow_nextlevel.gif) center center no-repeat; padding: 0 5px;}

.col-box {margin: 0 auto;}
.col-menu {width: 22%; float: left; min-height: 400px; background: #fff;}
.col-news {width: 76%; float: right;  min-height: 500px; background: #fff;}
.col_nomenu {width: 100%; float: none;}
.col-menu-placeholder {height: 100px; width: 100%; margin: 0 auto;}

/*多级栏目列表*/
/*栏目标题*/
.col-menu-title { margin: 0 auto; height: 45px; line-height: 45px; overflow: hidden; background: #188450 url(../images/windmill.png) 10px center no-repeat; border-bottom: none; position: relative;}
.col-name {color: #fff; line-height: 45px; font-size: 18px; text-align: left; text-indent: 45px; font-weight: normal;}
.col-name-text {display: block;}
/*栏目列表*/
.col-menu-con {margin: 0; padding:5px 0; background: #fff;}
.col-list {margin: 0 auto; padding: 0; background: transparent;}
/*一级*/
.col-list .wp_listcolumn {border: none; padding: 0;}
.col-list .wp_listcolumn .wp_column {border: none;  margin-bottom: 0px; text-indent: 10px;}
.col-list .wp_listcolumn .wp_column a { display: block; height: 49px; line-height: 49px; font-weight:normal; font-size: 15px; color:#333; border: none; border-bottom: 1px solid #e1e1e1; background: transparent; text-align: left;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#fff; background: #188450; font-weight: normal;}
.col-list .wp_listcolumn .wp_column a:hover { color:#fff; background: #188450;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#fff; background: #188450;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#fff; font-weight: normal; background: #188450;}
.col-list .wp_listcolumn .wp_column a span.column-name{background: transparent; padding: 0; text-indent: 0;}
.col-list .wp_listcolumn .wp_column a.selected span.column-name{ }
.col-list .wp_listcolumn .wp_column a.parent span.column-name{}
/*二级*/
.col-list .wp_listcolumn .sub_list .sub-item {margin-top: 0px; text-indent: 20px;}
.col-list .wp_listcolumn .sub_list .sub-item a { display: block; height: 34px; line-height: 34px; font-size: 14px; background: transparent;} 	/**二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a:hover {background: #188450;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a.selected {background: #188450;}
.col-list .wp_listcolumn .sub_list .sub-item a.parent {color:#fff; background: #188450;}
.col-list .wp_listcolumn .sub_list .sub-item a span.column-name {text-indent: 0;}
.col-list .wp_listcolumn .sub_list .sub-item a.selected span.column-name {}
.col-list .wp_listcolumn .sub_list .sub-item a.parent span.column-name {}
/*三级*/
.col-list .wp_listcolumn .sub_list .sub-item .sub_list .sub-item a.selected {color: #f3f3f3; background: #eeeeee;}
.col-list .wp_listcolumn .sub_list .sub-item .sub_list .sub-item a span.column-name {text-indent: 40px;}

.col-news-subcategory {margin: 20px auto 0 auto;}
.col-news-subcategory .menu_L3 .sub-item {height: 30px; line-height: 30px; width: auto; padding: 0 25px; float: left; margin-left: 5px; background: #eeeeee;}
.col-news-subcategory .menu_L3 .sub-item a {font-size: 14px;}
.col-news-subcategory .menu_L3 .sub-item.selected {color:#fff; background: #0e419c;}
.col-news-subcategory .menu_L3 .sub-item.selected a {color:#fff;}

/*文章列表*/
/*文章列表标题*/
.col-news-title {height: 50px; line-height: 50px; text-align: left; font-size: 24px; font-weight: bold; color: #a4cb32; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
/*文章列表内容*/
.col-news-con { margin: 0; padding: 15px 10px; min-height: 300px;}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; height: 40px; line-height: 40px; border-bottom: #e1e1e1 1px dotted;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item:hover {}
.col-news-list .wp_article_list .list_item .fields.pr_fields {width: 80%;}
.col-news-list .wp_article_list .list_item .fields.pr_fields .Article_Title {width: 100%; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.col-news-list .wp_article_list .list_item .Article_Index { display: none; margin:0px;}  /**栏目新闻图标序号**/
.col-news-list .wp_article_list .list_item .Article_Title {margin:0px; font-size: 15px; background: transparent; text-indent: 0px;}
.col-news-list .wp_article_list .list_item .Article_Title A {color:#666;}
.col-news-list .wp_article_list .list_item .Article_Title A:hover {color:#188450;}
.col-news-list .wp_article_list .list_item .Article_PublishDate {font-size: 13px; color: #999}
.col-news-list .wp_entry { line-height:2; font-size:14px; color:#666;}
.col-news-list .wp_entry p { margin-bottom: 10px; line-height: 2; font-size: 15px;}
.col-news-list .wp_entry img { max-width:600px; _width:expression(this.width > 600 ? "600px" : this.width); }   /**列表页文章图片大小限制**/
.col-news-list .wp_entry img { max-width:600px; _width:expression(this.width > 500 ? "500px" : "500px"); }   /**列表页文章图片大小限制**/
.col-news-list .wp_entry img { padding: 4px;}
.col-news-list .wp_entry .img-desc {font-family: 楷体; font-size: 14px; font-weight:bold;}
.col-news-list .wp_entry a:hover {color: #234f9e; text-decoration: underline;}
.col-news-list .wp_paging {padding: 10px 0;}
.col-news-list .wp_subcolumn_list .wp_sublist {margin-bottom: 30px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title {border-bottom: 2px solid #1e76b4; margin-bottom: 5px;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext {background: url(../images/sublist-more.png) center center no-repeat;}
.col-news-list .wp_subcolumn_list .wp_sublist .sublist_title .morelink .moretext Img {visibility: hidden;}
.col-news-sublist-con {padding: 5px 30px;}
.col-news-list .wp_article_list .list_item_pic {width:132px; height: 176px; margin-right: 15px; margin-bottom: 15px; float: left; position: relative; background-size: cover;
 background-repeat: no-repeat; background-position: center center;}
.col-news-list .wp_article_list .list_item_pic A {display: block; width: 100%; height: 100%;}
.col-news-list .wp_article_list .list_item_pic .Article_Title {position: absolute; left: 0; bottom: 0; width: 100%; height: 30px; line-height: 30px; background: rgba(0,0,0,0.5); text-align: center; color: #fff;}


/*分页*/
#wp_paging_w1205 {height:50px;}


/*文章页*/
#container .d-inner {padding: 15px 0;}

.d-inner .page-navigation {height: 42px; line-height: 42px; margin: 0 auto; background: #fff; border-radius: 0px; border-bottom: 3px solid #f5f5f5;}
.d-inner .path-box {height: 42px; line-height: 42px; margin: 0 auto; text-align: right; text-indent: 0; font-size: 14px; color: #999999; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.d-inner .page-navigation .path-box .Column_Position {padding:0 0;}
.d-inner .page-navigation .path-box .Column_Position A {font-size: 14px; color: #999999;}
.d-inner .page-navigation .path-box .possplit {width: 15px; background: url(../images/arrow_nextlevel.gif) center center no-repeat; padding: 0 5px;}

.article-box {margin: 0 20px; min-height: 500px;}
.article {padding: 0 10px;}
.article h1.article-title {font-weight: normal; padding:25px 0px; text-align:center;  line-height: 120%; font-size:24px; color:#000;} /**文章标题**/
.article .article-metas {padding: 0 0 20px 0; text-align:center; border-bottom: 1px dotted #ccc;}
.article .article-metas span { margin:0 5px; font-size:14px; color:#999999;} /**文章其他属性**/
.article .entry {margin:0 auto; padding: 20px 0px; overflow:hidden;} /**文章内容**/
.article .entry .read, .article .entry .read p { line-height: 2; font-size: 15px; color: #333;} /**阅读字体**/
.article .entry .read p { margin-bottom: 10px;}
.article .entry .read img {max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); height: auto;} /**文章阅读部分图片大小限制**/