@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: #fff;}
body,p {font:15px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#000;}
a {color:#000000; text-decoration:none;}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color: #0159a2; text-decoration:none;}
a:active {color:#000000;}

.wrapper {width:100%; margin:0 auto;}
.wrapper .inner {max-width: 1200px; margin:0 auto;} /**页面全局宽度**/

/*Top*/
.top {background: #008ace;}
.top .welcome {height: 28px; line-height: 28px; color: #fff; font-size: 13px; text-align: right;}

/*Header*/
.header { background: url(../images/header_bg.jpg) center top no-repeat; background-size: cover; position: relative;}
.head {width:100%; height:190px; position: relative;}
.head .logo {width: 565px; height: 140px; margin: 0; cursor: pointer; background: url(../images/logo.png) center center no-repeat; position: absolute; left: 0; top: 0; z-index: 2;}
.head .figure {width: 615px; height: 190px; margin: 0; position: absolute; right: 0; top: 0; background: url(../images/header_figure.png) center center no-repeat; background-size: contain; z-index: 1;}

/*Search*/
.search-bar {width:275px; height: 36px; margin: 0; background: transparent; position: absolute; top: 55px; right: 0; z-index: 3;}
.search-box {border: none; width: 275px; height: 36px; background: rgba(255,255,255,0.75);}
.search-component {width: 100%; height: 36px; margin: auto; overflow: hidden;}
.search-input-box {width: 225px; height: 36px; float: left; padding: 0px; position: relative; margin-left: 10px;}
.search-input {width: 225px; height: 26px; border: none; padding: 0; background: transparent; font-family: "Microsoft YaHei"; font-size: 14px; color: #666666; position: absolute; top: 5px; left: 0;}
.search-input:hover, .search-input:focus {color: #000;}
.search-btn-box {width: 36px; height: 36px; float: right; padding: 0; position: relative;}
.search-btn {width: 36px; height: 36px; color: #666; font-size: 13px; font-weight: bold; background: url(../images/btn_search.png) center center no-repeat; border: none; border-radius: 15px; margin: auto; padding: 0; cursor: pointer; position: absolute; top: 0px; left: 0px;}

/*Nav*/
.naver {background: url(../images/nav_bg.png) center center no-repeat; margin: 0 auto; position: absolute; left: 0; bottom: 0; z-index: 4;}
.nav { width:calc(100% - 100px); height: 46px; line-height: 46px; margin: 4px auto 0 auto;}
.nav-bar { margin: 0 auto;}
.nav-box { margin: 0 auto;}
.nav-box .wp-menu { margin:0 auto;} /**导航高度**/
.nav-box .wp-menu .menu-item {width: auto; line-height: 46px; display: inline-block; float: left; position: relative; z-index: 100; border: none;}
.nav-box .wp-menu .menu-item.i1 {}
.nav-box .wp-menu .menu-item.selected, .nav-box .wp-menu .menu-item.parent {background: #0070a6;}
.nav-box .wp-menu .menu-item:hover {background: transparent;}
.nav-box .wp-menu .menu-item a.menu-link {display: block; padding:0; color: #fff; font-size: 16px; font-weight: bold; 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: #0070a6; color: #fff;}/**鼠标经过或当前选中时样式**/
.nav-box .wp-menu .menu-item .menu-text {padding: 0 22px;}
.nav-box .sub-menu { background: #0070a6; display: none; position: absolute; left: 0px; top: 46px; z-index: 100; min-width:200px; 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 #eeeeee;}
.nav-box .sub-menu .sub-item a { display: block; color: #fff;line-height: 40px; padding:0 20px; display: block; font-family:"Microsoft YaHei"; font-size: 15px;}/**子菜单字体样式**/
.nav-box .sub-menu .sub-item a:hover,
.nav-box .sub-menu .sub-item a.parent{ color:#fff; display: block; background: #008ace;}
.nav-box .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}

/*Common Container*/
.mod {width: 100%; padding: 0px; margin: 0 auto;}
.c-box {}
.post { margin: 0 auto; padding: 0;}
.d-none {display: none;}

/*Highlights*/
.highlights {background: #f4f4f4}
.highlights .inner {padding: 30px 0;}
.highlights .mod {background: #fff;}
.highlights .mod-l {width: 595px; height: 345px; float: left; background: url(../images/jumbotran_bg.jpg) center center no-repeat;}
.highlights .mod-r {width: 550px; float: right; margin-right: 25px;}

/*Jumbotran*/
.jumbotran-box { margin: 0 0 0 45px; background: #0070a6; position: relative;}
.jumbotran-box .focus-navigation, .focus-navigation:hover {font-size: 60px; font-weight: normal; background: transparent;}
.jumbotran-box .focus-prev {left: 10px; }
.jumbotran-box .focus-next {right: 10px;}
.jumbotran-box .focus-pagination {height:auto; text-align: center; left: 10px; right: initial; bottom: -18px;}
.jumbotran-box .focus-page {background-color: #fff; margin-right: 8px; width: 8px; height: 8px; color: #fff; border-radius: 4px;}
.jumbotran-box .focus-page-active  {background-color: #f39800;}
.jumbotran-box .focus-title-bar {height: 30px; overflow: hidden;}
.jumbotran-box .focus-title-bg {opacity: 0.6;}
.jumbotran-box .focus-title {height: 30px; line-height: 30px; font-size: 14px; font-weight: normal; font-family:"Microsoft YaHei"; padding: 0 10px; left: 0; right: initial;}

.post-news {padding: 10px 0 0 0;}
.post-news .banner { margin: 0 auto; overflow: hidden; border-bottom: 1px solid #dcdcdc;}
.post-news .banner .title-text { height: 37px; line-height: 37px; padding: 0; text-align: left; text-indent: 0; font-weight: bold; float: left; font-size: 18px; color: #0070a6; background: transparent; border-bottom: 3px solid #0070a6;}
.post-news .more {height: 40px; background: transparent; margin: 0; float: right;}
.post-news .more .more-btn { width: 50px; height: 40px; line-height: 40px; text-align: right; color: #999999; font-size: 14px; font-weight: normal; background: transparent;}
.post-news .more .more-btn A{ color: #999999; text-decoration: none;}
.post-news .more .more-btn A:hover{ color: #0070a6; text-decoration: none;}
.post-news .con {padding: 12px 0 0 0;}
.post-news .con .wp_article_list .list_item {width: auto; margin: 0 auto; height: 30px; line-height: 30px; border-bottom: none;}
.post-news .con .wp_article_list .list_item .article-index {width: 15px; height: 30px; background: url(../images/dot.png) left center no-repeat; float: left;}
.post-news .con .wp_article_list .list_item .article-new {width: 32px; height: 30px; float: left; background: url(../images/new.png) left center no-repeat;}
.post-news .con .wp_article_list .list_item .article-title {width: calc(100% - 145px); height: 30px; 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: 30px; line-height: 30px;}
.post-news .con .wp_article_list .list_item .article-publishdate {width: 90px; height: 30px; line-height: 30px; overflow: hidden; font-size: 15px;  text-align: right; float: right; color: #999999;}
.post-news .con .wp_article_list .list_item .article-abstract {display: none;}
.post-news .con .wp_article_list .list_item.i1 {height: auto; border-bottom: 1px dashed #dcdcdc; margin-bottom: 8px; background: transparent;}
.post-news .con .wp_article_list .list_item.i1 .article-index {display: none;}
.post-news .con .wp_article_list .list_item.i1 .article-title {width: 100%; float: none; text-indent: 0; margin-bottom: 6px; text-align: center;}
.post-news .con .wp_article_list .list_item.i1 .article-title A {font-size: 20px; font-weight: bold; height: 22px; line-height: 22px;}
.post-news .con .wp_article_list .list_item.i1 .article-publishdate {display: none;}
.post-news .con .wp_article_list .list_item.i1 .article-abstract {display: block; max-height: 66px; font-size: 14px; color: #999999; line-height: 22px; text-indent: 2em; margin-bottom: 10px; overflow: hidden;}
.post-news .con .wp_article_list .list_item.i1 .article-new {display: none;}

/*Information*/
.information {}
.information .inner {padding: 30px 0;}
.information .mod-l {width: 370px; float: left;}
.information .mod-c {width: 370px; float: left; margin-left: 45px;}
.information .mod-r {width: 370px; float: right;}
.information .mod-l-c {width: 785px; float: left;}

.post-info {}
.post-info .banner { margin: 0 auto; overflow: hidden; border-bottom: 1px solid #dcdcdc;}
.post-info .banner .title-text { height: 37px; line-height: 37px; padding: 0; text-align: left; text-indent: 0; font-weight: bold; float: left; font-size: 18px; color: #0070a6; background: transparent; border-bottom: 3px solid #0070a6;}
.post-info .more {height: 40px; background: transparent; margin: 0; float: right;}
.post-info .more .more-btn { width: 50px; height: 40px; line-height: 40px; text-align: right; color: #999999; font-size: 14px; font-weight: normal; background: transparent;}
.post-info .more .more-btn A{ color: #999999; text-decoration: none;}
.post-info .more .more-btn A:hover{ color: #0070a6; text-decoration: none;}
.post-info .con {padding: 12px 0 25px 0;}
.post-info .con .wp_article_list .list_item {width: auto; margin: 0 auto; height: 35px; line-height: 35px; border-bottom: none;}
.post-info .con .wp_article_list .list_item .article-index {width: 15px; height: 35px; background: url(../images/dot.png) left center no-repeat; float: left;}
.post-info .con .wp_article_list .list_item .article-title {width: calc(100% - 100px); height: 35px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 15px;}
.post-info .con .wp_article_list .list_item .article-title A {font-size: 15px; height: 35px; line-height: 35px;}
.post-info .con .wp_article_list .list_item .article-new {width: 32px; height: 35px; float: left; background: url(../images/new.png) left center no-repeat;}
.post-info .con .wp_article_list .list_item .article-publishdate {width: 45px; height: 35px; line-height: 35px; overflow: hidden; font-size: 15px;  text-align: right; float: right; color: #999999;}
.post-info .con .wp_article_list .list_item .article-abstract {display: none;}

.post-jzbg {}
.post-jzbg .banner { margin: 0 auto; overflow: hidden; border-bottom: 1px solid #dcdcdc;}
.post-jzbg .banner .title-text { height: 37px; line-height: 37px; padding: 0; text-align: left; text-indent: 0; font-weight: bold; float: left; font-size: 18px; color: #0070a6; background: transparent; border-bottom: 3px solid #0070a6;}
.post-jzbg .more {height: 40px; background: transparent; margin: 0; float: right;}
.post-jzbg .more .more-btn { width: 50px; height: 40px; line-height: 40px; text-align: right; color: #999999; font-size: 14px; font-weight: normal; background: transparent;}
.post-jzbg .more .more-btn A{ color: #999999; text-decoration: none;}
.post-jzbg .more .more-btn A:hover{ color: #0070a6; text-decoration: none;}
.post-jzbg .con {padding: 12px 0 25px 0;}
.post-jzbg .con .wp_article_list .list_item {width: auto; height: auto; margin: 0 auto; border-bottom: 1px dashed #dcdcdc; padding: 2px 0;}
.post-jzbg .con .wp_article_list .list_item .lecture-title {width: 100%; height: 35px; line-height: 35px; margin-bottom: 3px;}
.post-jzbg .con .wp_article_list .list_item .article-index {width: 15px; height: 35px; background: url(../images/dot.png) left center no-repeat; float: left;}
.post-jzbg .con .wp_article_list .list_item .article-title {width: calc(100% - 50px); float: left; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; font-size: 15px;}
.post-jzbg .con .wp_article_list .list_item .article-new {width: 32px; height: 35px; float: left; background: url(../images/new.png) left center no-repeat;}
.post-jzbg .con .wp_article_list .list_item .lecture-metas {width: 100%; height: 20px; line-height: 20px; color: #666666; font-size: 13px; margin-bottom: 8px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.post-jzbg .con .wp_article_list .list_item.i1 {padding-top: 0;}
.post-jzbg .con .wp_article_list .list_item.i3 {border-bottom: none;}

/*CXCY*/
.post-cxcy {}
.post-cxcy .banner { margin: 0 auto; overflow: hidden; border-bottom: 1px solid #dcdcdc;}
.post-cxcy .banner .title-text { height: 37px; line-height: 37px; padding: 0; text-align: left; text-indent: 0; font-weight: bold; float: left; font-size: 18px; color: #0070a6; background: transparent; border-bottom: 3px solid #0070a6;}
.post-cxcy .more {height: 40px; background: transparent; margin: 0; float: right;}
.post-cxcy .more .more-btn { width: 50px; height: 40px; line-height: 40px; text-align: right; color: #999999; font-size: 14px; font-weight: normal; background: transparent;}
.post-cxcy .more .more-btn A{ color: #999999; text-decoration: none;}
.post-cxcy .more .more-btn A:hover{ color: #0070a6; text-decoration: none;}
.post-cxcy .con {padding: 0;}
.post-cxcy .con .c-box-l {width: 310px; float: left;}
.post-cxcy .con .c-box-r {width: 445px; float: right;}

.post-cxcy-intro {}
.post-cxcy-intro .con {padding: 15px 0 0 0;}
.post-cxcy-intro .con .article-title {display: none;}
.post-cxcy-intro .con .article-abstract {font-size: 15px; line-height: 28px; text-indent: 2em; max-height: 280px; overflow: hidden;}

.post-cxcy-exhibit {}
.post-cxcy-exhibit .con {padding: 23px 0 0 0;}
.post-cxcy-exhibit .roll-wrap{position: relative; width: 100%; height: 142px; overflow: hidden;}
.post-cxcy-exhibit .roll-wrap .roll__list {}
.post-cxcy-exhibit .roll_row .roll__list::before, .roll_row .roll__list::after {content: ""; display: table; line-height: 0;}
.post-cxcy-exhibit .roll_row .roll__list::after {clear: both;}
.post-cxcy-exhibit .roll_row .roll__list {width: 9999px;}
.post-cxcy-exhibit .roll_row .roll__list li{float: left; display: block; margin-right: 20px; width: 200px; height: 140px; background-color: #fcfcfc; background-repeat: no-repeat; background-size: cover; background-position: center center; border: 1px solid #cccccc;}
.post-cxcy-exhibit .roll_row .roll__list li .article-link {display: block; width: 100%; height: 100%; position: relative;}
.post-cxcy-exhibit .roll_row .roll__list li .article-title {position: absolute; left: 0; bottom: 0; width: calc(100% - 24px); height: 30px; line-height: 30px; padding: 0 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; color: #fff; background: rgba(0,0,0,0.6);}

.post-cxcy-info {}
.post-cxcy-info .con {padding: 22px 0 0 0;}
.post-cxcy-info .con .wp_article_list .list_item {width: auto; margin: 0 auto; height: 35px; line-height: 35px; border-bottom: none;}
.post-cxcy-info .con .wp_article_list .list_item .article-index {width: 15px; height: 35px; background: url(../images/dot.png) left center no-repeat; float: left;}
.post-cxcy-info .con .wp_article_list .list_item .article-title {width: calc(100% - 100px); height: 35px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 15px;}
.post-cxcy-info .con .wp_article_list .list_item .article-title A {font-size: 15px; height: 35px; line-height: 35px;}
.post-cxcy-info .con .wp_article_list .list_item .article-new {width: 32px; height: 35px; float: left; background: url(../images/new.png) left center no-repeat;}
.post-cxcy-info .con .wp_article_list .list_item .article-publishdate {width: 45px; height: 35px; line-height: 35px; overflow: hidden; font-size: 15px;  text-align: right; float: right; color: #999999;}
.post-cxcy-info .con .wp_article_list .list_item .article-abstract {display: none;}


/*JYXX*/
.post-jyxx .con {padding: 12px 0 0 0;}

/*Fastpass*/
.fastpass {background: #f4f4f4}
.fastpass .inner {padding: 30px 0 14px 0;}

.post-fastpass {}
.post-fastpass .con .wp_article_list .list_item {width: calc((100% - 144px) / 6); height: 60px; margin-left: 24px; margin-bottom: 16px; float: left; border: 2px solid #fff; background-color: #ddd; background-size: cover; background-repeat: no-repeat; background-position: center center;}
.post-fastpass .con .wp_article_list .list_item:nth-child(6n+1) {margin-left: 0;}
.post-fastpass .con .wp_article_list .list_item A {display: block; width: 100%; height: 100%; line-height: 60px; text-align: center; font-size: 18px; color: #fff; font-weight: bold; text-shadow: 1px 1px #000;}

.post-fastpass-media {display: none;}
.post-fastpass-media .con .wp_article_list .list_item {width: initial; float: left; margin-right: 10px; margin-bottom: 10px; border-bottom: none; height: 30px; line-height: 30px; background: #008ace;}
.post-fastpass-media .con .wp_article_list .list_item A {display: block; width: 100%; height: 100%; line-height: 30px; padding: 0 10px; color: #fff; font-size: 13px;}

/*Footer*/
.footer {background: #0070a6;}
.foot {padding: 45px 0; position: relative;}
.foot .copyright {width: 600px; margin: 0 auto; text-align: center;}
.foot .copyright P { color: #fff; line-height: 26px; font-size: 14px;}
.foot .qrc {position: absolute; right: 10px; top: 50%; margin-top: -46px;}
.foot .qrc .qrcode {height: 72px; background: url(../images/qrcode.png) center center no-repeat;}
.foot .qrc .desc {height: 20px; line-height: 20px; font-size: 10px; color: #fff;}


/*列表页*/
#container .l-inner {padding: 30px 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: 500px;}
.col-news {width: 75%; float: right;  min-height: 500px; background: #fff;}
.col_nomenu {width: 100%; float: none;}
.col-menu-placeholder {height: 50px; width: 100%; margin: 0 auto; background: url(../images/col_menu_placeholder_bg.png) center bottom no-repeat;}


/*多级栏目列表*/
/*栏目标题*/
.col-menu-title { margin: 0 auto; height: 60px; line-height: 60px; overflow: hidden; background: #0070a6; border-bottom: 3px solid #fff; position: relative;}
.col-name {color: #fff; line-height: 60px; font-size: 20px; text-align: left; text-indent: 30px; font-weight: bold;}
.col-name-text {display: block;}
/*栏目列表*/
.col-menu-con {margin: 0; padding:5px 0; background: #0070a6;}
.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: 30px;}
.col-list .wp_listcolumn .wp_column a { display: block; height: 45px; line-height: 45px; font-weight:normal; font-size: 16px; color:#fff; border: none; background: transparent; text-align: left;}   /**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#fff; background: #eeb111; font-weight: normal;}
.col-list .wp_listcolumn .wp_column a:hover { color:#fff; background: #eeb111;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#fff; background: #eeb111;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#fff; font-weight: normal; background: #eeb111;}
.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: 60px;}
.col-list .wp_listcolumn .sub_list .sub-item a { display: block; height: 35px; line-height: 35px; font-size: 14px; background: transparent;}  /**二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a:hover {background: #eeb111;}   /**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a.selected {background: #eeb111;}
.col-list .wp_listcolumn .sub_list .sub-item a.parent {color:#fff; background: #eeb111;}
.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-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 5px; min-height: 300px;}
.col-news-list {}
.col-news-list .wp_article_list .list_item {border: none; height: 40px; line-height: 40px; border-bottom: 1px dashed #dcdcdc; background: url(../images/dot.png) left center no-repeat;}  /**栏目新闻列表**/
.col-news-list .wp_article_list .list_item .article-index {width: 20px; height: 40px; background: url(../images/dot.png) left center no-repeat; float: left;}
.col-news-list .wp_article_list .list_item .article-new {width: 35px; height: 40px; background: url(../images/new.png) left center no-repeat; float: left;}
.col-news-list .wp_article_list .list_item .article-new.d-none {display: none;}
.col-news-list .wp_article_list .list_item .article-title {width: calc(100% - 160px); height: 40px; line-height: 40px; text-indent: 0; float: left; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.col-news-list .wp_article_list .list_item .article-title A {color:#000;}
.col-news-list .wp_article_list .list_item .article-title A:hover {color:#0159a2;}
.col-news-list .wp_article_list .list_item .article-publishdate {width: 100px; font-size: 15px; color: #999; float: right; text-align: right;}
.col-news-list .wp_entry, .col-news-list .wp_entry p {line-height:2; font-size:16px; color:#000;}
.col-news-list .wp_entry p { margin-bottom:10px;}
.col-news-list .wp_entry h5 {border-left: 5px solid #0070a6; margin-top: 5px; margin-bottom: 20px; font-size: 18px; font-weight: bold; line-height: 1.5; text-indent: 10px;}
.col-news-list .wp_entry img { max-width:100%; _width:expression(this.width > 880 ? "880px" : this.width); }   /**列表页文章图片大小限制**/
.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.post-titleonly .wp_article_list .list_item .article-title {width: calc(100% - 65px);}

.col-news-list.post-jsml .wp_article_list .list_item {width: 23%; margin-left: 1%; margin-right: 1%; float: left; border-bottom: none;}
.col-news-list.post-jsml .wp_article_list .list_item .article-title {width: calc(100% - 25px);}

/*分页*/
#wp_paging_w1205 {height:50px;}


/*文章页*/
#container .d-inner {padding: 30px 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 auto; min-height: 500px;}
.article {padding: 0 0px;}
.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 dashed #dcdcdc;}
.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: 16px; color: #000;} /**阅读字体**/
.article .entry .read p { margin-bottom: 10px;}
.article .entry .read img {max-width:800px; _width:expression(this.width > 880 ? "880px" : this.width); height: auto;} /**文章阅读部分图片大小限制**/
.article .entry h5 {border-left: 5px solid #0070a6; margin-top: 5px; margin-bottom: 20px; font-size: 18px; font-weight: bold; line-height: 1.5; text-indent: 10px;}
.article .entry .lecture-read {margin-bottom: 20px;}