@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: #eeeeee ;}
body,p {font:12px/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: #005eb7; text-decoration:none;}
a:active {color:#333333;}

.wrapper {width:100%; margin:0 auto;}
.wrapper .inner {max-width: 1100px; margin:0 auto;} /**页面全局宽度**/


/*头部BANNER*/
#header { background: #fff;}
.head {width:100%; height:120px; position: relative;}
.head .logo {width: 405px; height: 120px; float: left; background: url(../images/logo.png) center center no-repeat; cursor: pointer;}
.head .login {width: 80px; height: 30px; position: absolute; right: 0; top: 45px; background: #0075c8 url(../images/btn_login.gif) 5px center no-repeat; line-height: 30px; text-align: center; text-indent: 15px; color: #fff;}
.head .login A {width: 80px; height: 30px; display: block; color: #fff;}
 
/*搜索框*/
.search-bar {position: absolute; right: 90px; 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: #0075c8; 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: url(../images/nav_hover.gif) center center repeat-x;}
.nav-box .wp-menu .menu-item a.menu-link {display: block; padding:0 50px 0 45px; color: #fff; font-size: 15px; font-weight: normal; text-align: center; background: url(../images/dropdown.gif) 115px center no-repeat;}/**导航字体样式**/
.nav-box .wp-menu .menu-item.i1 a.menu-link {padding:0 45px 0 45px;}
.nav-box .wp-menu .menu-item a.menu-link:hover,
.nav-box .wp-menu .menu-item a.menu-link.parent{ text-decoration: none; background: url(../images/dropup.gif) 115px center no-repeat;; color: #fff;}/**鼠标经过或当前选中时样式**/
.nav-box .wp-menu .menu-item.i1 a.menu-link {background: transparent;}
.nav-box .sub-menu { background: #0075c8; display: none; position: absolute; left: 0px; top: 50px; 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: 14px;}/**子菜单字体样式**/
.nav-box .sub-menu .sub-item a:hover,
.nav-box .sub-menu .sub-item a.parent{ color:#fff; display: block; background: #005eb7;}
.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.i5 .sub-menu {width: 334px;}
.nav-box .wp-menu .menu-item.i5 .sub-menu .sub-item {float: left; width: 166px;}
.nav-box .wp-menu .menu-item.i5 .sub-menu .sub-item:nth-child(even) {margin-left: 1px;}

/**主体部分**/
#container {}
#container .inner {padding: 0;}
.mod {width: 100%; padding: 0px; margin: 0 auto;}
.mod-h1 {padding: 0; margin-bottom: 15px;}
.mod-h2 {padding: 0; margin-bottom: 15px;}
.mod-h1 .mod-l, .mod-h2 .mod-l {width: 800px; float: left;}
.mod-h1 .mod-r, .mod-h2 .mod-r {width: 285px; 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: center;}
#jumbotran .focus-page {background-color: #fff; width: 30px; height: 4px; border-radius: 0; margin-right: 8px;}
#jumbotran .focus-page-active  {background-color: #f39a00;}
#jumbotran .focus-prev {left: 5px;}
#jumbotran .focus-next {right: 5px;}
#jumbotran .focus-title-bar {height: 80px; left: 0; bottom: 0;}
#jumbotran .focus-title-bg {opacity: 0.5; background-color: #000;}
#jumbotran .focus-title {height: 80px; line-height: 80px; padding: 0; padding-left: 10px; font-size: 24px; font-weight: normal; color: #fff; font-family:"Microsoft YaHei"; overflow: hidden; text-overflow: ellipsis; white-space: normal;}

/*页脚*/
#footer {background: #0075c8;}
.foot {padding: 25px 0; text-align: center;}
.foot .copyright {text-align: center;}
.foot P { color: #fff; line-height: 23px; font-size: 13px;}
.social {position: relative;}

/*首页自定义新闻列表*/
.post {	margin: 0 auto; padding: 0;}

.post-notice {background: #fff;}
.post-notice .banner { margin: 0 auto; overflow: hidden; background: url(../images/banner_icon.gif) 10px center no-repeat; border-bottom: 3px solid #f5f5f5;}
.post-notice .banner .title-text { height: 42px; line-height: 42px; padding: 0; text-align: left; text-indent: 32px; font-weight: normal; float: left; font-size: 15px; color: #333; background: transparent;}
.post-notice .more {height: 42px; background: transparent; margin: 0; float: right;}
.post-notice .more .more-btn { width: 50px; height: 42px; line-height: 42px; text-align: center; color: #9b9b9b; font-size: 13px; font-weight: normal; background: transparent;}
.post-notice .more .more-btn A{ color: #a1a1a1; text-decoration: none;}
.post-notice .more .more-btn A:hover{ color: #a1a1a1; text-decoration: none;}
.post-notice .con {padding: 12px 10px 15px 10px;}
.post-notice .con .wp_article_list .list_item {width: auto; margin: 0 auto; height: 37px; line-height: 37px; border-bottom: 1px solid #e1e1e1; background: transparent;}
.post-notice .con .wp_article_list .list_item .Article_Index {display: none;}
.post-notice .con .wp_article_list .list_item .Article_Title {width: 70%; height: 37px; text-indent: 2px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 13px;}
.post-notice .con .wp_article_list .list_item .Article_Title A {font-size: 13px; height: 37px; line-height: 37px;}
.post-notice .con .wp_article_list .list_item .Article_PublishDate {width: 30%; height: 37px; line-height: 37px; overflow: hidden; font-size: 13px;  text-align: right; float: right; color: #9b9b9b;}

.post-news {background: #fff;}
.post-news .banner { margin: 0 auto; overflow: hidden; background: url(../images/banner_icon.gif) 10px center no-repeat; border-bottom: 3px solid #f5f5f5;}
.post-news .banner .title-text { height: 42px; line-height: 42px; padding: 0; text-align: left; text-indent: 32px; font-weight: normal; float: left; font-size: 15px; color: #333; background: transparent;}
.post-news .more {height: 42px; background: transparent; margin: 0; float: right;}
.post-news .more .more-btn { width: 50px; height: 42px; line-height: 42px; text-align: center; color: #9b9b9b; font-size: 13px; font-weight: normal; background: transparent;}
.post-news .more .more-btn A{ color: #a1a1a1; text-decoration: none;}
.post-news .more .more-btn A:hover{ color: #a1a1a1; text-decoration: none;}
.post-news .highlight {padding: 12px 15px 0 15px;}
.post-news .highlight .Article_Thumbnail {width: 240px; height: 175px; float: left; background-size: cover;}
.post-news .highlight .Article_Content {width: 510px; float: right;}
.post-news .highlight .Article_Content .Article_Title { width: 100%; height: 42px; line-height: 42px; overflow: hidden; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis;}
.post-news .highlight .Article_Content .Article_Title A {color: #005eb7;}
.post-news .highlight .Article_Content .Article_Abstract {width: 100%; max-height: 140px; line-height: 28px; overflow: hidden; font-size: 13px; color: #5a5a5a; text-indent: 2em;}
.post-news .highlight .Article_Content .Article_Abstract A {color: #5a5a5a;}
.post-news .highlight .Article_Content .Article_Abstract A:hover {color: #005eb7;}
.post-news .con {padding: 12px 15px 15px 15px;}
.post-news .con .wp_article_list .list_item { display: none;}
.post-news .con .wp_article_list .list_item {width: 375px; height: 37px; line-height: 37px; border-bottom: 1px solid #e1e1e1; background: transparent; float: left;}
.post-news .con .wp_article_list .list_item:nth-child(even) {margin-left: 20px;}
.post-news .con .wp_article_list .list_item .Article_Index {display: none;}
.post-news .con .wp_article_list .list_item .Article_Title {width: 75%; height: 37px; text-indent: 2px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 13px;}
.post-news .con .wp_article_list .list_item .Article_Title A {font-size: 13px; height: 37px; line-height: 37px;}
.post-news .con .wp_article_list .list_item .Article_PublishDate {width: 24%; height: 37px; line-height: 37px; overflow: hidden; font-size: 13px;  text-align: right; float: right; color: #9b9b9b;}
.post-news .con .wp_article_list .list_item .Article_Abstract {display: none;}
.post-news .con .wp_article_list .list_item .Article_Thumbnail {display: none;}

.post-service {background: #fff; margin-bottom: 15px;}
.post-service .banner { margin: 0 auto; overflow: hidden; background: url(../images/banner_icon.gif) 10px center no-repeat; border-bottom: 3px solid #f5f5f5;}
.post-service .banner .title-text { height: 42px; line-height: 42px; padding: 0; text-align: left; text-indent: 32px; font-weight: normal; float: left; font-size: 15px; color: #333; background: transparent;}
.post-service .more {display: none; height: 42px; background: transparent; margin: 0; float: right;}
.post-service .more .more-btn { width: 50px; height: 42px; line-height: 42px; text-align: center; color: #9b9b9b; font-size: 13px; font-weight: normal; background: transparent;}
.post-service .more .more-btn A{ color: #a1a1a1; text-decoration: none;}
.post-service .more .more-btn A:hover{ color: #a1a1a1; text-decoration: none;}
.post-service .con {padding: 0;}
.post-service .con .wp-menu .menu-item {width: 94px; height: 99px; overflow: hidden; display: block; text-align: center; float: left; border-top: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1;}
.post-service .con .wp-menu .menu-item:nth-child(3n+1) {border-left: none;}
.post-service .con .wp-menu .menu-item.i1, .post-service .con .wp-menu .menu-item.i2, .post-service .con .wp-menu .menu-item.i3 {border-top: none;}
.post-service .con .wp-menu .menu-item .menu-text {line-height: 160px; font-size: 13px;}
.post-service .con .wp-menu .menu-item {background-repeat: no-repeat;}
.post-service .con .wp-menu .menu-item.i1 {background-image: url(../images/icon_repair.png); background-position: center 20px;}
.post-service .con .wp-menu .menu-item.i2 {background-image: url(../images/icon_charge.png); background-position: center 18px;}
.post-service .con .wp-menu .menu-item.i3 {background-image: url(../images/icon_apartment.png); background-position: center 16px;}
.post-service .con .wp-menu .menu-item.i4 {background-image: url(../images/icon_bus.png); background-position: center 15px;}
.post-service .con .wp-menu .menu-item.i5 {background-image: url(../images/icon_wechat1.png); background-position: center 18px;}

.post-service .con .wp-menu .menu-item.i1:hover {background-image: url(../images/icon_repair_hover.png); background-position: center 20px;}
.post-service .con .wp-menu .menu-item.i2:hover {background-image: url(../images/icon_charge_hover.png); background-position: center 18px;}
.post-service .con .wp-menu .menu-item.i3:hover {background-image: url(../images/icon_apartment_hover.png); background-position: center 16px;}
.post-service .con .wp-menu .menu-item.i4:hover {background-image: url(../images/icon_bus_hover.png); background-position: center 15px;}
.post-service .con .wp-menu .menu-item.i5:hover {background-image: url(../images/icon_wechat1_hover.png); background-position: center 18px;}

.post-service .con .wp-menu .menu-item A {display: block;}

.post-supervision {background: #fff;}
.post-supervision .banner { margin: 0 auto; overflow: hidden; background: url(../images/banner_icon.gif) 10px center no-repeat; border-bottom: 3px solid #f5f5f5;}
.post-supervision .banner .title-text { height: 42px; line-height: 42px; padding: 0; text-align: left; text-indent: 32px; font-weight: normal; float: left; font-size: 15px; color: #333; background: transparent;}
.post-supervision .more {display: none; height: 42px; background: transparent; margin: 0; float: right;}
.post-supervision .more .more-btn { width: 50px; height: 42px; line-height: 42px; text-align: center; color: #9b9b9b; font-size: 13px; font-weight: normal; background: transparent;}
.post-supervision .more .more-btn A{ color: #a1a1a1; text-decoration: none;}
.post-supervision .more .more-btn A:hover{ color: #a1a1a1; text-decoration: none;}
.post-supervision .con {padding: 15px 10px;}
.post-supervision .con .wp-menu .menu-item {overflow: hidden; display: block; text-align: center; float: none; text-indent: 10px; border: none; line-height: 36px; background-color: #f0f0f0; background-repeat: no-repeat; background-position: 15px center;}
.post-supervision .con .wp-menu .menu-item.i1 {width: 265px; height: 36px; margin-bottom: 12px; background-image: url(../images/icon_mail.png);}
.post-supervision .con .wp-menu .menu-item.i2 {width: 265px; height: 36px; background-image: url(../images/icon_phone.png);}
.post-supervision .con .wp-menu .menu-item A {display: block;}

.post-social {position: absolute; top:-65px; right: 50px; width: 100px; height: 36px;}
.post-social .icon {width: 36px; height: 36px; float: left; margin-right: 12px; display: block; cursor: pointer; position: relative;}
.post-social .wechat {background: url(../images/icon_wechat.png) center center no-repeat;}
.post-social .app {background: url(../images/icon_app.png) center center no-repeat;}
.post-social .icon .qrc {width:112px; height: 120px; position: absolute; left: -38px; bottom: 38px; z-index: 99999; display: none;}
.post-social .icon.wechat .qrc {background: url(../images/qrc_wechat.png) center center no-repeat;}
.post-social .icon.app .qrc {background: url(../images/qrc_app.png) center center no-repeat;}

/*列表页*/
/*栏目图片*/
.col-banner {width: auto; height: 200px; margin: 0 auto; background: url(../images/list_pic.jpg) center center repeat-x; 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 url(../images/banner_icon.gif) 10px center no-repeat; border-radius: 0px; border-bottom: 3px solid #f5f5f5;}
.l-inner .path-box {height: 42px; line-height: 42px; margin: 0 auto; text-align: left; text-indent: 32px; font-size: 15px; color: #333333; 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: 15px; color: #333333;}
.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: 25%; float: left; min-height: 740px; background: #fff url(../images/col_image.jpg) center bottom no-repeat;}
.col-news {width: 73%; float: right;  min-height: 740px; background: #fff;}
.col_nomenu {width: 100%; float: none;}
.col-menu-placeholder {height: 390px; width: 100%; margin: 0 auto;}

/*多级栏目列表*/
/*栏目标题*/
.col-menu-title { margin: 0 auto; height: 42px; line-height: 42px; overflow: hidden; background: #fff url(../images/banner_icon.gif) 10px center no-repeat; border-bottom: 3px solid #f5f5f5; position: relative;}
.col-name {color: #0965a6; line-height: 42px; font-size: 18px; text-align: left; text-indent: 32px; 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: 30px;}
.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: url(../images/dot_gray.gif) 15px center no-repeat; text-align: left;} 	/**一级子栏目及图标**/
.col-list .wp_listcolumn .wp_column a.parent {color:#0965a6; background: #f3f3f3 url(../images/dot_blue.gif) 15px center no-repeat; font-weight: normal;}
.col-list .wp_listcolumn .wp_column a:hover { color:#0965a6; background: #f3f3f3 url(../images/dot_blue.gif) 15px center no-repeat;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#0965a6; background: #f3f3f3 url(../images/dot_blue.gif) 15px center no-repeat;;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#0965a6; font-weight: normal; background: #f3f3f3 url(../images/dot_blue.gif) 15px center no-repeat;;}
.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: 40px;}
.col-list .wp_listcolumn .sub_list .sub-item a { display: block; height: 34px; line-height: 34px; font-size: 14px; background: url(../images/dot_gray.gif) 25px center no-repeat;} 	/**二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a:hover {background: #f3f3f3 url(../images/dot_blue.gif) 25px center no-repeat;;} 	/**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a.selected {background: #f3f3f3 url(../images/dot_blue.gif) 25px center no-repeat;;}
.col-list .wp_listcolumn .sub_list .sub-item a.parent {color:#fff; background: #f3f3f3 url(../images/dot_blue.gif) 25px center no-repeat;;}
.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 25px; 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: 13px; 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:#0e419c;}
.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: 14px;}
.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;}

/*分页*/
#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 url(../images/banner_icon.gif) 10px center no-repeat; border-radius: 0px; border-bottom: 3px solid #f5f5f5;}
.d-inner .path-box {height: 42px; line-height: 42px; margin: 0 auto; text-align: left; text-indent: 32px; font-size: 15px; color: #333333; 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: 15px; color: #333333;}
.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;} /**文章阅读部分图片大小限制**/