@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:16px/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: #a60c00; text-decoration:none;}
a:active {color:#000000;}

.wrapper {width:100%; margin:0 auto;}
.wrapper .inner {max-width: 1200px; margin:0 auto;} /**页面全局宽度**/


/*Header*/
.header { background: url(../images/header_bg.jpg) center top no-repeat; background-size: cover; position: relative; border-top: 5px solid #d30e21;}
.head {width:100%; height:235px; position: relative;}
.head .logo {width: 660px; height: 185px; 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: 520px; height: 235px; margin: 0; position: absolute; right: 0; top: 0; background: url(../images/header_figure.png) center top no-repeat; background-size: contain; z-index: 1;}

/*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% - 320px); height: 46px; line-height: 46px; margin-left: 40px; margin-top: 4px; float: left;}
.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: #a60c00;}
.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: #a60c00; color: #fff;}/**鼠标经过或当前选中时样式**/
.nav-box .wp-menu .menu-item .menu-text {padding: 0 18px;}
.nav-box .sub-menu { background: #a60c00; 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: #ce1000;}
.nav-box .sub-menu .sub-menu { left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}

/*Search*/
.search-bar {width:220px; height: 30px; background: transparent; float: right; margin-top: 12px; margin-right: 30px;}
.search-box {border: none; width: 220px; height: 30px; background: rgba(255,255,255,0.9);}
.search-component {width: 100%; height: 30px; margin: auto; overflow: hidden;}
.search-input-box {width: 175px; height: 30px; float: left; padding: 0px; position: relative; margin-left: 10px;}
.search-input {width: 170px; height: 26px; border: none; padding: 0; background: transparent; font-family: "Microsoft YaHei"; font-size: 14px; color: #666666; position: absolute; top: 2px; left: 0;}
.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; 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;}

/*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: #a60c00; 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; right: 10px; bottom: -18px;}
.jumbotran-box .focus-page {background-color: rgba(255,255,255,0.5); margin-right: 8px; width: 8px; height: 8px; color: #fff; border-radius: 4px;}
.jumbotran-box .focus-page-active  {background-color: #fff;}
.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;}

/*News*/
.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: #a60c00; background: transparent; border-bottom: 3px solid #a60c00;}
.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: #a60c00; 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: 33px; line-height: 33px; border-bottom: none;}
.post-news .con .wp_article_list .list_item .article-index {width: 15px; height: 33px; background: url(../images/dot.png) left center no-repeat; float: left;}
.post-news .con .wp_article_list .list_item .article-new {width: 32px; height: 33px; float: left; background: url(../images/new.png) left center no-repeat;}
.post-news .con .wp_article_list .list_item .article-title {width: calc(100% - 110px); height: 33px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 16px;}
.post-news .con .wp_article_list .list_item .article-title A {font-size: 16px; height: 33px; line-height: 33px;}
.post-news .con .wp_article_list .list_item .article-publishdate {width: 90px; height: 33px; line-height: 33px; overflow: hidden; font-size: 15px;  text-align: right; float: right; color: #999999;}

/*Information*/
.information {}
.information .inner {padding: 30px 0 10px 0;}
.information .mod-h1 {margin-bottom: 15px;}
.information .mod-l {width: 440px; float: left;}
.information .mod-c {width: 440px; float: left; margin-left: 45px;}
.information .mod-r {width: 230px; float: right;}

.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: #a60c00; background: transparent; border-bottom: 3px solid #a60c00;}
.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: #a60c00; text-decoration: none;}
.post-info .con {padding: 12px 0 0 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% - 115px); height: 35px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 16px;}
.post-info .con .wp_article_list .list_item .article-title A {font-size: 16px; 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: 90px; height: 35px; line-height: 35px; overflow: hidden; font-size: 15px;  text-align: right; float: right; color: #999999;}

.post-hdwd {}
.post-hdwd .con .wp_article_list .list_item .article-title {width: calc(100% - 15px); height: 35px; text-indent: 0; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; float: left; font-size: 16px;}

/*LXWM*/
.post-lxwm {}
.post-lxwm .banner { margin: 0 auto; overflow: hidden; border-bottom: 1px solid #dcdcdc;}
.post-lxwm .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: #a60c00; background: transparent; border-bottom: 3px solid #a60c00;}
.post-lxwm .con {padding: 10px 0 10px 0;}
.post-lxwm .con .lxdh-list {}
.post-lxwm .con .lxdh-list .list-item {width: 100%; padding: 8px 0; background: url(../images/icon_phone.png) left center no-repeat;}
.post-lxwm .con .lxdh-list .list-item .dw {width: calc(100% - 55px); height: 18px; line-height: 18px; margin-left: 55px; font-size: 14px; color: #a60c00; font-weight: bold;}
.post-lxwm .con .lxdh-list .list-item .dh {width: calc(100% - 55px); height: 28px; line-height: 28px; margin-left: 55px; font-size: 22px; color: #a60c00; font-weight: bold; font-style:italic;}

/*GZWM*/
.post-gzwm {}
.post-gzwm .banner { margin: 0 auto; overflow: hidden; border-bottom: 1px solid #dcdcdc;}
.post-gzwm .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: #a60c00; background: transparent; border-bottom: 3px solid #a60c00;}
.post-gzwm .con {padding: 10px 0 10px 0;}
.post-gzwm .con .wxgzh {background: url(../images/qrcode.png) left center no-repeat;}
.post-gzwm .con .wxgzh .follow-text {width: calc(100% - 100px); line-height: 22px; margin-left: 100px; padding: 25px 0; font-size: 14px; text-align: center;}

/*Activity*/
.post-activity .banner { margin: 0 auto; overflow: hidden; border-bottom: 1px solid #dcdcdc;}
.post-activity .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: #a60c00; background: transparent; border-bottom: 3px solid #a60c00;}
.post-activity .more {height: 40px; background: transparent; margin: 0; float: right;}
.post-activity .more .more-btn { width: 50px; height: 40px; line-height: 40px; text-align: right; color: #999999; font-size: 14px; font-weight: normal; background: transparent;}
.post-activity .more .more-btn A{ color: #999999; text-decoration: none;}
.post-activity .more .more-btn A:hover{ color: #a60c00; text-decoration: none;}
.post-activity .con {padding: 25px 0 0 0;}
.post-activity .con .wp_article_list .list_item {float: left; width: calc((100% - 90px) / 4); margin: 0 0 30px 30px; height: 195px; border: none; position: relative;}
.post-activity .con .wp_article_list .list_item {background-color: #f1f1f1; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.post-activity .con .wp_article_list .list_item:nth-child(4n+1) {margin-left: 0;}
.post-activity .con .wp_article_list .list_item A {display: block; width: 100%; height: 100%;}
.post-activity .con .wp_article_list .list_item .article-title {position: absolute; left: 0; bottom: 0; width: 100%; line-height: 25px; background: rgba(0,0,0,0.5); font-size: 16px; color: #fff; text-indent: 0;}
.post-activity .con .wp_article_list .list_item .article-title span {padding: 10px;}
.col-news-list.post-activity .wp_article_list .list_item .article-title {height: auto; overflow: initial; white-space: initial;}

/*Footer*/
.footer {background: #a60c00 url(../images/footer_bg.jpg) center bottom no-repeat; background-size: cover;}
.foot {padding: 40px 0; position: relative; background: url(../images/logo_line.png) left center no-repeat;}
.foot .copyright {width: 400px; float: left; text-align: left; margin-left: 120px;}
.foot .copyright P { color: #fff; line-height: 26px; font-size: 14px;}

.foot .link {width: 230px; position: absolute; right: 10px; top: 50%; margin-top: -16px; font-size: 14px; color: #fff;}
.post-link {}
.post-link .con {text-align: left;}
.post-link .con .sudy-links .links-name { background: url(../images/link_dropdown.png) no-repeat right 50%; line-height: 30px; border: 1px solid #fff; padding: 0 20px 0 10px; font-weight: normal; color: #fff; font-size: 14px;}
.post-link .con .sudy-links .links-wrap a { padding: 0 15px; }
.post-link .con .sudy-links .links-wrap a:hover { background: transparent; color: #4c4c4c;}
.post-link .con .sudy-links .links-wrap { height: 200px; overflow-y: scroll; border: 1px solid #dadada; bottom: 31px;}
.post-link .con .wp_article_list .list_item { border-bottom: none; height: 28px; line-height: 28px; background: url(../images/link_pointer.gif) 5px center no-repeat;}
.post-link .con .wp_article_list .list_item:hover { background: #eee url(../images/link_pointer.gif) 5px center no-repeat; }
.post-link .con .wp_article_list .list_item .Article_Index { display: none; }
.post-link .con .wp_article_list .list_item .Article_Title { font-size: 13px;}


/*列表页*/
#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: #a60c00; 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: #a60c00;}
.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: #ce1000; font-weight: normal;}
.col-list .wp_listcolumn .wp_column a:hover { color:#fff; background: #ce1000;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.parent:hover { color:#fff; background: #ce1000;} /**鼠标经过或选中一级子栏目**/
.col-list .wp_listcolumn .wp_column a.selected { color:#fff; font-weight: normal; background: #ce1000;}
.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: #ce1000;}   /**鼠标经过或选中二级子栏目**/
.col-list .wp_listcolumn .sub_list .sub-item a.selected {background: #ce1000;}
.col-list .wp_listcolumn .sub_list .sub-item a.parent {color:#fff; background: #ce1000;}
.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 solid #e1e1e1; 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:#a60c00;}
.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 { line-height:2; font-size:16px; color:#000;}
.col-news-list .wp_entry p { margin-bottom:10px; line-height: 2; font-size: 16px;}
.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;}

/*分页*/
#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 .wp_articlecontent {overflow-x: auto;}
.article .entry .read p { margin-bottom: 10px;}
.article .entry .read img {max-width:800px; _width:expression(this.width > 880 ? "880px" : this.width); height: auto;} /**文章阅读部分图片大小限制**/