@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;}
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); box-shadow: 0px 0px 10px rgba(0,0,0,.8);}
a {text-decoration: none; color: #333; transition: all 0.4s ease-in-out;}
a:hover {text-decoration: none; color: #e5aa0b;}
.wrapper {width: 100%; background-color: #fff;}
.wrapper .inner {width: auto; max-width: 1175px; margin: 0 auto;}

/*Scroll*/
::-webkit-scrollbar {width: 6px; height: 6px; background-color: #F5F5F5;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background-color: #FFF;}
::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #AAA;}

/*CSS3 Extended Properties*/
::-webkit-input-placeholder {color: #575757;}
:-moz-placeholder {color: #575757;}
::-moz-placeholder {color: #575757;}
:-ms-input-placeholder {color: #575757;}


/**Header**/
.header {background: #0b66ad url(../images/headerbg.jpg) center no-repeat; position: relative; z-index: 800;}

/*logo*/
.logo-panel {float: left;}
.logo-window {padding: 25px 0;}
.logo-window img {vertical-align: middle; max-width: 624px;}

/*language*/
.lang-panel {float: right; margin: 2px 0 26px 0;}
.lang-window {padding: 0;}
.lang-window .menu .menu-item {float: left;}
.lang-window .menu .menu-item a.menu-link {display: inline-block; margin: 0 3px; height: 24px; line-height: 24px; font-size: 13px; color: #fff;}
.lang-window .menu .menu-item a.menu-link:hover {text-decoration: underline; color: #e5aa0b;}

/*search*/
.search-panel {float: right; clear: right; width: 222px;}
.search-window {background: #fff; border: 1px solid #0b64a3; overflow: hidden;}
.search {position: relative;}
.search form {display: block; height: 38px;}
.search .search-input {margin-left: 12px; margin-right: 38px;}
.search .search-input input.search-title {width: 100%; height: 32px; line-height: 32px; border: 0; outline: 0; background: none; color: #575757; font-size: 12px; padding: 3px 0;}
.search .search-btn {width: 48px; height: 38px; position: absolute; right: 0; top: 50%; margin-top: -19px;}
.search .search-btn input.search-submit {width: 100%; height: 38px; border: 0; outline: 0; background: #e5aa0b url(../images/searchbg.png) center no-repeat; cursor: pointer;}


/**Navi**/
.navi {background: #fff; z-index: 500; position: relative; box-shadow: 0px 2px 4px #d2caca;}
.main-nav-panel .menu {margin: 0 auto;}
.main-nav-panel .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100;}
.main-nav-panel .menu .menu-item a.menu-link {display: inline-block; padding: 0 13px; height: 54px; line-height: 54px; color: #1b1b1b; font-size: 18px;}
.main-nav-panel .menu .menu-item a.menu-link:hover, .main-nav-panel .menu .menu-item a.menu-link.parent {text-decoration: none; color: #fff; background: #0b66ad;}
.main-nav-panel .sub-menu {background: #f3f3f3; display: none; position: absolute; left: 0; top: 54px; z-index: 100; min-width: 100%; text-align: center;}
.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: #1b1b1b; height: 44px; line-height: 44px; font-size: 16px; padding: 0 10px;}
.main-nav-panel .sub-menu .sub-item a:hover {color: #fff; background: #0b66ad; display: block;}
.main-nav-panel .sub-menu .sub-menu {left: 100%; top: 0; z-index: 200; background: #fff; border-left: 1px solid #ddd;}


/**Jumbotron**/
.jumbotron .inner {max-width: 100%;}
.fcous-panel {width: 100%;}
.focus .focus-navigation {width: 56px; height: 56px; margin-top: -28px; background: none; opacity: 1; filter: alpha(opacity=100);}
.focus .focus-navigation.focus-prev {left: 5%; margin-left: -2.8px;}
.focus .focus-navigation.focus-next {right: 5%; margin-right: -2.8px;}
.focus .focus-navigation .navigation-bg {width: 100%; height: 100%; display: block; opacity: 0.7; filter: alpha(opacity=70); transition: all 0.4s ease-in-out;}
.focus .focus-navigation .navigation-bg:hover {opacity: 1; filter: alpha(opacity=100);}
.focus .focus-navigation.focus-prev .prev-bg {background: url(../images/slidebg.png) left center no-repeat;}
.focus .focus-navigation.focus-next .next-bg {background: url(../images/slidebg.png) right center no-repeat;}
.focus .focus-pagination {max-width: 1175px; height: 13px; right: 50%; bottom: 8%; margin: 0 -587.5px -1px 0;}
.focus .focus-page {background: #fff; width: 13px; height: 13px; line-height: 13px; border-radius: 50%; margin: 0 4px; overflow: visible;}
.focus .focus-page:hover {background: #e5aa0b;}
.focus .focus-page.focus-page-active {background: #e5aa0b;}


/**List**/

/*list-banner*/
.column_img img, .banner_img img {width: 100%; height: auto; min-height: 260px; max-height: 320px; vertical-align: top;}

/*col-wrap*/
.column-menu {width: 220px; position: relative; float: left; margin-right: -220px;}
.column-news {float: right; width: 100%;}
.column-news .column-news-box {margin-left: 240px; margin-right: 15px;}

/*col-head*/
.column-head {background: #0b66ad; line-height: 30px;}
.column-head .column-anchor {padding: 10px;}
.column-head .column-anchor .column-switch {display: block; width: 30px; height: 30px; float: right; display: none; background: url(img/menu-dot-white.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title {width: 100%; display: inline-block; float: left; font-size: 18px; font-weight: normal; color: #fff; text-align: center;}

/*column-list*/
.column-list-wrap li {width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block; width: 100%; border-bottom: 1px solid #e5e5e5; font-size: 16px; color: #333; background-color: #fff;}
.column-list-wrap li a:hover {color: #fff; text-decoration: none; background-color: #1877c1;}
.column-list-wrap li.selected a.selected {color: #fff; background-color: #1877c1;}
.column-list-wrap li a span {display: block; padding: 10px 10px 10px 75px; line-height: 26px;}
.column-list-wrap .sub-list li a {font-size: 15px;}
.column-list-wrap .sub-list li a span {padding: 8px 10px 8px 60px;}
.column-list-wrap .sub-list .sub-list li a {font-size: 14px;}
.column-list-wrap .sub-list .sub-list li a span {padding: 6px 10px 6px 95px;}

/*current location*/
.list-head {padding: 10px 0; border-bottom: 2px solid #e5e5e5;}
.list-meta .column-title {float: left; display: inline-block; white-space: nowrap; line-height: 28px; font-size: 18px; color: #0b66ad;}
.list-meta .column-path {float: right; line-height: 28px; color: #8a8a8a;}
.list-meta .column-path a {color: #8a8a8a;}
.list-meta .column-path a:hover {color: #e5aa0b;}
.list-meta .column-path .possplit {background: url(../images/posbg.png) center no-repeat; width: 18px; display: inline-block;}

/*column-news-list*/
.column-news-con {padding: 10px 0; margin-bottom: 25px; min-height: 300px;}
.cols_list {width: 100%;}
.cols_list .cols {width: 100%; display: inline-block; border-bottom: 1px solid #efefef;}
.cols_list .cols .cols_title {width: 82%; display: inline-block; line-height: 38px; font-size: 15px; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #3d3d3d;}
.cols_list .cols .cols_title a {color: #2f2f2f;}
.cols_list .cols .cols_title a:hover {color: #e5aa0b;}
.cols_list .cols .cols_meta {float: right; font-size: 15px; color: #6a6a6a; line-height: 38px;}

/*column-news-arti*/
.wp_entry {width: auto; margin: 0 6px;}
.wp_entry, .wp_entry p, .wp_entry span {line-height: 36px; font-size: 16px; text-align: justify; font-family: "Microsoft YaHei";color:black;text-decoration:none}
.wp_entry p {margin-bottom: 20px; text-indent: 36px;}
.wp_entry table {margin: 0 auto;}
.wp_entry table p {margin: 0!important; text-indent: 0;}
.wp_entry a {color: #0b66ad;}
.wp_entry a:hover {color: #e5aa0b;}

/*page*/
.wp_paging {display: block; margin: 0; padding: 0; list-style: none; font-size: 14px; font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif; color: #908c88; float: right; margin: 15px 0;}
.wp_paging input {font-size: 14px; *font-size:100%;}
.wp_paging li {display: inline-block; height: 25px; line-height: 25px; float: left; margin-top: 5px;}
.wp_paging li span, .wp_paging li a {display: inline-block; float: left; margin: 0 12px;}
.wp_paging li em {font-style: normal; font-weight: bold; padding: 0 4px;}
.wp_paging li a {cursor: pointer; color: #908c88; line-height: 25px; height: 25px;}
.wp_paging li a.pagingJump {color: #908c88;}
.wp_paging li a:hover {color: #e5aa0b;}
.wp_paging li a span {margin: 0;}
.wp_paging li input {font-size: 12px; *font-size:100%; width: 24px; height: 15px; line-height: 15px; border: 1px solid #d5d5d5; background: #fff; margin-top: 4px; text-align: center;}
.wp_paging li input:focus {outline: none;}

/*column-list-img*/
.column-news-list .wp_entry img {vertical-align: middle; /*max-width: 100%;*/ height: auto; _width:expression(this.width > 920 ? "920px" : this.width); display: block; margin: 0 auto!important;}

/*list-page-2*/
.list-page-2 .wp_subcolumn_list {margin-bottom: 40px;}
.list-page-2 .wp_subcolumn_list .wp_sublist .sublist_title {border: 0; margin-bottom: 15px;}
.list-page-2 .wp_subcolumn_list .wp_sublist .sublist_title a {font-size: 20px; font-weight: normal;}
.list-page-2 .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {display: none;}
.list-page-2 .cols_list .cols {width: 25%; float: left; border: 0;}
.list-page-2 .cols_list .cols .cols_title {width: 100%;}
.list-page-2 .cols_list .cols .cols_title .cols_subtitle {color: #e33737; font-size: 14px; margin-left: 5px;}

/*list-page-3*/
.list-page-3 .cols_list .cols {border: 0; width: 33.3%; float: left; margin-bottom: 15px; text-align: center;}
.list-page-3 .cols_list .cols .cols_title {width: 100%;}

/*list-page-4*/
.list-page-4 .cols_list .cols {border: 0; width: 25%; float: left;}
.list-page-4 .cols_list .cols .cols_title {width: 100%;}
.list-page-4 .cols_list .cols .cols_title .cols_subtitle {color: #e33737; font-size: 14px; margin-left: 5px;}


/**Info**/
.info-box {margin: 0 20px;}

/*info-title*/
.article {padding: 30px 0 10px 0; min-height: 300px;}
.article h1.arti-title {line-height: 32px; padding: 2px 5px; text-align: center; font-size: 20px; font-weight: bold; color: #0b66ad;}
.article h3.arti-title {line-height: 28px; padding: 3px 3px 6px 3px; text-align: center; font-size: 18px; font-weight: normal; color: #5a5a5a; border-bottom: 1px solid #e9e9e9;}

/*info-base*/
.article .arti-metas {line-height: 22px; text-align: center; padding: 10px 0 30px 0;}
.article .arti-metas span {display: inline-block; margin: 0 10px; font-size: 14px; color: #939393;}
.article .arti-metas span span {margin: 0;}

/*info-con*/
.article .entry {margin: 0 5px; overflow: hidden;}
.article .entry, .article .entry p, .article .entry span {line-height: 36px; font-size: 16px; text-align: justify; color: #4d453a;}
.article .entry p {margin-bottom: 35px; text-indent: 36px;}
.article .entry table {margin: 0 auto;}
.article .entry table p {margin: 0!important; text-indent: 0;}
.article .entry a {color: #0b66ad;}
.article .entry a:hover {color: #e5aa0b;}

/*info-box-img*/
.article .entry .read img {vertical-align: middle; height: auto; _width:expression(this.width > 1125 ? "1125px" : this.width); background: url(img/loading.gif) no-repeat center; display: block; margin: 0 auto!important;}

/*share*/
.share {margin: 40px 0 20px 0;}
.share .bdhshare-title {float: left; line-height: 36px; font-size: 14px; color: #949494;}
.share .bdshare-button-style1-24 {float: left;}
.share .bdshare-button-style1-24 a, .share .bdshare-button-style1-24 .bds_more {width: 24px; padding: 0; margin: 6px;}

/*Arti-table scroll*/
.wrapperinner {position: relative; z-index: 1; width: 100%; overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none;}


/**Container**/

/*news base style*/
.tt {width: 100%; display: inline-block; vertical-align: top; margin-bottom: 16px;}
.tt .tit {display: inline-block; font-weight: bold; float: left;}
.tt .tit .title {display: inline-block; font-size: 23px; color: #0b66ad; line-height: 40px; cursor: pointer;}

.more_btn {display: inline-block; line-height: 24px; margin-top: 10px; float: right;}
.more_btn .more_text {padding: 0 12px; display: inline-block; font-size: 14px; cursor: pointer; color: #0062ac; background: url(../images/morebg.png) right center no-repeat; transition: all 0.4s ease-in-out;}
.more_btn .more_text:hover {color: #e5aa0b; background: url(../images/morebgh.png) right center no-repeat;}

.news_list .news {width: 100%; float: left;}
.news_list .news .news_title {width: 100%; float: left; font-size: 16px; line-height: 25px; color: #2f2f2f; max-height: 50px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news_list .news .news_title a {color: #2f2f2f;}
.news_list .news .news_title a:hover {color: #e5aa0b;}

/*container-wrap*/
.main .container .inner {padding: 68px 0 52px 0;}
.mod_mid {margin: 55px 0 43px 0;}
.mod_mid .mod_mid-left {width: 31.32%; float: right;}
.mod_mid .mod_mid-right {width: 65.192%; float: left;}
.news-announcement .tt {float: left; width: auto;}
.news-announcement .news-menu {float: left; margin: 10px 0 0 12px;}
.news-announcement .news-menu .menu-title {float: left; border-bottom: 3px solid #fff; color: #1c1c1c; font-size: 14px; font-weight: normal; margin: 0 4px; padding: 0 1px; display: inline-block; line-height: 28px; cursor: pointer; transition: all 0.4s ease-in-out;}
.news-announcement .news-menu .menu-title.selected {color: #f8b62c; border-bottom: 3px solid #f8b62c;}
.news-announcement .news-list {clear: both;}

/*news-wrap*/
.post-6 {width: 100%;}

.post-7 {float: left; width: 65.192%;}
.post-7 .news_list {margin: 0 -9px;}
.post-7 .news_list .news {width: 50%;}
.post-7 .news_list .news .news_box {margin: 0 9px; cursor: pointer;}
.post-7 .news_list .news .news_box .news_imgs {position: relative; height: 214px; overflow: hidden;}
.post-7 .news_list .news .news_box .news_imgs .news_bg {width: 100%; height: 100%; background-size: cover; transition: all 1s ease 0s;}
.post-7 .news_list .news .news_box:hover .news_imgs .news_bg {-moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}
.post-7 .news_list .news .news_box .news_con {margin-top: 10px;}
.post-7 .news_list .news .news_box .news_con .news_title {transition: all 0.4s ease-in-out;}
.post-7 .news_list .news .news_box:hover .news_con .news_title {color: #e5aa0b;}

.post-8 {float: right; width: 31.32%;}
.post-8 .news_list .news {margin-bottom: 18px;}
.post-8 .news_list .news:last-child {margin: 0;}
.post-8 .news_list .news .news_box {cursor: pointer;}
.post-8 .news_list .news .news_box .news_icon {width: 40px; height: 50px; position: relative; margin-right: -40px; float: left; overflow: hidden; background: url(../images/newsbg.png) center no-repeat; transition: all 0.4s ease-in-out;}
.post-8 .news_list .news .news_box:hover .news_icon {background: url(../images/newsbgh.png) center no-repeat;}
.post-8 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-8 .news_list .news .news_box .news_con .news_arti {padding-left: 52px; vertical-align: middle; display: table-cell; height: 50px;}
.post-8 .news_list .news .news_box .news_con .news_arti .news_title {transition: all 0.4s ease-in-out;}
.post-8 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #e5aa0b;}

.post-9 {width: 100%;}

/*.post-10 {width: 46.999%; float: left;}
.post-10 .news_list .news .news_box {cursor: pointer; position: relative;}
.post-10 .news_list .news .news_box .news_imgs {position: relative; height: 292px; background: #f1f1f1; overflow: hidden;}
.post-10 .news_list .news .news_box .news_imgs .news_bg {width: 100%; height: 100%; background-size: cover; transition: all 1s ease 0s;}
.post-10 .news_list .news .news_box:hover .news_imgs .news_bg {-moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); -webkit-transform: scale(1.15); transform: scale(1.15);}
.post-10 .news_list .news .news_box .news_con {display: block; position: absolute; bottom: 0; left: 0; right: 0; background: url(../images/conbg.png) repeat; padding: 0 20px;}
.post-10 .news_list .news .news_box .news_con .news_title {-webkit-line-clamp: 1; line-height: 38px; max-height: 38px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block; color: #fff; font-weight: bold; transition: all 0.4s ease-in-out;}
.post-10 .news_list .news .news_box:hover .news_con .news_title {color: #8af555;}*/

.post-11 {/*width: 49.478%;*/ width: 100%; float: left;}
.post-11 .more_btn {margin-top: 4px;}
.post-11 .news_list {margin-top: -4px;}
.post-11 .news_list .news {margin-bottom: 15px;}
.post-11 .news_list .news.n5 {margin: 0;}
.post-11 .news_list .news .news_box .news_folder {width: 30px; position: relative; float: left; text-align: center; padding: 4px 5px; height: 32px; line-height: 16px; color: #fff; background: #0b66ad; margin: 4px -40px 4px 0; font-size: 13px; transition: all 0.4s ease-in-out;}
.post-11 .news_list .news .news_box:hover .news_folder {background: #e5aa0b;}
.post-11 .news_list .news .news_box .news_folder a {color: #fff;}
.post-11 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-11 .news_list .news .news_box .news_con .news_arti {padding-left: 52px; vertical-align: middle; display: table-cell; height: 48px;}
.post-11 .news_list .news .news_box .news_con .news_arti .news_title {line-height: 24px; max-height: 48px; font-size: 15px;}

.post-12 .more_btn, .post-13 .more_btn, .post-14 .more_btn, .post-15 .more_btn, .post-16 .more_btn, .post-17 .more_btn {margin-top: 7px;}
.post-12 .news_list .news, .post-13 .news_list .news, .post-14 .news_list .news, .post-15 .news_list .news, .post-16 .news_list .news, .post-17 .news_list .news {border-bottom: 1px solid #c5d8e5; padding-bottom: 15px; margin-bottom: 15px;}
.post-12 .news_list .news.n4, .post-13 .news_list .news.n4, .post-14 .news_list .news.n4, .post-15 .news_list .news.n4, .post-16 .news_list .news.n4, .post-17 .news_list .news.n4 {padding: 0; margin: 0; border: 0;}
.post-12 .news_list .news .news_box, .post-13 .news_list .news .news_box, .post-14 .news_list .news .news_box, .post-15 .news_list .news .news_box, .post-16 .news_list .news .news_box, .post-17 .news_list .news .news_box {cursor: pointer;}
.post-12 .news_list .news .news_box .news_date, .post-13 .news_list .news .news_box .news_date, .post-14 .news_list .news .news_box .news_date, .post-15 .news_list .news .news_box .news_date, .post-16 .news_list .news .news_box .news_date, .post-17 .news_list .news .news_box .news_date {width: 50px; margin: 2px -50px 2px 0; float: left; position: relative; overflow: hidden; text-align: center; background: #0062ac; transition: all 0.4s ease-in-out;}
.post-12 .news_list .news .news_box:hover .news_date, .post-13 .news_list .news .news_box:hover .news_date, .post-14 .news_list .news .news_box:hover .news_date, .post-15 .news_list .news .news_box:hover .news_date, .post-16 .news_list .news .news_box:hover .news_date, .post-17 .news_list .news .news_box:hover .news_date {background: #e5aa0b;}
.post-12 .news_list .news .news_box .news_date .date-month, .post-13 .news_list .news .news_box .news_date .date-month, .post-14 .news_list .news .news_box .news_date .date-month, .post-15 .news_list .news .news_box .news_date .date-month, .post-16 .news_list .news .news_box .news_date .date-month, .post-17 .news_list .news .news_box .news_date .date-month {display: block; border: 1px solid #cccccc; border-bottom: 0; border-top: 2px solid #f8b62c; background: #fff url(../images/datebg.png) center top no-repeat; line-height: 24px; color: #000; font-size: 12px;}
.post-12 .news_list .news .news_box .news_date .date-year, .post-13 .news_list .news .news_box .news_date .date-year, .post-14 .news_list .news .news_box .news_date .date-year, .post-15 .news_list .news .news_box .news_date .date-year, .post-16 .news_list .news .news_box .news_date .date-year, .post-17 .news_list .news .news_box .news_date .date-year {width: 100%; display: inline-block; font-size: 13px; color: #fff; line-height: 20px;}
.post-12 .news_list .news .news_box .news_con, .post-13 .news_list .news .news_box .news_con, .post-14 .news_list .news .news_box .news_con, .post-15 .news_list .news .news_box .news_con, .post-16 .news_list .news .news_box .news_con, .post-17 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-12 .news_list .news .news_box .news_con .news_arti, .post-13 .news_list .news .news_box .news_con .news_arti, .post-14 .news_list .news .news_box .news_con .news_arti, .post-15 .news_list .news .news_box .news_con .news_arti, .post-16 .news_list .news .news_box .news_con .news_arti, .post-17 .news_list .news .news_box .news_con .news_arti {padding-left: 64px; vertical-align: middle; display: table-cell; height: 50px;}
.post-12 .news_list .news .news_box .news_con .news_arti .news_title, .post-13 .news_list .news .news_box .news_con .news_arti .news_title, .post-14 .news_list .news .news_box .news_con .news_arti .news_title, .post-15 .news_list .news .news_box .news_con .news_arti .news_title, .post-16 .news_list .news .news_box .news_con .news_arti .news_title, .post-17 .news_list .news .news_box .news_con .news_arti .news_title {transition: all 0.4s ease-in-out;}
.post-12 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-13 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-14 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-15 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-16 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-17 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #e5aa0b;}

.post-18 .news_list {margin: 0 -15px;}
.post-18 .news_list .news {width: 20%; margin: 16px 0;}
.post-18 .news_list .news .news_box {cursor: pointer; margin: 0 15px; border: 1px solid #cdcccc;}
.post-18 .news_list .news .news_box .news_imgs {position: relative; padding-top: 39.37%; overflow: hidden; background: #fff url(../images/ajax-loader.gif) center no-repeat;}
.post-18 .news_list .news .news_box .news_imgs img {width: 100%; height: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; transition: all 0.4s ease-in-out;}
.post-18 .news_list .news .news_box:hover .news_imgs img {-moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05);}


/**Footer**/
.footer {background: #0b66ad;}
.footer .inner {padding: 56px 0;}

/*copyright*/
.foot_left {float: left;}
.foot_left .foot-site p {text-align: left; display: block; line-height: 25px; color: #fff;}
.foot_left .foot-site p span {display: inline-block; color: #fff; font-size: 14px; line-height: 25px; margin: 0 3px;}

/*link*/
.foot_right {float: right;}
.links-wrap {width: 178px; line-height: 30px;}
.links-wrap .links-box {position: relative; cursor: pointer;}
.links-wrap .links-box a.links-arrow {display: block; height: 30px; line-height: 30px; padding: 0 26px 0 12px; font-size: 12px; color: #323232; background: #fff url(../images/arrow.png) no-repeat right top; text-align: left;}
.links-wrap .links-box a.links-arrow:hover, .links-wrap .links-box.wrap-open a.links-arrow {color: #0b66ad; background-position: right bottom; text-decoration: underline; cursor: pointer;}
.links-wrap .links-box .links-con {display: none; position: absolute; right: 0; bottom: 30px; width: 100%; height: auto; max-height: 180px; overflow: auto; overflow-x: hidden; background: #1877c1; z-index: 999;}
.links-wrap .links-box .links-con a {display: block; line-height: 30px; padding: 0 8px; color: #fff;}
.links-wrap .links-box .links-con a span {display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.links-wrap .links-box .links-con a:hover {color: #fff; background: #0b66ad; cursor: pointer;}
.wp_article_list .list_item .pr_fields{display:none;}
.wp_editor_art_table td{ border-color: rgba(151, 151, 151, 0);}