@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: #1182e0;}
.wrapper {width: 100%; background-color: #fff;}
.wrapper .inner {width: auto; max-width: 1514px; margin: 0 auto;}

/*滚动条*/
::-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;}


/**头部**/
.header {background: url(../images/headerbg.jpg) center no-repeat;}
.header .inner {padding: 9px 0;}

/*logo*/
.logo-panel {float: left;}
.logo-window {padding: 20px 0; margin-left: 10px;}
.logo-window img {vertical-align: middle;}

/*搜索*/
.search-panel {float: right; position: relative; margin-top: 33px;}
.search-window {overflow: hidden; width: 48px; background: #f8b62a; border-radius: 48px;}
.search-con {width: 48px; height: 48px; border: 0; outline: 0; background: url(../images/searchbg.png) center no-repeat; position: absolute; right: 0; top: 0; z-index: 120; cursor: pointer;}
.wp-search {position: relative;}
.wp-search form {display: block;}
.wp-search .search-input {margin: 0 48px 0 12px;}
.wp-search .search-input input.search-title {width: 100%; height: 48px; line-height: 48px; border: 0; outline: 0; background: none; color: #fff; font-size: 14px;}
.wp-search .search-btn {width: 48px; height: 48px; position: absolute; right: 0; top: 0;}
.wp-search .search-btn input.search-submit {width: 48px; height: 48px; border: 0; outline: 0; background: url(../images/searchbg.png) center no-repeat; cursor: pointer;}

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {color: #fff;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {color: #fff;}
/* Mozilla Firefox 19+ */
::-moz-placeholder {color: #fff;}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {color: #fff;}


/**主导航**/
.navi {background-color: #fff; border-top: 6px solid #01a6f6; box-shadow: 0 3px 5px #bce8e8; position: relative; z-index: 9999;}
.main-nav-panel {}
.menu-switch-arrow {display: none;}
.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 34px; height: 52px; line-height: 52px; color: #4b4b4b; font-size: 18px;}
.main-nav-panel .menu .menu-item a.menu-link:hover {text-decoration: none; color: #fff; background-color: #0062ac;}
.main-nav-panel .menu .menu-item a.menu-link.parent {background-color: #0062ac; color: #fff;}
.main-nav-panel .menu .menu-item.i1 a.menu-link {background: url(../images/mainbg.png) 10px center no-repeat;}
.main-nav-panel .menu .menu-item.i1 a.menu-link:hover {background: #0062ac url(../images/mainbgh.png) 10px center no-repeat;}
.main-nav-panel .sub-menu {background-color: #0062ac; display: none; position: absolute; left: 0; top: 52px; z-index: 100; min-width: 200%;}
.main-nav-panel .sub-menu .sub-item {position: relative; white-space: nowrap; vertical-align: top; _zoom: 1; border-bottom: 1px solid #1c73b5;}
.main-nav-panel .sub-menu .sub-item a {display: block; color: #fff; font-size: 16px; height: 46px; line-height: 46px; padding: 0 20px; display: block;}
.main-nav-panel .sub-menu .sub-item a:hover {background: #005FA8; display: block;}
.main-nav-panel .sub-menu .sub-menu {left: 100%; top: 0; z-index: 200; background-color: #e6e6e6; border-left: 1px solid #ddd;}


/**Jumbotron**/
.jumbotron {padding: 32px 0 40px 0; background: url(../images/focusbg.png) repeat;}
.jumbotron .inner {padding: 0; background: #fff;}
.jumbotron .mod-wrap {width: 100%; float: left;}
.jumbotron .mod-wrap .mod-box {margin-right: 50px;}
.jumbotron .mod_left {float: right; width: 65%;}
.jumbotron .mod_right {float: right; width: 35%;}
.focus.focus-box {padding-bottom: 58px;}
.focus .focus-container {overflow: inherit;}
.focus .focus-container .focus-item {transition: all 0.5s;}
.focus-news .con {padding: 0; position: relative;}
.focus-news .news_list .news {}
.focus-news .news_list .news .news_con {}
.focus-news .news_list .news .news_con .news_arti {padding: 15px 0 25px; position: relative;}
.focus-news .news_list .news .news_con .news_arti .news_title {float: none; width: auto; padding: 0 50px; font-size: 32px; margin: 35px 0 150px 0; line-height: 46px; max-height: 92px; height: 92px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; white-space: inherit;}
.focus-news .news_list .news .news_con .news_arti .news_text {float: none; padding: 40px 50px 0 50px; margin-bottom: 20px; line-height: 35px; max-height: 140px; font-size: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; border-top: 4px solid #0062ac; color: #686868;}
.focus-news .news_list .news .news_con .news_arti .news_more {padding: 0 50px; font-size: 18px; color: #b01e34;}
.focus-news .news_list .news .news_con .news_arti .news_more a {color: #b01e34;}
.focus-news .news_list .news .news_con .news_arti .news_more a:hover {color: #1182e0;}
.focus-news .focus-num {position: absolute; top: 252px; left: 50px;}
.focus-news .focus-num span {display: inline-block; width: 12px; height: 12px; margin-right: 8px; border: 3px solid #ababab; border-radius: 50%; background: #ababab; transition: all 0.5s; cursor: pointer;}
.focus-news .focus-num span.active {border: 3px solid #0062ac; background: #fff;}


/**列表页**/
.list .container {margin-top: 30px;}

/*列表页banner图*/
.banner .inner {max-width: 100%; overflow: hidden;}
.column_img img, .banner_img img {width: 100%; max-height: 260px; vertical-align: top;}

/*列表结构*/
.column-menu {width: 260px; background-color: #fff; position: relative; float: left; margin-right: -260px;}
.column-news {float: right; width: 100%;}
.column-news .column-news-box {margin-left: 310px; margin-right: 15px;}

/*栏目列表*/
.column-head {background: #0062ac; line-height: 36px; text-align: center;}

/*位置栏目背景*/
.column-head .column-anchor {padding: 10px;}
.column-head .column-anchor .column-switch {display: block; width: 30px; height: 36px; float: right; display: none; background: url(img/menu-dot-white.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title {display: inline-block; font-size: 20px; font-weight: normal; color: #fff;}

/*位置栏目字体*/
.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: #383838; background-color: #fff;}
.column-list-wrap li a:hover {color: #fff; text-decoration: none; background-color: #0975c7;}
.column-list-wrap li.selected a.selected {color: #fff; background-color: #0975c7;}
.column-list-wrap li a span {display: block; padding: 10px; padding-left: 75px; line-height: 26px;}
.column-list-wrap .sub-list li a {font-size: 15px; background-color: #fff;}
.column-list-wrap .sub-list li a:hover {background-color: #0975c7; color: #fff;}
.column-list-wrap .sub-list li.selected a.selected {background-color: #0975c7; color: #fff;}
.column-list-wrap .sub-list li a span {padding: 8px 10px; padding-left: 85px; line-height: 26px;}
.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 {background-color: #0975c7;}
.column-list-wrap .sub-list .sub-list li.selected a.selected {background-color: #0975c7;}
.column-list-wrap .sub-list .sub-list li a span { padding: 6px 10px; padding-left: 95px; line-height: 26px;}

/*栏目新闻*/
.list-head {padding: 10px 0; border-bottom: 2px solid #e5e5e5;}
.list-meta .column-title {float: left; display: inline-block; white-space: nowrap; line-height: 36px; font-size: 22px; color: #116aad;}

/*当前位置*/
.list-meta .column-path {float: right; line-height: 36px; color: #888;}
.list-meta .column-path a {color: #888;}
.list-meta .column-path a:hover {color: #1182e0;}
.list-meta .possplit {background: url(../images/posbg.png) center no-repeat; width: 20px; display: inline-block;}

/*栏目新闻列表*/
.column-news-con {padding: 10px 0; min-height: 350px;}
.column-news-list .column-news-item {display: block; position: relative; border-bottom: 1px dashed #b1b1b1; line-height: 1.4em; padding: 5px 0; padding-left: 10px; background: url(img/dot.png) no-repeat 2px 13px;}
.cols_list {width: 100%; display: inline-block;}
.cols_list .cols {width: 100%; display: inline-block; border-bottom: 1px dashed #e1e1e1;}
.cols_list .cols .cols_title {width: 82%; line-height: 38px; font-size: 16px; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.cols_list .cols .cols_title a {color: #333;}
.cols_list .cols .cols_title a:hover {color: #1182e0;}
.cols_list .cols .cols_meta {float: right; font-size: 16px; color: #777; line-height: 38px;}
.wp_entry {width: auto; margin: 0 4px;}
.wp_entry, .wp_entry p {line-height: 32px; font-size: 15px; text-align: justify;}
.wp_entry p {margin-bottom: 11px;}

/*分页*/
.wp_paging {display: block; margin: 0; padding: 0; list-style: none; font-size: 14px; font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif; color: #494949; float: right; margin: 15px 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: #666; line-height: 25px; height: 25px;}
.wp_paging li a:hover {color: #1182e0;}
.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-news-list .wp_entry img {vertical-align: middle; max-width: 100%; _width:expression(this.width > 800 ? "880px" : this.width);}


/**文章页**/
.info .container {margin-top: 30px;}
.info-box {margin: 0 20px; min-height: 350px;}
.article {padding: 15px 0;}
.article h1.arti-title {line-height: 34px; padding: 5px; text-align: center; font-size: 28px; font-weight: normal; color: #1485e5;}
.article h3.arti-title {line-height: 28px; padding: 3px 3px 6px 3px; text-align: center; font-size: 20px; font-weight: normal; color: #777; border-bottom: 2px solid #ECECEC;}

/*文章标题*/
.article .arti-metas {line-height: 22px; text-align: center; padding: 10px 0; margin-bottom: 5px;}
.article .arti-metas span {display: inline-block; margin: 0 10px; font-size: 12px; color: #787878;}

/*文章其他属性*/
.article .entry {margin: 0 4px; overflow: hidden;}

/*文章内容*/
.article .entry, .article .entry p {line-height: 1.7; font-size: 15px; text-align: justify;}
.article .entry p {margin-bottom: 11px;}

/*文章阅读部分图片大小限制*/
.wp_articlecontent img {display: block; margin: 0 auto!important;}
.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;}

/*文章分享（百度分享）*/
#bdshare {margin-top: 10px;}


/**主体**/

/*新闻基础样式*/
.tt {display: inline-block; vertical-align: top; width: 100%; margin-bottom: 22px;}
.tt .tit {display: inline-block; font-weight: normal; float: left;}
.tt .tit .title {display: inline-block; font-size: 28px; color: #0062ac; line-height: 46px; font-weight: bold;}
.more_btn {display: inline-block; line-height: 46px; float: right;}
.more_btn .more_text {font-size: 14px; cursor: pointer; color: #707070; transition: all 0.4s ease-in-out;}
.more_btn .more_text:hover {color: #1384e4;}
.news_list {}
.news_list .news {width: 100%; float: left;}
.news_list .news .news_title {float: left; font-size: 16px; line-height: 30px; color: #2b2b2b; width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_list .news .news_title a {color: #383838;}
.news_list .news .news_title a:hover {color: #1495ea;}

.container {}
#container-1 {background: #f3f3f1;}
#container-1 .inner {padding: 46px 0 52px 0;}
#container-1 .mod_left {width: 31.7%;
    float: left;
    margin-right: 5%;}
#container-1 .mod_center {
    width: 31.7%;
    float: left;
}
#container-1 .mod_right {width: 24.1%;
    float: right;}
#container-2 {background: #fff;}
#container-2 .inner {padding: 56px 0 44px 0;}
#container-3 {background: #fff;}
#container-3 .inner {padding: 38px 0 67px 0;}
#container-3 .main-tt-wrap {}

.post-5 .tt .tit .title {background: url(../images/icon1.png) left center no-repeat; padding-left: 40px;}
.post-5 .news_list {margin: 0 -21px;}
.post-5 .news_list .news {width: 50%;}
.post-5 .news_list .news .news_box {margin: 0 21px; cursor: pointer;}
.post-5 .news_list .news .news_box .news_imgs {padding-top: 55.1%; background-color: #eaeaea; position: relative; overflow: hidden; border-bottom: 4px solid #0062ac;}
.post-5 .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-5 .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-5 .news_list .news .news_box .news_con {margin: 26px 0 14px 0;}
.post-5 .news_list .news .news_box .news_con .news_title {width: 100%; line-height: 20px; margin-bottom: 14px; transition: all 0.4s ease-in-out;}
.post-5 .news_list .news .news_box:hover .news_con .news_title {color: #1182e0;}
.post-5 .news_list .news .news_box .news_con .news_text {width: 100%; display: inline-block; font-size: 14px; color: #717171; line-height: 20px; height: 40px; max-height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.post-5 .news_list .news .news_box .news_more {background: url(../images/morebg_blue.png) right center no-repeat; font-size: 12px; color: #0062ac; line-height: 26px; display: inline-block; padding-right: 24px; transition: all 0.4s ease-in-out;}
.post-5 .news_list .news .news_box:hover .news_more {color: #1485e5;}

.post-6 .tt .tit .title {background: url(../images/icon2.png) left center no-repeat; padding-left: 42px; color: #b01e34;}
.post-6 .news_list .news .news_box {margin: 0; cursor: pointer;}
.post-6 .news_list .news .news_box .news_imgs {padding-top: 55.1%; background-color: #eaeaea; position: relative; overflow: hidden; border-bottom: 4px solid #b01e34;}
.post-6 .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-6 .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-6 .news_list .news .news_box .news_con {margin: 26px 0 14px 0;}
.post-6 .news_list .news .news_box .news_con .news_title {width: 100%; line-height: 20px; margin-bottom: 14px;}
.post-6 .news_list .news .news_box:hover .news_con .news_title {color: #1182e0;}

.post-6 .news_list .news .news_box .news_con .news_text {width: 100%; display: inline-block; font-size: 14px; color: #717171; line-height: 20px; height: 40px; max-height: 40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.post-6 .news_list .news .news_box .news_more {background: url(../images/morebg_red.png) right center no-repeat; font-size: 12px; color: #b01e34; line-height: 26px; display: inline-block; padding-right: 24px; transition: all 0.4s ease-in-out;}
.post-6 .news_list .news .news_box:hover .news_more {color: #1485e5;}

.post-7 .menu {margin: 0 auto;}
.post-7 .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100; width:100%;    margin-bottom: 30px;}
.post-7 .menu .menu-item a.menu-link {display: block; padding: 34px 0; height: 46px; line-height: 46px; color: #fff; font-size: 18px; font-weight: bold; text-align: center; background: #67b34f;}
.post-7 .menu .menu-item.i1 a.menu-link {background: #67b34f;}
.post-7 .menu .menu-item.i2 a.menu-link {background: #3291d6;}
.post-7 .menu .menu-item.i3 a.menu-link {background: #e8c13b;}
.post-7 .menu .menu-item.i4 a.menu-link {background: #0162ad;}
.post-7 .menu .menu-item.i5 a.menu-link {background: #169096;}
.post-7 .menu .menu-item a.menu-link:hover {text-decoration: none; opacity: 0.8; filter:alpha(opacity=80);}
.post-7 .menu .menu-item a.menu-link .menu-name {display: inline-block; background: url(../images/navbg1.png) left center no-repeat; padding-left: 56px;}
.post-7 .menu .menu-item.i1 a.menu-link .menu-name {background:url(../images/bmxt.png) left center no-repeat;}
.post-7 .menu .menu-item.i2 a.menu-link .menu-name {background:url(../images/sswsbm.png) left center no-repeat;}
.post-7 .menu .menu-item.i3 a.menu-link .menu-name {background:url(../images/bswsbm.png) left center no-repeat; padding-left: 48px;}


.post-8 .main-tit {margin: 0 auto;}
.post-8 .main-tit .tab-title {display: inline-block;}
.post-8 .main-tit .tab-title a {color: #787878; font-weight: bold; font-size: 28px; line-height: 46px; padding: 0 30px 0 42px; background: url(../images/tab1.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i1 a {background:url(../images/sszs.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i2 a {background:url(../images/bszs.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i3 a {background:url(../images/gatzs.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i4 a {background:url(../images/lxszs.png) left center no-repeat; padding-left: 40px;}
.post-8 .main-tit .tab-title.selected a {color: #0062ac; background: url(../images/sszsh.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i1.selected a {background: url(../images/sszsh.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i2.selected a {background: url(../images/bszsh.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i3.selected a {background:url(../images/garzsh.png) left center no-repeat;}
.post-8 .main-tit .tab-title.i4.selected a {background: url(../images/lxszsh.png) left center no-repeat;}


.post-9 .con, .post-10 .con, .post-11 .con, .post-12 .con, .post-13 .con {margin: 0 -23px;}
.post-9 .news_wrap, .post-10 .news_wrap, .post-11 .news_wrap, .post-12 .news_wrap, .post-13 .news_wrap {width: 33.3%; float: left;}
.post-9 .news_wrap .news_list, .post-10 .news_wrap .news_list, .post-11 .news_wrap .news_list, .post-12 .news_wrap .news_list, .post-13 .news_wrap .news_list {margin: 0 23px;}
.post-9 .news_wrap .news_list .news, .post-10 .news_wrap .news_list .news, .post-11 .news_wrap .news_list .news, .post-12 .news_wrap .news_list .news, .post-13 .news_wrap .news_list .news {margin-bottom: 23px;}
.post-9 .news_wrap .news_list .news .news_box, .post-10 .news_wrap .news_list .news .news_box, .post-11 .news_wrap .news_list .news .news_box, .post-12 .news_wrap .news_list .news .news_box, .post-13 .news_wrap .news_list .news .news_box {margin: 0; cursor: pointer;}
.post-9 .news_wrap .news_list .news .news_box .news_date, .post-10 .news_wrap .news_list .news .news_box .news_date, .post-11 .news_wrap .news_list .news .news_box .news_date, .post-12 .news_wrap .news_list .news .news_box .news_date, .post-13 .news_wrap .news_list .news .news_box .news_date {float: left; width: 70px; margin-right: -70px; position: relative; text-align: center; display: inline-block; font-size: 14px;}
.post-9 .news_wrap .news_list .news .news_box .news_date .date-month, .post-10 .news_wrap .news_list .news .news_box .news_date .date-month, .post-11 .news_wrap .news_list .news .news_box .news_date .date-month, .post-12 .news_wrap .news_list .news .news_box .news_date .date-month, .post-13 .news_wrap .news_list .news .news_box .news_date .date-month {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-top: 2px solid #f8b62c; display: block; line-height: 33px; color: #000; background: #fff url(../images/triangle.png) center top no-repeat;}
.post-9 .news_wrap .news_list .news .news_box .news_date .date-year, .post-10 .news_wrap .news_list .news .news_box .news_date .date-year, .post-11 .news_wrap .news_list .news .news_box .news_date .date-year, .post-12 .news_wrap .news_list .news .news_box .news_date .date-year, .post-13 .news_wrap .news_list .news .news_box .news_date .date-year {background: #0062ac; display: block; line-height: 30px; color: #fff; transition: all 0.4s ease-in-out;}
.post-9 .news_wrap .news_list .news .news_box:hover .news_date .date-year, .post-10 .news_wrap .news_list .news .news_box:hover .news_date .date-year, .post-11 .news_wrap .news_list .news .news_box:hover .news_date .date-year, .post-12 .news_wrap .news_list .news .news_box:hover .news_date .date-year, .post-13 .news_wrap .news_list .news .news_box:hover .news_date .date-year {background: #1182e0;}
.post-9 .news_wrap .news_list .news .news_box .news_con, .post-10 .news_wrap .news_list .news .news_box .news_con, .post-11 .news_wrap .news_list .news .news_box .news_con, .post-12 .news_wrap .news_list .news .news_box .news_con, .post-13 .news_wrap .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-9 .news_wrap .news_list .news .news_box .news_con .news_arti, .post-10 .news_wrap .news_list .news .news_box .news_con .news_arti, .post-11 .news_wrap .news_list .news .news_box .news_con .news_arti, .post-12 .news_wrap .news_list .news .news_box .news_con .news_arti, .post-13 .news_wrap .news_list .news .news_box .news_con .news_arti {margin-left: 85px;}
.post-9 .news_wrap .news_list .news .news_box .news_con .news_arti .news_title, .post-10 .news_wrap .news_list .news .news_box .news_con .news_arti .news_title, .post-11 .news_wrap .news_list .news .news_box .news_con .news_arti .news_title, .post-12 .news_wrap .news_list .news .news_box .news_con .news_arti .news_title, .post-13 .news_wrap .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; white-space: normal; text-overflow: initial; color: #373737; max-height: 60px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.4s ease-in-out;}
.post-9 .news_wrap .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-10 .news_wrap .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-11 .news_wrap .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-12 .news_wrap .news_list .news .news_box:hover .news_con .news_arti .news_title, .post-13 .news_wrap .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #1182e0;}


/**Faculty**/
.faculty {}
.faculty .inner {padding: 42px 0 50px 0; max-width: 1282px;}
.faculty .mod_left {float: left; width: 40.56%; margin-top: 113px;}
.faculty .mod_right {}

.post-14 {}
.post-14 .more_btn {float: none; margin-top: 10px;}
.post-14 .more_btn .more_text {color: #0062ac;}
.post-14 .more_btn .more_text:hover {color: #1384e4;}
.post-14 .news_list .slick-list {margin: 0 -20px;}
.post-14 .news_list .news .news_box {margin: 0 20px; cursor: pointer;}
.post-14 .news_list .news .news_box .news_con {display: block; padding: 0 20px;}
.post-14 .news_list .news .news_box .news_con .news_title {width: 100%; display: inline-block; color: #0062ac; font-weight: bold; font-size: 24px; margin-bottom: 30px; transition: all 0.4s ease-in-out;}
.post-14 .news_list .news .news_box:hover .news_con .news_title {color: #1182e0;}
.post-14 .news_list .news .news_box .news_text {width: 100%; font-size: 16px; color: #5f5f5f; line-height: 30px; max-height: 120px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; transition: all 0.4s ease-in-out;}
.post-14 .news_list .news .news_box:hover .news_text {color: #888;}

.post-15 .slick-left {width: 100%; float: left;}
.post-15 .slick-left .slick-con {margin-right: 165px;}
.post-15 .slick-right {float: right; width: 113px; position: relative; margin: 55px 0 0 -113px;}
.post-15 .news_list.slick-for .news {width: 100%;}
.post-15 .news_list.slick-for .news .news_box {position: relative; cursor: pointer;}
.post-15 .news_list.slick-for .news .news_box .news_wrap {width: 400px;border: 8px solid #fff;border-radius: 50%;overflow: hidden;position: relative;z-index: 10000;box-shadow: 0px 2px 3px #0000002e;    right: -196px;}
.post-15 .news_list.slick-for .news .news_box .news_wrap .news_imgs {background-color: #eaeaea; position: relative; overflow: hidden; padding-top: 100%;}
.post-15 .news_list.slick-for .news .news_box .news_wrap .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-15 .news_list.slick-for .news .news_box:hover .news_wrap .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-15 .news_list.slick-for .news .news_box .news_con {
    width: 380px;
    display: block;
    padding-left: 105px;
    float: left;
    margin-top: 105px;
}
.post-15 .news_list.slick-for .news .news_box .news_con .news_title {
	    padding-left: 40px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 28px;
    color: #0062ac;
    line-height: 30px;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
		    background: url(../images/yxxs.png) no-repeat left center;
}
.post-15 .news_list.slick-for .news .news_box:hover .news_con .news_title {color: #1182e0;}
.post-15 .news_list.slick-for .news .news_box .news_con .news_text {
    width: 100%;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #484646;
		padding-left: 22px;
}
.post-15 .news_more {
	    margin-top: 35px;
    border: 1px solid #0062ac;
    width: 57px;
    padding: 10px 20px;
    font-size: 14px;
    color: #0062ac;
		    margin-left: 22px;
}
.post-15 .news_list.slick-for .news .news_box .news_icon {
    position: absolute;
    bottom: 197px;
    left: 97px;
    background: url(../images/iconbg.jpg) bottom center no-repeat;
    width: 8px;
    height: 50px;
    z-index: 9999;
}
.post-15 .news_list.slick-nav {margin: -3.5px 0;}
.post-15 .news_list.slick-nav .news {height: 113px; border: 0;}
.post-15 .news_list.slick-nav .news .news_box {margin: 3.5px 29px 3.5px 0; opacity: 0.6; filter: alpha(opacity=60); transition: all 0.4s; cursor: pointer;}
.post-15 .news_list.slick-nav .news .news_box:hover {opacity: 1; filter: alpha(opacity=100);}
.post-15 .news_list.slick-nav .news.slick-current .news_box {opacity: 1; filter: alpha(opacity=100); margin: 3.5px 0 3.5px 9px;}
.post-15 .news_list.slick-nav .news .news_box .news_wrap {margin: 15px 0; border: 6px solid #fff; border-radius: 50%; overflow: hidden; cursor: pointer;}
.post-15 .news_list.slick-nav .news.slick-current .news_box .news_wrap {margin: 0;}
.post-15 .news_list.slick-nav .news .news_box .news_wrap .news_imgs {background-color: #eaeaea; position: relative; overflow: hidden; height: 72px;}
.post-15 .news_list.slick-nav .news.slick-current .news_box .news_wrap .news_imgs {height: 92px;}
.post-15 .news_list.slick-nav .news .news_box .news_wrap .news_imgs img {width: 100%; height: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 100%;}


/**Link**/
.link {}
.link .inner {position: relative; padding: 28px 0;}
.link-tit {width: 140px; font-size: 28px; display: inline-block; float: left; position: relative; font-weight: bold; line-height: 46px; background: url(../images/linkbg.png) left center no-repeat; padding-left: 32px; color: #555; margin-right: -172px;}
.link-wrap {width: 100%; float: left;}
.link-wrap .link-box {margin-left: 176px;}
.link-wrap .link-box .menu {margin: 0 auto;}
.link-wrap .link-box .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100;}
.link-wrap .link-box .menu .menu-item a.menu-link {display: inline-block; padding: 0 30px; height: 46px; line-height: 46px; color: #757575; font-size: 16px;}
.link-wrap .link-box .menu .menu-item a.menu-link:hover {text-decoration: none; color: #1182e0;}
.goTop {border: 1px solid #dddddd; position: absolute; right: -36px; top: 50%; margin-top: -18px; font-size: 12px; color: #666; background: url(../images/top.png) center 4px no-repeat; line-height: 18px; padding: 16px 5px 0 5px; cursor: pointer;}


/**Site**/
.site {background: url(../images/sitebg.jpg) center no-repeat;}
.site .inner {padding: 24px 0;}
.site-wrap {width: 100%; float: left;}
.site-wrap .site-con {}
.site-foot-logo {float: left; margin-top: 27px;}
.site-foot-logo:hover img {transform: rotateY( 360deg ); transition: all 3s; -webkit-transform: rotateY(-360deg);}
.site-address {float: left; margin-top: 13px;    margin-left:6%;}
.site-address .address-top {margin-bottom: 18px;}
.site-address p {text-align: left;}
.site-address p span {font-size: 13px; color: #dee8f7; line-height: 18px; text-align: left; display: inline-block;}
.site-code {float: right; width: 224px; margin-left: -224px; position: relative;}
.shares {text-align: right;}
.shares ul {margin: 0 -9px;}
.shares li {float: left; margin: 8px 0; position: relative; padding: 0; width: 25%;}
.shares li .share_box {margin: 0 9px;}
.shares li a {display: inline-block; width: 42px; height: 42px; line-height: 22px; vertical-align: top; padding: 0; margin: 0; background: url(../images/sina.png) top center no-repeat;}
.shares li .share_con {display: none; position: absolute; bottom: 45px; 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/twitter.png) top center no-repeat;}
.shares li.i4 a {background: url(../images/facebook.png) top center no-repeat;}
.shares li.i5 a {background: url(../images/youtube.png) top center no-repeat;}
.shares li.i6 a {background: url(../images/link.png) top center no-repeat;}
.shares li.i7 a {background: url(../images/hot.png) top center no-repeat;}
.shares li.i8 a {background: url(../images/net.png) top center no-repeat;}
.shares li a:hover {background-position: bottom center;}
/**友情链接**/
.botlinks .links-wrap {position: relative;float: left;display: inline-block;/* margin:4px 10px; */width: 230px;line-height: 40px;/* background: #fff; */border: 1px solid #cee5f7;}
.botlinks .links-wrap a.links-arrow {
    font-size: 13px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 35px;
    color: #fff;
    background:url(../images/link1.png) no-repeat 206px;
}
.site-ewm {
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 105px;
    float: left;
    margin-left:6%;
}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #fff; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute;
    left: 0;
    bottom: 41px;
    width: auto;
    min-width: 230px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
    z-index: 10000;}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #fff; background: #00579a; cursor: pointer;}/**链接样式**/
.site-link.botlinks {
    float: left;
    margin-left: 6%;
		    margin-top: 35px;
}
/**Footer**/
.footer {background: #00579a; border-bottom: 5px solid #f8b62c;}
.footer .inner {padding: 12px 0;}
.footer .inner .foot {display: block; text-align: center;}
.footer .inner .foot p {margin: 0 5px; display: inline-block; text-align: center;}
.footer .inner .foot p span {margin: 0 2px; color: #cbd6e4; line-height: 22px; font-size: 13px; text-align: center;}
.tit{
	    display: block;
    line-height: 15px;
    margin-top: 5px;
	}
	.post-90 .news_wrap{
    width:100%;
    float: left;
}
.modl {
    float: left;
    width: 64%;
}
.modr {
    width: 31.8%;
    float: right;
}
.post-101{
	margin-top: 18px;
    float: left;
    width: 41.8%;
}
.post-901{
	 margin-top: 5px;
    float: right;
    width: 54.1%;
}
.post-500 .tit {
    padding-left:40px;
    background:url(../images/tzgg.png) no-repeat left center;
}
.post-501 .tit {
    padding-left: 40px;
    background:url(../images/xxgk.png) no-repeat left center;
}
.post-221 .tit {
   width: 180px;
    margin:0 auto;
    padding-left: 40px;
    background: url(../images/zsxc.png) no-repeat left center;
    display: block;
    float: none;
}
.post-21 .tit {
    padding-left: 40px;
    background:url(../images/bklq.png) no-repeat left center;
}

#container-3 span.news_meta {
    float: right;
    line-height: 52px;
}
#container-3 .news_list .news .news_title {
    float: left;
    font-size: 16px;
    line-height: 52px;
    color: #2b2b2b;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
		background:url(../images/icon3.png) no-repeat left center;
		    padding-left: 10px;
}
#container-3 .news_list .news {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #d0d0d0;
}
#container-3 .news_list .n6{
    width: 100%;
    float: left;
    border-bottom: 0px dashed #d0d0d0 !important;
}
#container-3 .tt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0px;
}
}
#container-3 .tit {
    display: block;
    line-height: 15px;
     margin-top: 0px; 
}
.dtjt8_div_img{height: auto !important;width: auto !important;position:relative;overflow:hidden;}
.dtjt8_div_img .number {
    display: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
#container-4 {
	padding-bottom: 60px;
    background: #f3f3f1;
}
.playlist {
    display: none;
}
#container-4 .tt {
	    margin-top: 55px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 32px;
}
.container4 {
    display:none;
}

