@charset "UTF-8"; 
/* Base Reset */
* {margin: 0; padding: 0;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus {outline: 0;}
img {border: 0;}
a img {vertical-align: middle;}
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;}
.none {display: none;}
.hidden {visibility: hidden;}
.clearfix:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clearfix {display: block; 
*zoom:1;}
body, p {font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial; color: #333; font-family: "Microsoft YaHei";}
body {background-color: #fff;}
a {text-decoration: none; color: #333; transition: all 0.4s ease-in-out;}
a:hover {text-decoration: none; color: #0e2d8b;}
.wp-wrapper {width: 100%; background-color: #fff;}
.wp-wrapper .wp-inner {width: auto; max-width: 1110px; margin: 0 auto;}
/**头部**/
.wp-header {background: #0e2d8b url(../images/header.png) center no-repeat; padding: 11px 0;}
/**站点LOGO**/
.logo-panel {float: left;}
.logo-window {}
.logo-window img {vertical-align: middle;}
.wp-head-tools {float: right;}
/**顶部副导航**/
.top-nav-panel {float: right; margin-top: 48px;}
.top-nav-panel .wp-menu .menu-item {float: left; display: inline-block;}
.top-nav-panel .wp-menu .menu-item a.menu-link {display: inline-block; padding: 0 13px; height: 29px; line-height: 29px; color: #fff; font-size: 14px; background: url(../images/shubg.png) left center no-repeat;}
.top-nav-panel .wp-menu .menu-item a.menu-link:hover {text-decoration: underline; color: #d5d5d5;}
/**搜索**/
.search-panel {float: right; width: 11.1%; margin-top: 48px;}
.search-window {background-color: #fff; overflow: hidden;}
.wp-search {position: relative;}
.wp-search form {display: block;}
.wp-search .search-input {margin-left: 4px; margin-right: 29px;}
.wp-search .search-input input.search-title {width: 100%; height: 21px; line-height: 21px; border: 0; outline: 0; background: none; color: #888; font-size: 15px; padding: 4px 0;}
.wp-search .search-btn {width: 29px; height: 18px; position: absolute; right: 0; top: 50%; margin-top: -9px;}
.wp-search .search-btn input.search-submit {width: 100%; height: 18px; border: 0; outline: 0; background: url(../images/searchbg.png) left center no-repeat; cursor: pointer;}
/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
color: #888;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
color: #888;}
/* Mozilla Firefox 19+ */
::-moz-placeholder {
color: #888;}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {
color: #888;}
/**主导航**/
.wp-navi {background-color: #e9f5fa;}
.main-nav-panel {}
.menu-switch-arrow {display: none;}
.main-nav-panel .wp-menu {margin: 0 auto;}
.main-nav-panel .wp-menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100;}
.main-nav-panel .wp-menu .menu-item a.menu-link {display: inline-block; padding: 0 26px; height: 51px; line-height: 51px; color: #3c3c3c; font-size: 18px; font-weight: bold;}
.main-nav-panel .wp-menu .menu-item a.menu-link:hover {text-decoration: none; color: #fff; background-color: #334f9e;}
.main-nav-panel .wp-menu .menu-item a.menu-link.parent {color: #fff; background-color: #334f9e;}
.main-nav-panel .sub-menu {display: none; position: absolute; left: 0; top: 51px; z-index: 100; min-width: 100%;}
.main-nav-panel .sub-menu .sub-item {position: relative; white-space: nowrap; vertical-align: top; _zoom: 1;}
.main-nav-panel .sub-menu .sub-item a {display: block; color: #fff; height: 45px; line-height: 45px; padding: 0 10px; display: block; font-size: 14px; text-align: center; background: url(../images/nav_bg.png) repeat;}
.main-nav-panel .sub-menu .sub-item a:hover {display: block; background: url(../images/nav_bgh.png) repeat;}
.main-nav-panel .sub-menu .sub-menu {left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}
.flipInY {-webkit-animation-name: flipInY; animation-name: flipInY; animation-duration: 0.6s; -webkit-animation-duration: 0.6s; animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out; visibility: visible !important; display: block;}
@keyframes flipInY {
 from {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); 
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg); 
 -webkit-animation-timing-function: ease-in; 
 animation-timing-function: ease-in; 
 opacity: 0;}
 40% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); 
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg); 
 -webkit-animation-timing-function: ease-in; 
 animation-timing-function: ease-in;}
 60% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); 
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg); 
 opacity: 1;}
 80% {
 -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); 
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
to {-webkit-transform: perspective(400px); transform: perspective(400px);}
}
/**slide导航**/
.wp-navi .navi-slide-head {display: none; padding: 0 10px; height: 40px;}
.wp-navi .navi-slide-head .navi-slide-title {display: inline-block; float: left; font-weight: normal; color: #212121; font-size: 18px; line-height: 40px;}
.wp-navi .navi-slide-head .navi-slide-arrow {display: block; width: 34px; height: 40px; float: right; background: url(img/menu-icon-arrow.png) no-repeat 50%;}
/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle {display: block; width: 34px; height: 34px; background: url(img/menu-icon-arrow-white.png) no-repeat 50%; cursor: pointer; position: absolute; left: 0; top: 50%; margin-top: -17px; display: none;}
.wp-navi-aside {display: none; position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 1000;}
.wp-navi-aside .navi-aside-mask {width: 100%; height: 100%; background: rgba(0,0,0,.1);}
.wp-navi-aside-active {display: block;}
.wp-navi-aside .aside-inner {position: fixed; top: 0; bottom: 0; left: -216px; z-index: 1002; width: 216px; max-width: 100%; background: #252525; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wp-navi-aside .aside-inner:after {content: ""; display: block; position: absolute; top: 0; bottom: 0; right: 0; width: 1px; background: rgba(0,0,0,.6); box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head {margin-top: 0; border-top: 1px solid rgba(0,0,0,.3); background: #333; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title {padding: 7px 10px; font-weight: normal; color: #777; font-size: 14px;}
.wp-navi-aside .navi-aside-wrap {color: #aaa; border-bottom: 1px solid rgba(0,0,0,.3); box-shadow: 0 1px 0 rgba(255,255,255,.05);}
.wp-navi-aside .navi-aside-wrap li {position: relative;}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {display: block; cursor: pointer; width: 50px; height: 35px; position: absolute; right: 0; top: 0px; color: #f6f6f6; font-size: 14px; background: url(img/menu-switch-arrow.png) no-repeat 30px -25px;}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {background-position: 20px 12px;}
.wp-navi-aside .navi-aside-wrap li a {display: block; text-decoration: none; color: #c7c7c7; font-size: 14px; line-height: 20px; padding: 8px 30px 8px 15px; border-top: 1px solid rgba(0,0,0,.3); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-wrap li a:hover, .wp-navi-aside .navi-aside-wrap li a:focus {background-color: #404040; color: #fff; outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu {display: none; background-color: #2e2e2e;}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a {padding-left: 20px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {background-color: #333;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {padding-left: 30px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {background-color: #343434;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {padding-left: 40px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {background-color: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {padding-left: 50px;}
/**焦点图片**/
.wp-focus {background-color: #ececec;}
.fcous-panel {width: 100%;}
.fcous-panel .focus-window {width: 100%; overflow: hidden;}
/**列表页**/
.wp-banner {background-color: #ececec;}
.wp-banner .wp-inner {position: relative;}
/**列表页banner图**/
.wp-banner img {vertical-align: top; width: 100%; max-height: 230px;}
.wp-column-menu {width: 227px; position: relative; float: left; margin-right: -227px;}
.wp-column-news {float: right; width: 100%;}
.wp-column-news .column-news-box {margin-left: 303px;}
/**栏目列表**/
.column-head {background: url(../images/colbg.png) left center no-repeat; margin-left: -12px; position: relative;}
/**位置栏目背景**/
.column-head .column-anchor {}
.column-head .column-anchor .column-switch {display: block; width: 30px; height: 24px; float: right; display: none; background: url(img/menu-dot-white.png) no-repeat center; position: absolute; top: 50%; margin-top: -12px; right: 10px;}
.column-head .column-anchor h3.anchor-title {display: inline-block; float: left; font-weight: normal; color: #fff; width: 100%; font-size: 18px; line-height: 34px; padding: 10px 0; margin-bottom: 26px; background: #024fa7; text-align: center;}
.column-body {position: relative; bottom: 26px;}
/**位置栏目字体**/
.column-list-wrap li {width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block; width: 100%; border-bottom: 1px solid #d2d2d2; font-size: 15px; color: #007ae4; background-color: #f7f7f7; text-align: center;}
.column-list-wrap li a:hover {color: #155a95; text-decoration: none;}
.column-list-wrap li.selected a.selected {color: #155a95; background: url(../images/bottombg.png) center bottom no-repeat;}
.column-list-wrap li a span {display: inline-block; line-height: 44px; padding: 0 4px 0 9px;}
.column-list-wrap li a:hover .column-name {background: url(../images/bottombg.png) center bottom no-repeat;}
.column-list-wrap .sub-list li a {font-size: 15px;}
.column-list-wrap .sub-list li a:hover .column-name {color: #155a95; background: url(../images/bottombg.png) center bottom no-repeat;}
.column-list-wrap .sub-list li.selected a.selected {color: #155a95; background: url(../images/bottombg.png) center bottom no-repeat;}
.column-list-wrap .sub-list li a span {padding: 6px 10px; line-height: 28px;}
.column-list-wrap .sub-list .sub-list li a {font-size: 14px; background-color: #fff;}
.column-list-wrap .sub-list .sub-list li a:hover {}
.column-list-wrap .sub-list .sub-list li.selected a.selected {color: #155a95; background: url(../images/bottombg.png) center bottom no-repeat;}
/**栏目新闻**/
.list-head {margin-bottom: 6px;}
.list-meta .column-title {float: left; display: inline-block; white-space: nowrap; line-height: 40px; font-size: 25px; color: #0b2d8f; font-weight: normal;}
/**当前位置**/
.list-meta .column-path {float: left; line-height: 26px; color: #9b9b9b; padding: 14px 0 0 42px;}
.list-meta .column-path a {color: #9b9b9b;}
.list-meta .column-path a:hover {color: #14427E;}
.possplit {background: url(../images/posbg.png) center no-repeat; width: 15px;}
.column-news-con {padding: 10px 0;}
/**栏目新闻列表**/
.cols_list {}
.cols_list .cols {width: 100%; float: left; height: 39px; border-bottom: 1px solid #c8c8c8;}
.cols_list .cols .cols_title {float: left; line-height: 39px; color: #494949; font-size: 14px; width: 76%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cols_list .cols .cols_title a {color: #494949;}
.cols_list .cols .cols_title a:hover {color: #0e2d8b;}
.cols_list .cols .cols_meta {background: url(../images/timebg.png) left center no-repeat; padding-left: 26px; display: inline-block; float: right; line-height: 39px; margin-right: 16px; font-size: 12px; color: #797979;}
.cols_list .cols .cols_view {display: inline-block; float: right; line-height: 39px; background: url(../images/viewbg.png) left center no-repeat; padding-left: 25px; font-size: 12px; color: #797979;}
.wp_paging {width: 70%; margin: 0 auto; margin-top: 27px; float: none;}
.wp_entry {width: auto; margin: 0 4px;}
.wp_entry, .wp_entry p {line-height: 1.7; font-size: 15px; text-align: justify;}
.wp_entry p {margin-bottom: 11px;}
/**列表页文章图片大小限制**/
.column-news-list .wp_entry img {vertical-align: middle; max-width: 100%; 
_width:expression(this.width > 800 ? "880px" : this.width);}
/**文章页**/
.info-box {}
.info-right {width: 12.5%; float: right; margin-top: 38px;}
.article {padding: 15px 0;}
.article h1.arti-title {line-height: 36px; padding: 5px; text-align: center; font-size: 26px; font-weight: normal; color: #0151a6;}
.article h3.arti-title {line-height: 22px; padding: 3px; text-align: center; font-size: 18px; font-weight: normal; color: #0151a6;}
/**文章标题**/
.article .arti-metas {line-height: 22px; text-align: center; padding: 12px 0; border-bottom: 2px solid #ECECEC;}
.article .arti-metas span {display: inline-block; margin: 0 11px; font-size: 14px; color: #787878;}
.article .arti-metas .arti-pub {background: url(../images/in_shubg.png) right center no-repeat; padding-right: 24px;}
.article .arti-metas .arti-update {background: url(../images/in_timebg.png) left center no-repeat; padding-left: 34px;}
.article .arti-metas .arti-views {background: url(../images/in_viewbg.png) left center no-repeat; padding-left: 34px;}
/**文章其他属性**/
.article .arti-metas .read-options {color: #444; text-decoration: none; float: right; display: inline-block; padding-left: 17px; background: url(img/options.png) no-repeat 0 50%; display: none;}
.article .entry {margin: 0 10px; overflow: hidden;}
/**文章内容**/
.article .entry, .article .entry p {line-height: 1.7; font-size: 15px; text-align: justify;}
.article .entry p {margin-bottom: 11px;}
/**文章阅读部分图片大小限制**/
.article .entry .read img {vertical-align: middle; max-width: 100%; 
_width:expression(this.width > 1200 ? "1200px" : this.width); background: url(img/loading.gif) no-repeat center;}
/**阅读设置**/
.night-model .wp-container {background-color: #313131; color: #6f6f6f;}
.night-model .article .entry, .night-model .article .entry p {color: #6f6f6f;}
.night-model .read a {color: #6d6d6d;}
.night-model .read a:hover {color: #f5f5f5;}
.night-model .article h1.arti-title {color: #e7e8e9;}
.read-setting {margin-bottom: 10px; display: none; background-color: #fdfdfd; height: 38px; border-bottom: 1px solid #F1F1F1;}
.night-model .read-setting {background-color: #1d1d1d; border-color: #313131;}
.read-setting .setting-item {display: inline-block; width: 49%; height: 38px; float: left;}
.read-setting .setting-item a {display: inline-block; color: #565656; font-size: 20px; float: left; width: 49%; height: 20px; line-height: 20px; text-align: center; margin-top: 9px; color: #565656;}
.read-setting .setting-item a:hover {color: #999;}
.read-setting .setting-item a.smaller-font {border-left: 1px solid #F1F1F1; font-size: 18px;}
.read-setting .setting-model {border-left: 1px solid #F1F1F1; text-align: center;}
.night-model .read-setting .setting-item a.smaller-font, .night-model .read-setting .setting-model {border-left-color: #313131;}
.read-setting .setting-model a.read-model {font-size: 18px; background: url(img/moon.png) no-repeat 0 50%; float: none; width: auto; padding-left: 24px; margin: 9px auto;}
.night-model .read-setting .setting-model a.read-model {background-image: url(img/sun.png);}
.article .entry .set-fz12, .article .entry .set-fz12 p {font-size: 12px;}
.article .entry .set-fz14, .article .entry .set-fz14 p {font-size: 14px;}
.article .entry .set-fz16, .article .entry .set-fz16 p {font-size: 16px;}
.article .entry .set-fz18, .article .entry .set-fz18 p {font-size: 18px;}
.article .entry .set-fz20, .article .entry .set-fz20 p {font-size: 20px;}
.article .entry .set-fz22, .article .entry .set-fz22 p {font-size: 22px;}
/**文章分享（百度分享）**/
#bdshare {margin-top: 10px; margin-bottom: 15px;}
/*读图模式*/
.view-box {display: block; color: #666; font-style: normal; margin-bottom: 10px;}
.view-box-inner {display: block; text-align: center; max-width: 400px; min-width: 30px; margin: 0 auto; position: relative;}
.view-box-inner img {width: 100%; width: auto; display: block; margin: 0 auto;}
.view-box-inner .open-view {display: block; width: 28px; height: 28px; position: absolute; right: 1px; bottom: 1px; z-index: 1;}
.view-box-inner .view-icon {display: block; width: 100%; height: 100%; background: url(img/view-image.png) no-repeat center;}
#wp-view-page {display: none; position: fixed; z-index: 10000000; width: 100%; background-color: #1a1a1a; left: 0; top: 0; right: 0; bottom: 0;}
#view-head {width: 100%; height: 42px; position: absolute; left: 0; top: 0; z-index: 100;}
#back-read-page {position: absolute; left: 0; top: 0; width: 40px; height: 42px; background: url(img/back-arrow.png) no-repeat center;}
#back-read-page span {display: none;}
#view-original-image {background-color: rgba(255, 255, 255, 0.1); color: #FFF; float: right; font-size: 15px; margin: 12px 12px 0px 0px; display: block; height: 22px; line-height: 22px; text-align: center; width: 40px;}
#view-foot {background-color: rgba(0, 0, 0, 0.7); position: absolute; width: 100%; height: 42px; left: 0; bottom: 0; color: #FFF; position: absolute; font-size: 14px; line-height: 42px; opacity: 0.8; z-index: 99;}
#view-index {float: left; margin-left: 10px;}
#view-current {color: #3495FF;}
#view-title {position: absolute; left: 60px; top: 10px; height: 22px; line-height: 22px; overflow: hidden; color: #fff;}
#view-body {width: 100%; height: 100%; position: relative;}
#view-image-items {height: 100%; width: 100%; position: absolute; left: 0; top: 0; overflow: hidden;}
#view-image-items li {float: left; text-align: center; background: no-repeat center; -webkit-background-size: contain; background-size: contain;}
/**底部**/
.wp-footer {background: #012348 url(../images/footerbg.jpg) center no-repeat;}
.wp-footer .wp-inner {padding: 26px 0;}
.wp-footer .wp-inner .footer span {margin: 0 3px; color: #fff; font-size: 14px;}
.wp-footer .wp-inner .footer a {color: #fff; font-size: 14px; margin: 0 3px;}
.wp-footer .wp-inner .foot p {line-height: 29px;}
.wp-footer .wp-inner .footer a:hover {color: #fff; text-decoration: underline;}
.foot {width: 33.3%; float: left; background: url(../images/footbg.png) left center no-repeat;}
.foot_left {background: none;}
.foot_con {width: 100%; margin: 0 auto; text-align: center;}
.foot_conx {width: 100%; margin: 0 auto; text-align: right;}
.wp-footer .wp-inner .foot .foot_conx p {line-height: 58px;}
/**jumphandle**/
#jumphandle {width: 32px; height: 70px; position: fixed; right: 6px; bottom: 20px; z-index: 100000000; display: none;}
#jumphandle a {display: block; width: 32px; height: 32px; background: #777 url(img/jump-icon.png) no-repeat 0 top; opacity: 0.7;}
#jumphandle a#gobot {background-position: 0 bottom; margin-top: 6px;}
/**新闻部分**/
.wp-container {}
.wp-column-page .wp-container {margin-top: 20px;}
.tt {display: inline-block; width: 100%;}
.tt .tit {display: inline-block; font-weight: normal; float: left; padding-left: 58px;}
.tt .tit .title {display: inline-block; font-size: 21px; color: #333333; line-height: 50px; font-weight: bold;}
.more_btn {display: inline-block; line-height: 29px; float: right; margin-top: 34px;}
.more_text {font-size: 12px; cursor: pointer; color: #333333;}
.more_text:hover {transition: all 0.4s ease-in-out;}
.content_top {margin: 17px 0 29px 0;}
.content_top .mod_left {width: 41.5%; float: left;}
.content_top .mod_center {width: 32.6%; float: left; margin-left: 4%;}
.content_top .mod_right {width: 18.2%; float: right; margin-top: 12px;}
.content_bot .mod_left {width: 41.5%;float: left;position: relative;}
.content_bot .mod_right {width: 53.8%; float: right; background: #58a9cb; position: relative;}
.post-5 .tt .tit {background: url(../images/3.png) left center no-repeat;}
.post-5 .news {border-bottom: 1px solid #d8d8d8; padding: 6px 0;}
.post-5 .news_con {width: 78.5%; float: left; height: 47px;}
.post-5 .news_title {font-size: 14px; color: #333; line-height: 23px; margin-right: 10px;}
.post-5 .news_date {display: inline-block; font-size: 12px; color: #777; line-height: 23px; font-style: italic;}
.post-5 .news_icon {width: 20.2%; float: right;}
.post-5 .icon_hot {float: right;}
.post-5 .icon_new {margin-right: 5px; float: right;}
.post-6 .tt .tit {background: url(../images/4.png) left center no-repeat;}
.post-6 .news {border-bottom: 1px solid #d8d8d8; padding: 10.5px 0;}
.post-6 .news_title {display: inline-block; width: 100%; font-size: 14px; line-height: 19px; height: 38px;}
.post-6 .news_date {display: inline-block; font-size: 12px; color: #777; line-height: 18px; margin-right: 20px; font-style: italic;}
.post-6 .icon_hot {}
.post-6 .icon_hot img {position: relative; top: 3px;}
.post-6 .icon_new {margin-right: 5px;}
.post-6 .icon_new img {position: relative; top: 3px;}
.post-7 .wp-menu {margin: 0 auto;}
.post-7 .wp-menu .menu-item {display: inline-block; width: 100%; float: left; position: relative; z-index: 100; margin-bottom: 27px; border-radius: 10px; behavior: url(css/ie-css3.htc);}
.post-7 .wp-menu .i1 {background: #f39800;}
.post-7 .wp-menu .i2 {background: #c30202;}
.post-7 .wp-menu .i3 {background: #57a9cb;}
.post-7 .wp-menu .i4 {background: #297c5e;}
.post-7 .wp-menu .i5 {background: #0e2d8b;}
.post-7 .wp-menu .menu-item a.menu-link {display: inline-block; padding: 17px 10px 17px 86px; line-height: 24px; color: #fff; font-size: 18px;}
.post-7 .wp-menu .i1 a.menu-link {background: url(../images/nav1bg.png) 15px center no-repeat;}
.post-7 .wp-menu .i2 a.menu-link {background: url(../images/nav2bg.png) 15px center no-repeat;}
.post-7 .wp-menu .i4 a.menu-link {background: url(../images/nav3bg.png) 15px center no-repeat;}
.post-7 .wp-menu .i3 a.menu-link {background: url(../images/1122.png) 15px center no-repeat;}
.post-7 .wp-menu .i5 a.menu-link {background: url(../images/nav4bg.png) 15px center no-repeat;}
.post-7 .wp-menu .menu-item a.menu-link:hover {text-decoration: none; color: #fff;}
.post-8 .tt .tit {background: url(../images/xxgkbg.png) left center no-repeat;}
.post-8 .more_btn {
    position: absolute;
    right: 0px;
    bottom: -30px;
    margin: 0;
}
.post-8 .news {padding: 11px 0; border-bottom: 1px solid #d8d8d8;}
.post-8 .news_title {display: inline-block; font-size: 13px; color: #333; line-height: 23px; margin-right: 10px;}
.post-8 .news_date {display: inline-block; font-size: 12px; color: #777; line-height: 23px; font-style: italic;}
.pro_tt {float: left; background: #58a9cb; width: 55px; margin-right: -55px; position: absolute; top: 40%; margin-top: -57.6px;}
.pro_tt .pro_tit {background: url(../images/zsxcbg.png) top center no-repeat;}
.pro_tt .pro_tit .pro_title {font-size: 21px; color: #fff; font-weight: bold; display: inline-block; padding: 0px 17px; padding-top: 60px;}
.pro-box {width: 100%; float: right;}
.pro_con {background: #f4f4f4; margin-left: 55px; padding-left: 22px;}
.post-9 {width: 54.9%; float: left;}
.post-9 .tt .tit {padding-left: 20px; background: url(../images/xjbg.png) left center no-repeat;}
.post-9 .tt .tit .title {font-size: 16px;}
.post-9 .news {border-bottom: 1px solid #d8d8d8; padding: 10px 0;}
.post-9 .news.n1 {padding-top: 0;}
.post-9 .news_title {font-size: 13px; color: #333; line-height: 23px; margin-right: 10px;}
.post-9 .news_date {display: inline-block; font-size: 12px; color: #777; line-height: 23px; font-style: italic;}
.post-10 {float: right; width: 35%;}
.post-10 .tt .tit {padding-left: 20px; background: url(../images/xjbg.png) left center no-repeat;}
.post-10 .tt .tit .title {font-size: 16px;}
.post-10 .news_imgs {padding-top: 54%; overflow: hidden; position: relative; background-color: #eee; margin-bottom: 10px;}
.post-10 .news_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;}
.post-10 .news_info {background: url(../images/viewbg.png) left center no-repeat; color: #115cab; line-height: 21px; padding-left: 28px; font-size: 13px;}
.post-11 {clear: both; padding: 20px 0 14px 0;}
.post-11 .news_list {margin: 0 -18px;}
.post-11 .news {width: 50%; float: left; position: relative;}
.post-11 .news .news_box {margin: 0 18px; background: #fff; border: 1px solid #e5e5e5; padding: 8px 22px;} 
.post-11 .news .news_title {line-height: 28px; font-size: 14px;}
.post-11 .news.n1 .news_title {background: url(../images/weixinbg.png) left center no-repeat; padding-left: 38px;}
.post-11 .news.n2 .news_title {background: url(../images/weibobg.png) left center no-repeat; padding-left: 50px;}
.post-11 .news_text {font-size: 13px; color: #828282; line-height: 19px;}
.post-11 .news_con {display: none; position: absolute; bottom: 48px; left: 50%; z-index: 100; margin-left: -52px; width: 100px;}
.post-11 .news_con img {width: 100px; height: 100px; vertical-align: top;}
.post-23 .tt .tit {padding-left: 20px; background: url(../images/xjbg.png) left center no-repeat;}
.post-23 .tt .tit .title {font-size: 16px;}
.post-24 .tt .tit {padding-left: 20px; background: url(../images/xjbg.png) left center no-repeat;}
.post-24 .tt .tit .title {font-size: 16px;}
.post-24 .news_imgs {padding-top: 54%; overflow: hidden; position: relative; background-color: #eee; margin-bottom: 10px;}
.post-24 .news_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;}
/**友情链接**/
.wp-link {}
.wp-main-page .wp-link {margin: 35px 0 32px 0;}
.wp-column-page .wp-link {margin: 55px 0 28px 0;}
.wp-info-page .wp-link {margin: 20px 0 32px 0;}
.botlinks {padding: 0; float: left; width: 100%;}
.links-tt {display: inline-block; float: left;}
.links-tt .links-tit {display: inline-block; font-weight: normal; float: left; padding-left: 58px; background: url(../images/2.png) left center no-repeat;}
.links-tt .links-tit .links-title {display: inline-block; font-size: 21px; color: #333333; line-height: 50px; font-weight: bold;}
.botlinks .links-wrap {position: relative; float: left; display: inline-block; line-height: 35px; background: #fff; min-width: 288px; margin: 6px 0 0 35px; border: 1px solid #dcdcdc;}
.botlinks .links-wrap.l1 {margin: 6px 0 0 28px;}
.botlinks .links-wrap a.links-arrow {display: block; height: 35px; line-height: 35px; padding: 0 30px 0 19px; font-size: 14px; color: #333; background: url(../images/arrow.png) no-repeat right top; text-align: left;}
.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow {color: #0e2d8b; background-position: right bottom; text-decoration: underline; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; right: 0; bottom: 35px; width: 100%; min-width: 102px; height: auto; max-height: 272px; overflow: auto; overflow-x: hidden; background: #f5f5f5; z-index: 999;}
.botlinks .links-wrap .link-items a {display: block; line-height: 24px; padding: 5px 10px; color: #444;}
.botlinks .links-wrap .link-items a span {display: block; margin: 0 6px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.botlinks .links-wrap .link-items a:hover {color: #fff; background: #0e2d8b; cursor: pointer;}
.btns {width: 51px;}
.btn_text {display: block; text-align: center; line-height: 32px; font-size: 15px;}
.btns button {width: 51px; height: 51px; display: inline-block; cursor: pointer; border: 0;}

.wp_articlecontent {overflow-x: scroll;}




.con.link_icons {
    margin-top: 10px;
}

.con.link_icons .news {
    line-height: 3;
    border: 1px solid #eee;

    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: left;
    text-indent: 2em;
}

.con.link_icons .news a {
    color: #000;
    position: relative;
}
.con.link_icons .news a:before {
    content:'';
    width:5px;
    height:5px;
    background: #3c8dfb;
    display: inline-block;
    transform: translateY(-3px) translateX(-8px);
}