@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: #0071ae;}
.wrapper {width: 100%; background-color: #fff;}
.wrapper .inner {width: 1200px; margin: 0 auto;}
body.list #container .inner{padding-bottom:150px}
/*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: #fff;}
:-moz-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}


/**Header*
/*
.header {background: #1a5f9a;}
.header .inner {background: #1a5f9a;}
*/

/*search*/
.search-panel {float: right; position: relative;}
.search-panel .search-box {width: 30px; height: 30px; border: 0; outline: 0; background: url(../images/searchbg.png) center no-repeat; position: absolute; right: 0; top: 0; z-index: 120; cursor: pointer;}
.search-window {overflow: hidden; width: 30px;}
.wp-search {position: relative;}
.wp-search form {display: block;}
.wp-search .search-input {margin-right: 30px;}
.wp-search .search-input input.search-title {width: 100%; height: 29px; line-height: 29px; border: 0; outline: 0; background: none; color: #fff; font-size: 14px; border-bottom: 1px solid #fff;}
.wp-search .search-btn {width: 30px; height: 30px; position: absolute; right: 0; top: 0;}
.wp-search .search-btn input.search-submit {width: 30px; height: 30px; border: 0; outline: 0; background: url(../images/searchbg.png) center no-repeat; cursor: pointer;}

/*top-nav*/
.top-nav-panel {float: right; margin-right: 6px;}
.top-nav-panel .menu .menu-item {float: left; display: inline-block;}
.top-nav-panel .menu .menu-item a.menu-link {display: inline-block; padding: 0 10px 0 14px; height: 30px; line-height: 30px; color: #fff; font-size: 13px; font-family: "Arial"; background: url(../images/li.png) left center no-repeat;}
.top-nav-panel .menu .menu-item a.menu-link:hover, .top-nav-panel .menu .menu-item a.menu-link.parent {color: #3be5e6;}


/**Navi**/
.navi {background: url(../images/navibg.png) center repeat; position: absolute; z-index: 999; transition: all 0.5s;}
.navi.small {background: none;}
.navi.roll {position: fixed; width: 100%; top: 0; z-index: 10000;}
.navi.small .inner {background: url(../images/navibg.png) center repeat;}

/*logo*/
.logo-panel {float: left;}
.logo-window {padding: 20px 0; margin-left: 25px; transition: all 0.4s ease-in-out;}
.logo-window img {vertical-align: middle; max-width: 100%; transition: all 0.4s ease-in-out;}
.navi.roll .logo-window {padding: 14px 0;}
.navi.roll .logo-window img {max-width: 90%;}

/*nav*/
.main-nav-panel {width: 720px; float: right; margin-top: 9px; transition: all 0.4s ease-in-out;}
.main-nav-panel .menu {margin: 0 auto;}
.main-nav-panel .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100; width: 20%; text-align: center;}
.main-nav-panel .menu .menu-item.hover {z-index: 999;}
.main-nav-panel .menu .menu-item a.menu-link {display: inline-block; padding: 0; height: 38px; line-height: 38px; color: #fff; font-size: 16px;}
.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;}
.main-nav-panel .sub-menu {background: #fff; display: none; position: absolute; left: 0; top: 38px; z-index: 999; 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: #444; height: 34px; line-height: 34px; padding: 0 10px; display: block; text-align: center;}
.main-nav-panel .sub-menu .sub-item a:hover {color: #fff; display: block; background: #1a5f9a;}
.main-nav-panel .sub-menu .sub-menu {left: 100%; top: 0; z-index: 200; background-color: #fff; border-left: 1px solid #ddd;}
.navi.roll .main-nav-panel {margin-top: 4px;}
.navi.roll .main-nav-panel .menu .menu-item a.menu-link {height: 34px; line-height: 34px; font-size: 14px;}
.navi.roll .main-nav-panel .sub-menu {top: 34px;}
.navi.roll .main-nav-panel .sub-menu .sub-item a {display: block; color: #444; height: 30px; line-height: 30px; padding: 0 10px; display: block; text-align: center; font-size: 13px;}
.navi.roll .main-nav-panel .sub-menu .sub-item a:hover {color: #fff;}


/**Jumbotron**/
.wrapper.jumbotron .inner {max-width: 1920px; width: 100%;}
.fcous-panel {width: 100%; margin: 0 auto;}
.focus.focus-box {max-width: 100%; overflow: hidden;}
.focus .focus-title-bar {width: auto; height: 42px; max-width: 1200px; right: 50%; left: auto; bottom: 50px; margin-right: -600px;}
.focus .focus-title-bg {opacity: 0.3; filter: alpha(opacity=30);}
.focus .focus-title {font-size: 16px; font-weight: bold; padding: 0 20px; font-family: "Microsoft YaHei"; max-width: 1160px; height: 42px; line-height: 42px; overflow: hidden; text-overflow: ellipsis;}
.focus .focus-title a:hover {color: #95daff;}
.focus .focus-navigation {width: 34px; height: 68px; line-height: 68px; margin-top: -34px; text-indent: -9999px; opacity: 0.7; filter: alpha(opacity=70);}
.focus .focus-navigation:active {opacity: 1; filter: alpha(opacity=100);}
.focus .focus-navigation:hover {opacity: 1; filter: alpha(opacity=100);}
.focus .focus-prev {background: url(../images/slidebg.png) left center no-repeat; left: 30px;}
.focus .focus-next {background: url(../images/slidebg.png) right center no-repeat; right: 30px;}


/**List**/

/*list-banner*/
.l-banner {width: 100%; height: 360px; background-position: center center; background-repeat: no-repeat; text-align: center;}
.l-banner img {display: none;}

/*col-box*/
.column-menu {width: 250px; background-color: #fff; position: relative; float: left; margin: -34px -250px 50px 0;}
.column-news {float: right; width: 100%;}
.column-news .column-news-box {margin-left: 305px;}

/*col-head*/
.column-head {background: #1a5f9a; line-height: 36px;}
.column-head .column-anchor {padding: 14px 10px;}
.column-head .column-anchor h3.anchor-title {display: inline-block; font-size: 24px; font-weight: normal; color: #fff; text-align: left; padding-left: 25px;}

/*column-list*/
.column-list-wrap li {width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block; width: 100%; font-size: 16px; color: #3e3e3e; background: #fff url(../images/colbg.png) left center repeat-y; text-align: center;}
.column-list-wrap li a:hover, .column-list-wrap li.selected a.selected {color: #1a5f9a; text-decoration: none; background: #f6f6f5 url(../images/colbgh.png) left center repeat-y;}
.column-list-wrap li a span {display: block; padding: 10px 0 10px 26px; text-align: left; line-height: 30px; margin-left: 12px; border-bottom: 1px solid #f7f7f7; transition: all 0.4s ease-in-out;}
.column-list-wrap li a:hover span, .column-list-wrap li.selected a.selected span {border-bottom: 1px solid #eeeeed;}
.column-list-wrap .sub-list li a {font-size: 15px; background: #fff url(../images/colbg.png) left center repeat-y;}
.column-list-wrap .sub-list li a:hover, .column-list-wrap .sub-list li.selected a.selected {color: #1a5f9a; background: #f6f6f5 url(../images/colbgh.png) left center repeat-y;}
.column-list-wrap .sub-list li a span {padding: 8px 0 8px 36px; line-height: 30px;}
.column-list-wrap .sub-list .sub-list li a {font-size: 14px; background: #fff url(../images/colbg.png) left center repeat-y;}
.column-list-wrap .sub-list .sub-list li a:hover, .column-list-wrap .sub-list .sub-list li.selected a.selected {color: #1a5f9a; background: #f6f6f5 url(../images/colbgh.png) left center repeat-y;}
.column-list-wrap .sub-list .sub-list li a span {padding: 6px 0 6px 46px; line-height: 30px;}

/*current location*/
.list-head {padding: 20px 0 15px 0; border-bottom: 1px solid #eee;}
.list-meta .column-path {float: left; line-height: 24px; color: #919191; font-size: 14px;}
.list-meta .column-path a {color: #919191;}
.list-meta .column-path a:hover {color: #2572ae;}
.list-meta .column-path .possplit {background: url(../images/posbg.png) center no-repeat; width: 22px;}
.list-meta .column-title {width: 100%; display: inline-block; float: left; font-size: 28px; color: #1a5f9a; line-height:46px; font-weight: normal; margin-top: 14px;}

/*column-news-list*/
.column-news-con {padding: 10px 0; min-height: 300px; margin-bottom: 40px;}
.cols_list {width: 100%; display: inline-block;}
.cols_list .cols {width: 100%; display: inline-block; border-bottom: 1px dashed #dcdcdc;}
.cols_list .cols .cols_title {width: calc( 100% - 100px ); display: inline-block; line-height: 50px; font-size: 16px; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #454545; background: url(../images/dian.png) 6px center no-repeat;}
.cols_list .cols .cols_title a {color: #1a5f9a; padding-left: 18px;}
.cols_list .cols .cols_title a:hover {color: #0071ae;}
.cols_list .cols .cols_meta {float: right; font-size: 16px; color: #454545; line-height: 50px;}
.wp_entry {width: auto; margin: 12px 4px 0 4px;}
.wp_entry, .wp_entry p, .wp_entry span {line-height: 36px !important; font-size: 16px !important; font-family: 'Microsoft Yahei' !important; text-align: justify;-ms-text-justify:inter-ideograph;}
.wp_entry p {margin-bottom: 30px;}
.wp_entry .depart_table td {line-height: 50px; border-bottom: 1px dashed #dcdcdc;}
.wp_entry .depart_table td a {color: #1a5f9a;}

/*page*/
.wp_paging {display: block; margin: 0; padding: 0; list-style: none; font-size: 15px; font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif; color: #494949; float: right; margin: 30px 130px 30px 0;}
.wp_paging input {font-size: 12px; *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-left: 10px;}
.wp_paging li em {font-style: normal; font-weight: bold; padding: 0 4px;}
.wp_paging li a {cursor: pointer; color: #1a5f9a; line-height: 25px; height: 25px;}
.wp_paging li a.pagingJump {color: #494949;}
.wp_paging li a:hover {color: #b5b93b;}
.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%; _width:expression(this.width > 800 ? "880px" : this.width);}

/*Old-leader*/
.list-page-2 .column-news-con {margin-bottom: 100px;}
.list-page-2 .column-leader-title {width: 100%; display: inline-block; font-size: 16px; color: #1a5f9a; font-weight: bold; border-bottom: 2px solid #dadada; line-height: 34px; padding-bottom: 10px; margin-bottom: 16px; text-align: left;}
.list-page-2 .column-leader-title .leader-school {width: 175px; display: inline-block; padding-left: 49px;}
.list-page-2 .column-leader-title .leader-name {width: 125px; display: inline-block; padding-left: 22px;}
.list-page-2 .column-leader-title .leader-post {width: 150px; display: inline-block; padding-left: 24px;}
.list-page-2 .column-leader-title .leader-time {width: 160px; display: inline-block; padding-left: 18px;}
.list-page-2 .column-news-list .cols-column-title {float: left; width: 175px; margin-right: -224px; position: relative; font-size: 16px; color: #333; font-weight: bold; line-height: 34px; padding: 5px 0 12px 49px;}
.list-page-2 .column-news-list .cols-column-wrap {width: 100%; float: right;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols {border-bottom: 0;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_title {width: 125px; padding: 5px 0 20px 20px; background: none; border-left: 1px solid #eee; font-size: 16px; color: #1a5f9a; line-height: 34px;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_title a {color: #1a5f9a;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_title a:hover {color: #4a7ee2;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_post {width: 155px; padding: 5px 0 20px 18px; border-left: 1px solid #eee; font-size: 16px; color: #555; line-height: 34px; display: inline-block;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_time {width: 555px; padding: 5px 0 20px 18px; border-left: 1px solid #eee; font-size: 16px; color: #555; line-height: 34px; display: inline-block;}
/*
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols:last-child .cols_title {padding: 5px 0 12px 20px;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols:last-child .cols_post {padding: 5px 0 12px 18px;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols:last-child .cols_time {padding: 5px 0 12px 18px;}
*/
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999; display: none;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_mask {width: 100%; height: 100%; background: url(../images/mask.png) repeat;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con {padding: 45px; width: 670px; height: 370px; background: #fff; position: fixed; top: 50%; left: 50%; margin: -230px 0 0 -380px; border: 2px solid #89b2c9;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_left {float: left; border: 1px solid #CCC; padding: 3px; width: 100px;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_left .cols_imgs {height: 130px; background-color: #f1f1f1; position: relative; overflow: hidden;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_left .cols_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_right {width: 525px; float: right; height: 370px; overflow: auto;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_right .cols_info {width: 100%; display: inline-block; margin-bottom: 20px; border-bottom: 1px solid #ddd;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_right .cols_info .cols_name {color: #22132D; font-size: 24px; font-weight: normal; line-height: 32px; display: inline-block; padding-bottom: 15px;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_right .cols_info .cols_poster {color: #777; font-family: "sans-serif"; font-size: 12px; margin-left: 15px; line-height: 32px; display: inline-block;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_right .cols_text {font-size: 14px; color: #333; line-height: 24px;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_right .cols_text p {font-size: 14px !important; line-height: 24px !important; margin-bottom: 15px;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .cols_right .cols_text span {font-size: 14px !important; line-height: 24px !important;}
.list-page-2 .column-news-list .cols-column-wrap .cols-column-con .cols_list .cols .cols_wrap .cols_con .closed {width: 14px; height: 14px; position: absolute; top: 18px; right: 20px; cursor: pointer; background: url(../images/closedbg.png) center no-repeat; text-indent: -9999px;}

/*Work-leader*/
.list-page-3 .cols_list {margin-top: 10px;}
.list-page-3 .cols_list .cols {border: 0; margin-bottom: 19px;}
.list-page-3 .cols_list .cols .cols_title {width: 100%; background: #f7f7f7; text-indent: 22px; font-size: 14px; color: #333; font-weight: bold; line-height: 42px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 7px;}
.list-page-3 .cols_list .cols .cols_text {line-height: 30px; color: #333; font-size: 16px; display: block; padding: 0 20px;}

/*School*/
.list-page-4 .cols_list {margin-top: 10px;}
.list-page-4 .cols_list .cols {border: 0; margin-bottom: 30px;}
.list-page-4 .cols_list .cols .cols_title {width: 100%; background: #f7f7f7; text-indent: 22px; font-size: 16px; color: #1a5f9a; line-height: 42px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; margin-bottom: 7px;}
.list-page-4 .cols_list .cols .cols_title a {padding: 0; color: #1a5f9a; cursor: text;}
.list-page-4 .cols_list .cols .cols_title a:hover {color: #1a5f9a;}
.list-page-4 .cols_list .cols .cols_text {line-height: 30px; color: #333; font-size: 16px; display: block; padding: 0 20px;}
.list-page-4 .cols_list .cols .cols_text p, .list-page-4 .cols_list .cols .cols_text span, .list-page-4 .cols_list .cols .cols_text div {line-height: 30px !important; font-size: 16px !important; color: #333 !important;}

/*Faculty*/
.list-page-6 .wp_subcolumn_list .wp_sublist .sublist_title {border-bottom: 1px solid #eee; padding-bottom: 10px;}
.list-page-6 .wp_subcolumn_list .wp_sublist .sublist_title a {font-size: 16px; font-weight: normal; color: #1a5f9a;}
.list-page-6 .wp_subcolumn_list .wp_sublist .sublist_title a:hover {color: #4a7ee2;}
.list-page-6 .wp_subcolumn_list .wp_sublist .sublist_title a .subcolumn-name {display: inline-block;}
.list-page-6 .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {display: none;}
.list-page-6 .wp_subcolumn_list .wp_sublist .cols_list .cols {width: 25%; float: left; border: 0;}
.list-page-6 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_title {font-size: 14px; line-height: 30px; width: 100%; background: none; color: #333;}
.list-page-6 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_title a {color: #333; padding: 0;}
.list-page-6 .wp_subcolumn_list .wp_sublist .cols_list .cols .cols_title a:hover {color: #0071ae;}

/*Service*/
.list-page-7 .column-news .column-news-box {margin: 0;}
.list-page-7 .column-news-con {margin: 20px 0 40px 0;}
.list-page-7 .column-news-con .menu {margin: 0 -36px;}
.list-page-7 .column-news-con .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100; width: 16.66%; text-align: center; margin-bottom: 58px;}
.list-page-7 .column-news-con .menu .menu-item a.menu-link {display: block; padding: 0; color: #111; font-size: 14px; margin: 0 36px;}
.list-page-7 .column-news-con .menu .menu-item a.menu-link:hover, .main-nav-panel .menu .menu-item a.menu-link.parent {text-decoration: none;}
.list-page-7 .column-news-con .menu .menu-item a.menu-link .menu-icon {background: url(../images/icon-navs.png) left top no-repeat; width: 64px; height: 64px; display: inline-block; transition: all 0.4s ease-in-out;}
.list-page-7 .column-news-con .menu .menu-item a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) left -64px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item a.menu-link .menu-name {color: #111; transition: all 0.4s ease-in-out; display: inline-block; width: 100%; text-align: center; line-height: 32px;}
.list-page-7 .column-news-con .menu .menu-item a.menu-link:hover .menu-name {color: #0071ae;}
.list-page-7 .column-news-con .menu .menu-item.i1 a.menu-link .menu-icon {background: url(../images/icon-navs.png) left top no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i1 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) left -64px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i2 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -211px top no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i2 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -211px -64px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i3 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -422px top no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i3 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -422px -64px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i4 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -633px top no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i4 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -633px -64px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i5 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -844px top no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i5 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -844px -64px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i6 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -1055px top no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i6 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -1055px -64px no-repeat;}

.list-page-7 .column-news-con .menu .menu-item.i7 a.menu-link .menu-icon {background: url(../images/icon-navs.png) left -150px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i7 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) left -214px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i8 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -211px -150px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i8 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -211px -214px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i9 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -422px -150px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i9 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -422px -214px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i10 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -633px -150px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i10 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -633px -214px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i11 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -844px -150px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i11 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -844px -214px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i12 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -1055px -150px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i12 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -1055px -214px no-repeat;}

.list-page-7 .column-news-con .menu .menu-item.i13 a.menu-link .menu-icon {background: url(../images/icon-navs.png) left -300px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i13 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) left -364px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i14 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -211px -300px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i14 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -211px -364px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i15 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -422px -300px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i15 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -422px -364px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i16 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -633px -300px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i16 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -633px -364px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i17 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -844px -300px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i17 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -844px -364px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i18 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -1055px -300px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i18 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -1055px -364px no-repeat;}

.list-page-7 .column-news-con .menu .menu-item.i19 a.menu-link .menu-icon {background: url(../images/icon-navs.png) left -450px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i19 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) left -514px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i20 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -211px -450px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i20 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -211px -514px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i21 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -422px -450px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i21 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -422px -514px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i22 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -633px -450px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i22 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -633px -514px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i23 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -844px -450px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i23 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -844px -514px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i24 a.menu-link .menu-icon {background: url(../images/icon-navs.png) -1055px -450px no-repeat;}
.list-page-7 .column-news-con .menu .menu-item.i24 a.menu-link:hover .menu-icon {background: url(../images/icon-navs.png) -1055px -514px no-repeat;}

/*Subject*/
.list-page-8 .column-news-list {margin-top: 15px;}
.list-page-8 .cols_list {margin: 0 -15px;}
.list-page-8 .cols_list .cols {width: 33.3%; float: left; border: 0; margin: 15px 0;}
.list-page-8 .cols_list .cols .cols_box {margin: 0 15px;}
.list-page-8 .cols_list .cols .cols_box .cols_imgs {height: 145px; background-color: #eee; position: relative; overflow: hidden;}
.list-page-8 .cols_list .cols .cols_box .cols_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; transition: all 1s ease 0s;}
.list-page-8 .cols_list .cols .cols_box:hover .cols_imgs img {opacity: 0.75; filter:alpha(opacity=75);}
.list-page-8 .cols_list .cols .cols_box .cols_con {background: #f6f6f6; padding: 0 30px; display: block;}
.list-page-8 .cols_list .cols .cols_box .cols_con .cols_title {width: 100%; text-align: center; background: none; transition: all 0.4s ease-in-out;}
.list-page-8 .cols_list .cols .cols_box:hover .cols_con .cols_title {color: #0071ae;}

/*new-leader*/
.list-page-9 .column-new-leader {margin-top: 10px;}
.list-page-9 .column-new-leader .cols_list .cols {width: 50%; float: left;  vertical-align: top;border:none}
.list-page-9 .column-new-leader .cols_list .cols.n1, .list-page-9 .column-new-leader .cols_list .cols.n2 { border:none}
.list-page-9 .column-new-leader .cols_list .cols.n2, .list-page-9 .column-new-leader .cols_list .cols.n4, .list-page-9 .column-new-leader .cols_list .cols.n6, .list-page-9 .column-new-leader .cols_list .cols.n8, .list-page-9 .column-new-leader .cols_list .cols.n10, .list-page-9 .column-new-leader .cols_list .cols.n12, .list-page-9 .column-new-leader .cols_list .cols.n14, .list-page-9 .column-new-leader .cols_list .cols.n16, .list-page-9 .column-new-leader .cols_list .cols.n18, .list-page-9 .column-new-leader .cols_list .cols.n20, .list-page-9 .column-new-leader .cols_list .cols.n22, .list-page-9 .column-new-leader .cols_list .cols.n24, .list-page-9 .column-new-leader .cols_list .cols.n26, .list-page-9 .column-new-leader .cols_list .cols.n28, .list-page-9 .column-new-leader .cols_list .cols.n30 {background: url(../images/linebg.png) left center repeat-y;background:none}
.list-page-9 .column-new-leader .cols_list .cols.n1, .list-page-9 .column-new-leader .cols_list .cols.n2, .list-page-9 .column-new-leader .cols_list .cols.n5, .list-page-9 .column-new-leader .cols_list .cols.n6, .list-page-9 .column-new-leader .cols_list .cols.n9, .list-page-9 .column-new-leader .cols_list .cols.n10, .list-page-9 .column-new-leader .cols_list .cols.n13, .list-page-9 .column-new-leader .cols_list .cols.n14, .list-page-9 .column-new-leader .cols_list .cols.n17, .list-page-9 .column-new-leader .cols_list .cols.n18, .list-page-9 .column-new-leader .cols_list .cols.n21, .list-page-9 .column-new-leader .cols_list .cols.n22, .list-page-9 .column-new-leader .cols_list .cols.n25, .list-page-9 .column-new-leader .cols_list .cols.n26, .list-page-9 .column-new-leader .cols_list .cols.n29, .list-page-9 .column-new-leader .cols_list .cols.n30 {background-color: #f7f7f7;background:none}
.list-page-9 .column-new-leader .cols_list .cols .cols_post {display: inline-block; line-height: 42px; color: #333; float: left; padding-left: 20px; width: 200px; font-size: 16px;}
.list-page-9 .column-new-leader .cols_list .cols .cols_title {color: #1a5f9a; line-height: 42px; background: none; width: 220px; transition: all 0.4s ease-in-out;}
.list-page-9 .column-new-leader .cols_list .cols a .cols_title {color: #1a5f9a;}
.list-page-9 .column-new-leader .cols_list .cols a:hover .cols_title {color: #4a7ee2;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999; display: none;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_mask {width: 100%; height: 100%; background: url(../images/mask.png) repeat;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con {padding: 45px; width: 670px; height: 370px; background: #fff; position: fixed; top: 50%; left: 50%; margin: -230px 0 0 -380px; border: 2px solid #89b2c9;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_left {float: left; border: 1px solid #CCC; padding: 3px; width: 100px;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_left .cols_imgs {height: 130px; background-color: #f1f1f1; position: relative; overflow: hidden;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_left .cols_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_right {width: 525px; float: right; height: 370px; overflow: auto;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_right .cols_info {width: 100%; display: inline-block; margin-bottom: 20px; border-bottom: 1px solid #ddd;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_right .cols_info .cols_name {color: #22132D; font-size: 24px; font-weight: normal; line-height: 32px; display: inline-block; padding-bottom: 15px;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_right .cols_info .cols_poster {color: #777; font-family: "sans-serif"; font-size: 12px; margin-left: 15px; line-height: 32px; display: inline-block;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_right .cols_text {font-size: 14px; color: #333; line-height: 24px;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_right .cols_text p {-ms-text-justify:inter-ideograph;text-align: justify;font-size: 14px !important; line-height: 24px !important; margin-bottom: 15px;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .cols_right .cols_text span {font-size: 14px !important; line-height: 24px !important;}
.list-page-9 .column-new-leader .cols_list .cols .cols_wrap .cols_con .closed {width: 14px; height: 14px; position: absolute; top: 18px; right: 20px; cursor: pointer; background: url(../images/closedbg.png) center no-repeat; text-indent: -9999px;}

/*list-parent*/
.list-page-10 .column-news .column-news-box {margin: 0;}
.list-page-10 .list-head {padding: 20px 0 15px 0; border-bottom: 4px solid #e9e9e9;}
.list-page-10 .list-meta .column-title {color: #005684; font-size: 24px; text-align: center;}
.list-page-10 .cols_list {margin: 0 -60px; width: auto; display: block;}
.list-page-10 .cols_list .cols {width: 33.3%; float: left; border: 0; margin: 26px 0;}
.list-page-10 .cols_list .cols .cols_box {margin: 0 60px; cursor: pointer;}
.list-page-10 .cols_list .cols .cols_box .cols_imgs {position: relative; overflow: hidden; height: 200px; background: #fffbfb; }
.list-page-10 .cols_list .cols .cols_box .cols_imgs img {width: 100%; height: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%;}
.list-page-10 .cols_list .cols .cols_box .cols_title {font-size: 16px; font-weight: bold; color: #333; width: 100%; text-align: center; background: #f3f3f3;}


/**Info**/
.info-box {margin: 20px; min-height: 400px;}

/*info-title*/
.article {padding: 15px 0; margin-bottom: 50px;}
.article h1.arti-title {line-height: 36px; padding: 6px; text-align: center; font-size: 28px; font-weight: normal; color: #d5000f;}
.article h3.arti-title {line-height: 36px; text-align: center; font-size: 24px; font-weight: normal; color: #d5000f;}

/*info-base*/
.article .arti-metas {line-height: 22px; text-align: center; padding: 10px 0; margin-bottom: 30px;}
.article .arti-metas span {display: inline-block; margin: 0 10px; font-size: 14px; color: #737373;}
.article .arti-metas span span {margin: 0 4px;}

/*info-con*/
.article .entry {margin: 0 4px; overflow: hidden; min-height: 100px;}
.article .entry, .article .entry p, .article .entry span {line-height: 36px !important; font-size: 16px !important; font-family: 'Microsoft Yahei' !important; text-align: justify; color: #333;}
/*.article .entry p {margin-bottom: 30px;}*/
.article .entry p.titles {display: none;}

/*info-con-img*/
.wp_articlecontent img {display: block; margin: 0 auto !important;}

/*share*/
#bdshare {margin-top: 20px;}


/**Container**/
 
/*news-base*/
.tt {display: inline-block; vertical-align: top; width: 100%;}
.tt .tit {display: inline-block; font-weight: normal; float: left;}
.tt .tit .title {display: inline-block; font-size: 20px; color: #212121; font-weight: bold; line-height: 45px; cursor: pointer;}

.post3 .tt {margin-bottom: 34px;}
.post3 .tt .tit {width: 100%; text-align: center;}
.post3 .tt .tit .title {border-bottom: 4px solid #ccc;}

.more_btn {display: inline-block; line-height: 45px; float: right;}
.more_btn .more_text {font-size: 20px; font-weight: bold; cursor: pointer; color: #a8a8a8; transition: all 0.4s ease-in-out;}
.more_btn .more_text:hover {color: #0071ae;}

.post2 .more_btn {position: absolute; right: 0; top: 0; line-height: 42px;}

.news_list {}
.news_list .news {width: 100%; float: left;}
.news_list .news .news_title {float: left; font-size: 16px; line-height: 39px; color: #3b3b3b; width: 78%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_list .news .news_title a {color: #3b3b3b;}
.news_list .news .news_title a:hover {color: #0071ae;}
.news_list .news .news_meta {float: right; display: inline-block; font-size: 13px; line-height: 39px; color: #3b3b3b;}

/*container-con*/
.container {}
#container-1 {background: #fff;}
#container-1 .inner {padding: 22px 0 16px 0; background: #fff;}
#container-1 .mod_left {width: 702px; height: 514px; float: left;}
#container-1 .mod_right {width: 450px; height: 514px; float: right;}
#container-2 {background: url(../images/specialbg.jpg) center no-repeat;}
#container-2 .inner {padding: 18px 0 56px 0; background: url(../images/specialbg.jpg) center no-repeat;}
#container-3 {background: #fff;}
#container-3 .inner {padding: 22px 0 20px 0; background: #fff;}
#container-3 .mod_left {width: 568px; float: left;}
#container-3 .mod_right {width: 568px; float: right;}
#container-4 {background: #f5f5f5;}
#container-4 .inner {padding: 38px 0 24px 0; background: #f5f5f5;}
#container-4 .mod_left {width: 568px; float: left;}
#container-4 .mod_right {width: 568px; float: right;}
.fix-wrap {position: fixed; right: 0; top: 50%; margin-top: -180px; z-index: 9999; animation: move 2s ease-out; display: none;}

/*news-style*/
.news-tab {position: relative;}
.news-tab .news-menu {width: 100%;}
.news-tab .news-menu .menu-title {float: left; display: inline-block; font-size: 20px; color: #848484; font-weight: bold; line-height: 42px; cursor: pointer; transition: all 0.5s;}
.news-tab .news-menu .menu-title.t1 {background: url(../images/news_t1.png) left center no-repeat; padding: 0 31px 0 36px;}
.news-tab .news-menu .menu-title.t2 {background: url(../images/news_t2.png) left center no-repeat; padding: 0 23px 0 36px;}
.news-tab .news-menu .menu-title.t3 {background: url(../images/news_t3.png) left center no-repeat; padding: 0 35px;}
.news-tab .news-menu .menu-title.selected {color: #212121;}
.news-tab .news-menu .menu-title.t1.selected {background: url(../images/news_t1s.png) left center no-repeat;}
.news-tab .news-menu .menu-title.t2.selected {background: url(../images/news_t2s.png) left center no-repeat;}
.news-tab .news-menu .menu-title.t3.selected {background: url(../images/news_t3s.png) left center no-repeat;}
.news-tab .notice-menu {width: 100%;}
.news-tab .notice-menu .menu-title {float: left; display: inline-block; font-size: 20px; color: #848484; font-weight: bold; line-height: 42px; cursor: pointer; transition: all 0.5s;}
.news-tab .notice-menu .menu-title.t1 {background: url(../images/notice_t1.png) left center no-repeat; padding: 0 22px 0 30px;}
.news-tab .notice-menu .menu-title.t2 {background: url(../images/notice_t2.png) left center no-repeat; padding: 0 25px;}
.news-tab .notice-menu .menu-title.selected {color: #212121;}
.news-tab .notice-menu .menu-title.t1.selected {background: url(../images/notice_t1s.png) left center no-repeat;}
.news-tab .notice-menu .menu-title.t2.selected {background: url(../images/notice_t2s.png) left center no-repeat;}

.media-news {position: relative;}
.media-news .tt {margin-bottom: 26px;}
.media-news .tt .tit .title {background: url(../images/titbg5.png) left center no-repeat; padding-left: 37px; line-height: 36px;}
.media-news .icon-menu {float: left; margin-left: 18px;}
.media-news .icon-menu .icon {width: 36px; float: left; display: inline-block; line-height: 36px; text-indent: -9999px; transition: all 0.5s; margin: 0 1px; cursor: pointer;}
.media-news .icon-menu .icon.i1 {background: url(../images/wechat_t.png) top center no-repeat;}
.media-news .icon-menu .icon.i2 {background: url(../images/sina_t.png) top center no-repeat;}
.media-news .icon-menu .icon.selected {background-position: bottom center;}
.media-news .icon-menu .icon a {display: block;}

.post-6 .menu {margin: 0;}
.post-6 .menu .menu-item {display: block; position: relative; z-index: 9999; border-bottom: 1px solid #fff;}
.post-6 .menu .menu-item a.menu-link {display: inline-block; padding: 34px 8px 0 8px; height: 36px; line-height: 36px; color: #fff; font-size: 14px; background: #b2b2b2 url(../images/icon0.png) center 16px no-repeat;}
.post-6 .menu .menu-item.i1 a.menu-link {background: #b2b2b2 url(../images/icon0.png) center 16px no-repeat;}
.post-6 .menu .menu-item.i2 a.menu-link {background: #b2b2b2 url(../images/icon1.png) center 13px no-repeat;}
.post-6 .menu .menu-item.i3 a.menu-link {background: #b2b2b2 url(../images/icon2.png) center 10px no-repeat;}
.post-6 .menu .menu-item.i4 a.menu-link {background: #b2b2b2 url(../images/icon3.png) center 14px no-repeat;}
.post-6 .menu .menu-item.i5 a.menu-link {background: #b2b2b2 url(../images/icon4.png) center 13px no-repeat;}
.post-6 .menu .menu-item.i6 a.menu-link {background: #b2b2b2 url(../images/icon5.png) center 13px no-repeat;}
.post-6 .menu .menu-item a.menu-link:hover, .post-6 .menu .menu-item a.menu-link.parent {text-decoration: none; color: #fff; background-color: #1a5f9a;}

.post-7 {margin-top: 20px;}
.post-7 .news_list {margin: 0 -15px;}
.post-7 .news_list .news {width: 50%;}
.post-7 .news_list .news .news_box {margin: 0 15px; cursor: pointer;}
.post-7 .news_list .news .news_box .news_imgs {height: 200px; background-color: #f1f1f1; position: relative; overflow: hidden;}
.post-7 .news_list .news .news_box .news_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; transition: all 1s ease 0s;}
.post-7 .news_list .news .news_box:hover .news_imgs img {-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 {width: 100%; display: inline-block; margin: 7px 0 11px 0;}
.post-7 .news_list .news .news_box .news_con .news_title {width: 100%; font-weight: bold; line-height: 24px; height: 48px; max-height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; text-overflow: ellipsis; transition: all 0.4s ease-in-out;}
.post-7 .news_list .news .news_box:hover .news_con .news_title {color: #0071ae;}

.post-8 .news_list .news {border-bottom: 1px dashed #b8b8b8;}

.post-9 {margin-top: 20px;}
.post-9 .news_list {margin: 0 -10px;}
.post-9 .news_list .news {width: 50%; margin-bottom: 13px;}
.post-9 .news_list .news .news_box {margin: 0 10px; height: 102px; background: #f8f8f8; padding: 12px 18px 16px 18px; border-top: 4px solid #1f7fb2; cursor: pointer;}
.post-9 .news_list .news.n1 .news_box {border-top: 4px solid #1f7fb2;}
.post-9 .news_list .news.n2 .news_box {border-top: 4px solid #34a867;}
.post-9 .news_list .news.n3 .news_box {border-top: 4px solid #d6a73b;}
.post-9 .news_list .news.n4 .news_box {border-top: 4px solid #ed8842;}
.post-9 .news_list .news.n5 .news_box {border-top: 4px solid #3296cc;}
.post-9 .news_list .news.n6 .news_box {border-top: 4px solid #35a968;}
.post-9 .news_list .news .news_box .news_title {width: 100%; font-size: 16px; color: #0070af; line-height: 24px; max-height: 48px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; text-overflow: ellipsis; margin-bottom: 12px; transition: all 0.4s ease-in-out;}
.post-9 .news_list .news .news_box:hover .news_title {color: #ee8742;}
.post-9 .news_list .news .news_box .news_text {width: 100%; font-size: 13px; color: #333; line-height: 20px; max-height: 40px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.post-10 {margin-top: 20px;}
.post-10 .news_list {margin: 0 -10px;}
.post-10 .news_list .news {width: 50%; margin-bottom: 20px;}
.post-10 .news_list .news .news_box {margin: 0 10px; position: relative; overflow: hidden; cursor: pointer;}
.post-10 .news_list .news .news_box .news_imgs {height: 206px; background-color: #f1f1f1; position: relative; overflow: hidden;}
.post-10 .news_list .news .news_box .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_list .news .news_box .news_wrap {position: absolute; bottom: 0; left: 0; right: 0; padding: 0 18px; transition: all 0.5s ease 0s; background: url(../images/wrapbg.png) repeat;}
.post-10 .news_list .news .news_box .news_wrap .news_title {width: 100%; color: #fff; line-height: 48px; font-size: 16px; display: inline-block;}
.post-10 .news_list .news .news_box .news_bg {background: url(../images/newsbg.png) repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; filter: alpha(opacity=0); transition: all 0.5s ease 0s;}
.post-10 .news_list .news .news_box .news_con {width: 100%; height: 100%; text-align: left; position: absolute; bottom: -100%; left: 0; z-index: 1; transition: all 0.5s ease 0s;}
.post-10 .news_list .news .news_box .news_con .news_arti {padding: 30px 25px;}
.post-10 .news_list .news .news_box .news_con .news_arti .news_text {width: 100%; font-size: 13px; line-height: 24px; color: #fff; max-height: 96px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; margin-bottom: 6px;}
.post-10 .news_list .news .news_box .news_con .news_arti .news_meta {width: 100%; font-size: 14px; line-height: 24px; color: #fff;}
.post-10 .news_list .news .news_box:hover .news_wrap {bottom: -100%;}
.post-10 .news_list .news .news_box:hover .news_bg {opacity: 1; filter: alpha(opacity=100);}
.post-10 .news_list .news .news_box:hover .news_con {bottom: 0;}

.post-11 {margin-top: 20px;}
.post-11 .news_list .news {margin-bottom: 24px;}
.post-11 .news_list .news .news_box {cursor: pointer;}
.post-11 .news_list .news .news_box:hover {box-shadow: 0px 2px 2px 0px #00000024;}
.post-11 .news_list .news .news_box .news_date {width: 60px; margin-right: -60px; position: absolute; float: left; background: #0071ae; color: #fff; text-align: center; padding: 6px 0; transition: all 0.5s;}
.post-11 .news_list .news .news_box .news_date .date-day {width: 100%; display: inline-block; font-size: 16px; line-height: 54px;}
.post-11 .news_list .news .news_box:hover .news_date {background: #ee8742;}
.post-11 .news_list .news .news_box .news_con {width: 100%; float: right; border: 1px solid #e9e9e9; height: 64px; border-left: 0;}
.post-11 .news_list .news .news_box .news_con .news_arti {padding: 8px 10px 8px 78px; vertical-align: middle; display: table-cell; height: 50px;}
.post-11 .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; line-height: 25px; transition: all 0.5s; max-height: 50px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; text-overflow: inherit;}
.post-11 .news_list .news .news_box .news_con .news_arti .news_text {width: 100%; display: inline-block; font-size: 12px; color: #777; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.post-11 .news_list .news .news_box:hover .news_con .news_arti .news_title {font-weight: bold; color: #ee8742;}



.post-13 .tt .tit .title {background: url(../images/titbg1.png) 5px center no-repeat; padding: 0 4px 3px 36px;}
.post-13 .news_list {margin: 0 -7px;}
.post-13 .news_list .news {width: 25%;}
.post-13 .news_list .news .news_box {margin: 0 7px; cursor: pointer;}
.post-13 .news_list .news .news_box .news_imgs {height: 120px; background-color: #f1f1f1; position: relative; overflow: hidden;}
.post-13 .news_list .news .news_box .news_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; transition: all 1s ease 0s;}
.post-13 .news_list .news .news_box:hover .news_imgs img {-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-14 .tt {margin-bottom: 17px;}
.post-14 .tt .tit .title {background: url(../images/titbg2.png) left center no-repeat; padding-left: 36px;}
.post-14 .news_list {margin: 0 -8px;}
.post-14 .news_list .news {width: 50%; margin-bottom: 20px;}
.post-14 .news_list .news .news_box {margin: 0 8px; position: relative; cursor: pointer;}
.post-14 .news_list .news .news_box .news_imgs {height: 132px; background-color: #f1f1f1; position: relative; overflow: hidden;}
.post-14 .news_list .news .news_box .news_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; transition: all 0.4s ease-in-out;}
.post-14 .news_list .news .news_box:hover .news_imgs img {opacity: 0.8; filter: alpha(opacity=80);}
.post-14 .news_list .news .news_box .news_con {position: absolute; bottom: 0; left: 0; right: 0; padding: 0 16px; background: url(../images/imgbg.png) repeat;}
.post-14 .news_list .news .news_box .news_con .news_title {width: 100%; font-size: 14px; font-weight: bold; color: #fff; line-height: 32px; transition: all 0.4s ease-in-out;}
.post-14 .news_list .news .news_box:hover .news_con .news_title {color: #85cef7;}

.post-15 .tt {margin-bottom: 17px;}
.post-15 .tt .tit .title {background: url(../images/titbg3.png) left center no-repeat; padding-left: 39px;}
.post-15 .news_list .news {margin-bottom: 20px;}
.post-15 .news_list .news .news_box {box-shadow: 0px 1px 6px #00000026; cursor: pointer;}
.post-15 .news_list .news .news_box .news_imgs {height: 132px; background-color: #f1f1f1; position: relative; overflow: hidden; float: left; width: 188px; margin-right: -188px; transition: all 1s ease 0s;}
.post-15 .news_list .news .news_box .news_imgs .news_background {width: 100%; height: 100%; background-size: cover; transition: all 1s ease 0s;}
.post-15 .news_list .news .news_box:hover .news_imgs .news_background {-moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); -webkit-transform: scale(1.3); transform: scale(1.3);}
.post-15 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-15 .news_list .news .news_box .news_con .news_arti {margin: 14px 15px 0 213px;}
.post-15 .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; color: #333; font-weight: bold; line-height: 24px; max-height: 48px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; text-overflow: initial; margin-bottom: 15px; transition: all 0.4s ease-in-out;}
.post-15 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #1a5f9a;}
.post-15 .news_list .news .news_box .news_con .news_arti .news_text {width: 100%; color: #333; font-size: 13px; line-height: 20px; max-height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; overflow: hidden; text-overflow: initial;}

.post-16 .tt {margin-bottom: 9px;}
.post-16 .tt .tit .title {background: url(../images/titbg4.png) left center no-repeat; padding-left: 39px;}
.post-16 .news_list .news {border-bottom: 1px dashed #b8b8b8;}
.post-16 .news_list .news .news_title {width: 80%;}
.post-16 .news_list .news .news_title .news_info {color: #ef7009; display: inline-block;}
.post-16 .news_list .news .news_meta {font-size: 15px; color: #777;}

.post-17 .news_list, .post-18 .news_list {margin: 0 -13px;}
.post-17 .news_list .news, .post-18 .news_list .news {width: 50%; margin-bottom: 12px;}
.post-17 .news_list .news .news_box, .post-18 .news_list .news .news_box {margin: 0 13px; border-bottom: 1px dashed #b8b8b8; padding-bottom: 10px; cursor: pointer;}
.post-17 .news_list .news .news_box .news_imgs, .post-18 .news_list .news .news_box .news_imgs {width: 106px; margin-right: -106px; height: 72px; background-color: #f1f1f1; position: relative; overflow: hidden; float: left;}
.post-17 .news_list .news .news_box .news_imgs img, .post-18 .news_list .news .news_box .news_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%; transition: all 1s ease 0s;}
.post-17 .news_list .news .news_box:hover .news_imgs img, .post-18 .news_list .news .news_box:hover .news_imgs img {opacity: 0.75; filter: alpha(opacity=75);}
.post-17 .news_list .news .news_box .news_con, .post-18 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-17 .news_list .news .news_box .news_con .news_arti, .post-18 .news_list .news .news_box .news_con .news_arti {margin-left: 120px;}
.post-17 .news_list .news .news_box .news_con .news_arti .news_title, .post-18 .news_list .news .news_box .news_con .news_arti .news_title {font-size: 14px; color: #0071ae; width: 100%; line-height: 24px; max-height: 72px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal; text-overflow: ellipsis; transition: all 0.4s ease-in-out;}
.post-17 .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-18 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #73a745;}


/**Link**/
#link {background: url(../images/linkbg.jpg) center no-repeat;}
#link .inner {padding: 26px 0 48px 0; background: url(../images/linkbg.jpg) center no-repeat;}

.post-19 .tt .tit .title {background: url(../images/titbg6.png) left center no-repeat; padding-left: 39px;}
.post-19 .menu {margin: 0 auto;}
.post-19 .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100;}
.post-19 .menu .menu-item a.menu-link {display: inline-block; padding: 40px 22px 0 22px; height: 26px; line-height: 26px; color: #0071ae; font-size: 14px; background: url(../images/link-1.png) center top no-repeat;}
.post-19 .menu .menu-item.i1 a.menu-link {background: url(../images/link-1h.png) center top no-repeat;}
.post-19 .menu .menu-item.i2 a.menu-link {background: url(../images/link-2h.png) center top no-repeat;}
.post-19 .menu .menu-item.i3 a.menu-link {background: url(../images/link-15h.png) center top no-repeat;}
.post-19 .menu .menu-item.i4 a.menu-link {background: url(../images/link-5h.png) center top no-repeat;}
.post-19 .menu .menu-item.i5 a.menu-link {background: url(../images/link-9h.png) center top no-repeat;}
.post-19 .menu .menu-item.i6 a.menu-link {background: url(../images/link-16h.png) center top no-repeat;}
.post-19 .menu .menu-item.i7 a.menu-link {background: url(../images/link-4h.png) center top no-repeat;}
.post-19 .menu .menu-item.i8 a.menu-link {background: url(../images/link-8h.png) center top no-repeat;}
.post-19 .menu .menu-item.i9 a.menu-link {background: url(../images/link-10h.png) center top no-repeat;}
.post-19 .menu .menu-item.i10 a.menu-link {background: url(../images/link-6h.png) center top no-repeat;}
.post-19 .menu .menu-item.i11 a.menu-link {background: url(../images/link-11h.png) center top no-repeat;}
.post-19 .menu .menu-item.i12 a.menu-link {background: url(../images/link-14h.png) center top no-repeat;}
.post-19 .menu .menu-item a.menu-link:hover, .post-19 .menu .menu-item a.menu-link.parent {text-decoration: none; background: url(../images/link-1h.png) center top no-repeat; color: #333;}
.post-19 .menu .menu-item.i1 a.menu-link:hover, .post-19 .menu .menu-item.i1 a.menu-link.parent {background: url(../images/link-1.png) center top no-repeat;}
.post-19 .menu .menu-item.i2 a.menu-link:hover, .post-19 .menu .menu-item.i2 a.menu-link.parent {background: url(../images/link-2.png) center top no-repeat;}
.post-19 .menu .menu-item.i3 a.menu-link:hover, .post-19 .menu .menu-item.i3 a.menu-link.parent {background: url(../images/link-15.png) center top no-repeat;}
.post-19 .menu .menu-item.i4 a.menu-link:hover, .post-19 .menu .menu-item.i4 a.menu-link.parent {background: url(../images/link-5.png) center top no-repeat;}
.post-19 .menu .menu-item.i5 a.menu-link:hover, .post-19 .menu .menu-item.i5 a.menu-link.parent {background: url(../images/link-9.png) center top no-repeat;}
.post-19 .menu .menu-item.i6 a.menu-link:hover, .post-19 .menu .menu-item.i6 a.menu-link.parent {background: url(../images/link-16.png) center top no-repeat;}
.post-19 .menu .menu-item.i7 a.menu-link:hover, .post-19 .menu .menu-item.i7 a.menu-link.parent {background: url(../images/link-4.png) center top no-repeat;}
.post-19 .menu .menu-item.i8 a.menu-link:hover, .post-19 .menu .menu-item.i8 a.menu-link.parent {background: url(../images/link-8.png) center top no-repeat;}
.post-19 .menu .menu-item.i9 a.menu-link:hover, .post-19 .menu .menu-item.i9 a.menu-link.parent {background: url(../images/link-10.png) center top no-repeat;}
.post-19 .menu .menu-item.i10 a.menu-link:hover, .post-19 .menu .menu-item.i10 a.menu-link.parent {background: url(../images/link-6.png) center top no-repeat;}
.post-19 .menu .menu-item.i11 a.menu-link:hover, .post-19 .menu .menu-item.i11 a.menu-link.parent {background: url(../images/link-11.png) center top no-repeat;}
.post-19 .menu .menu-item.i12 a.menu-link:hover, .post-19 .menu .menu-item.i12 a.menu-link.parent {background: url(../images/link-14.png) center top no-repeat;}


/**Site**/
#site {background: #0071ae;}
#site .inner {padding: 30px 0; background: #0071ae;}
.site-motto {float: left; margin-top: 22px;}
.site-motto:hover img {transform: rotateY( 360deg ); transition: all 3s; -webkit-transform: rotateY(-360deg);}
.site-info {float: right;}

/*qr-code*/
.shares {text-align: right; height: 40px; width: 360px;}
.shares ul {display: inline-block; width: auto; margin: 0 -13px; float: right; text-align: center;}
.shares li {margin: 7px 0; position: relative; padding: 0; display: inline-block;}
.shares li a {display: inline-block; width: 40px; height: 40px; line-height: 40px; margin: 0 16px; vertical-align: top; padding: 0; background: url(../images/sina.png) top center no-repeat;}
.shares li .share_con {display: none; position: absolute; bottom: 50px; left: 50%; z-index: 100; margin-left: -50px; width: 100px;}
.shares li .share_con img {width: 100px; height: 100px; vertical-align: top;}
.shares li.i1 a {background: url(../images/sina.png) top center no-repeat;}
.shares li.i2 a {background: url(../images/wechat.png) top center no-repeat;}
.shares li.i3 a {background: url(../images/jiaoyu.png) top center no-repeat;}
.shares li.i4 a {background: url(../images/tencent.png) top center no-repeat;}
.shares li.i5 a {background: url(../images/pp.png) top center no-repeat;}
.shares li.i6 a {background: url(../images/rmh.png) top center no-repeat;}
.shares li.i7 a {background: url(../images/dy.png) top center no-repeat;}
.shares li.i8 a {background: url(../images/bli.png) top center no-repeat;}
.shares li.i9 a {background: url(../images/yi.png) top center no-repeat;}
.shares li.i10 a {background: url(../images/ecust.png) top center no-repeat;}
.shares li a:hover {background-position: bottom center;}


/**Footer**/
.footer {background-color: #1a5f9a;}
.footer .inner {padding: 9px 0; background-color: #1a5f9a;}
.foot-left {float: left;}
.foot-left p {text-align: left;}
.foot-left p span {display: inline-block; line-height: 26px; font-size: 12px; color: #cbd6df; margin: 0 4px;}
.foot-left p span a {color: #cbd6df;}

/*friendship-link*/
.botlinks {margin: 13px -6px 13px -6px; float: right;}
.botlinks .links-wrap {float: left; display: inline-block; line-height: 24px; width: 161px;}
.botlinks .links-wrap .links-box {border: 1px solid #669ab6; margin: 0 6px; position: relative; cursor: pointer;}
.botlinks .links-wrap .links-box a.links-arrow {display: block; height: 24px; line-height: 24px; padding: 0 22px 0 10px; font-size: 12px; color: #dde4ea; background: url(../images/arrow.png) no-repeat right top; text-align: left;}
.botlinks .links-wrap .links-box a.links-arrow:hover, .botlinks .links-wrap .links-box.wrap-open a.links-arrow {color: #7ec3f9; background-position: right bottom; text-decoration: underline; cursor: pointer;}
.botlinks .links-wrap .links-box .link-items {display: none; position: absolute; right: -1px; bottom: 24px; width: 100%; height: auto; max-height: 192px; overflow: auto; overflow-x: hidden; background: #1a5f9a; z-index: 999; border: 1px solid #669ab6; border-bottom: 0;}
.botlinks .links-wrap .links-box .link-items a {display: block; line-height: 22px; padding: 5px 8px; color: #dde4ea;}
.botlinks .links-wrap .links-box .link-items a span {display: block; margin: 0 4px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.botlinks .links-wrap .links-box .link-items a:hover {color: #dde4ea; background: #0071ae; cursor: pointer;}


.column-news-list .wp_subcolumn_list .sublist-6 .cols_list .cols.n1 span.cols_title a{border: #333 1px solid;  padding: 2px;}
.column-news-list .wp_subcolumn_list .sublist-7 .cols_list .cols.n2 span.cols_title a{border: #333 1px solid;  padding: 2px;}
.column-news-list .wp_subcolumn_list .sublist-11 .cols_list .cols.n2 span.cols_title a{border: #333 1px solid;  padding: 2px;}
.column-news-list .wp_subcolumn_list .sublist-13 .cols_list .cols.n7 span.cols_title a{border: #333 1px solid;  padding: 2px;}
/**Animation**/
@keyframes move {
0% {transform:scale(1.2) translate(100px, -20px)}
50% {transform:scale(1.0)translate(10px, 20px)}
100% {transform:scale(1.0)translate(0px, 0px)}
}



.post-12 .news_date {
    float: left;
    width: 80px;
    height: 90px;
    display: inline-block;
    border: 1px solid #eee;
}

.post-12 .news_date span {
    display: block;
    line-height: 45px;
    text-align: center;
}

.post-12 .news_wz {
    padding-left: 100px;
}

.post-12 .news_date {}

.post-12 .news_date .date-week {
    color: #fff;
    background: #0071ae;
    height: 45px;
    font-size: 18px;
}

.post-12 .news_date .date-day {
    color: #0071ae;
}

.post-12 .news_list .news .news_time {
    color: #;
    margin: 9px 0;
}

.post-12 .news_list .news .news_type a {
    color: #0071ae;
}

.post-12 .news_list .news .news_title a:hover {
    color: #8ad4fd;
}
.post-12 .news_list .news .news_title a {
    /* padding: 0 12px; */
    color: #0071ae;
}
.post-12 .news_list .news .news_title {
    width: 100%;
    /* display: inline-block; */
    /* font-size: 16px; */
    /* color: #fff; */
    line-height: 23px;
    /* background: #0071ae; */
    /* padding: 0px 0px 0px 6px; */
    overflow: hidden;
    white-space: unset; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;float: none;
}

.post-12 {
    margin-top: 20px;
}
.post-12 .news_list .news {
    margin-bottom: 20px;
}

.column-news-list .wp_subcolumn_list .sublist-9 .cols_list .cols.n3 span.cols_title a {
    border: #333 1px solid;
    padding: 2px;
}
.column-news-list .wp_subcolumn_list .sublist-9 .cols_list .cols.n6 span.cols_title a {
    border: #333 1px solid;
    padding: 2px;
}
.column-news-list .wp_subcolumn_list .sublist-1 .cols_list .cols.n1 span.cols_title a span {
    border: #333 1px solid;
    padding: 2px;
}


.cols_list li.sk span.name {
    border: #333 1px solid;
    padding: 2px;
}
.cols_list li.sk span.name a {
    border: 0 !important;
    padding: 0 !important;
}
.cols_list li span.name a {
    border: 0 !important;
    padding: 0 !important;
}