@charset "UTF-8"; 

/**Base Reset**/
* {margin: 0; padding: 0;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-y: scroll; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
:focus {outline: 0;}
img {border: 0;}
a img {vertical-align: middle;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
.clear {width: 100%; height: 0; line-height: 0; font-size: 0; overflow: hidden; clear: both; display: block; _display: inline;}
.none {display: none;}
.hidden {visibility: hidden;}
.clearfix:after {clear: both; content: ""; display: block; height: 0; visibility: hidden;}
.clearfix {display: block; *zoom:1;}
body, p {font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial; color: #333; font-family: "Microsoft YaHei";}
body {background-color: #fff;}
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); box-shadow: 0px 0px 10px rgba(0,0,0,.8);}
a {text-decoration: none; color: #333; transition: all 0.4s ease-in-out;}
a:hover {text-decoration: none; color: #f8b62c;}
.wrapper {width: 100%; background-color: #fff;}
.wrapper .inner {width: auto; max-width: 1400px; margin: 0 auto;}

/*Scroll*/
::-webkit-scrollbar {width: 6px; height: 6px; background-color: #F5F5F5;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background-color: #FFF;}
::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #AAA;}

/*Animation*/
@keyframes pulse {
0% {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
25% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px);}
50% {-webkit-transform: translate(0, 20px); transform: translate(0, 5px);}
75% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px);}
100% {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
}

@keyframes unpulse {
0% {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
25% {-webkit-transform: translate(0, -10px); transform: translate(0, -10px);}
50% {-webkit-transform: translate(0, -20px); transform: translate(0, -5px);}
75% {-webkit-transform: translate(0, -10px); transform: translate(0, -10px);}
100% {-webkit-transform: translate(0, 0); transform: translate(0, 0);}
}


/**Header**/
.header {background: url(../images/headerbg.jpg) center no-repeat;}
.header .inner {padding: 14px 0;}

/*logo*/
.logo-panel {float: left;}
.logo-window {padding: 10px 0; margin-left: 10px;}
.logo-window img {vertical-align: middle;}

/*hotline*/
.hotline-panel {float: right; margin: 12px 0 10px 0;}
.hotline-window .hotline-num {width: 100%; color: #fff; font-size: 20px; line-height: 34px; cursor: pointer;}

/*search*/
.search-panel {float: right; clear: right; width: 18%;}
.search-window {background: #fff; overflow: hidden; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
.search {position: relative; height: 32px; overflow: hidden;}
.search .search-input {margin: 0 38px 0 6px;}
.search .search-input input.search-title {width: 100%; height: 20px; line-height: 20px; border: 0; outline: 0; background: none; color: #848484; font-size: 15px; padding: 6px 0;}
.search .search-input input.search-title:-webkit-autofill {box-shadow: 0 0 0 1000px #fff inset; -webkit-box-shadow: 0 0 0 1000px #fff inset; -webkit-text-fill-color: #848484;}
.search .search-btn {width: 38px; height: 32px; position: absolute; right: 0; top: 50%; margin-top: -16px;}
.search .search-btn input.search-submit {width: 100%; height: 32px; border: 0; outline: 0; background: #01a6f6 url(../images/web-icon.png) -79px -22px no-repeat; cursor: pointer;}


/**Navi**/
.navi {background: #2056a5; border-top: 6px solid #01a6f6;}
.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 53px; height: 80px; line-height: 80px; color: #fff; font-size: 20px; background: url(../images/navbg.png) center 66px no-repeat;}
.main-nav-panel .menu .menu-item a.menu-link:hover, .main-nav-panel .menu .menu-item a.menu-link.parent {text-decoration: none; color: #fff; background: url(../images/navbgh.png) center 66px no-repeat;}
.main-nav-panel .sub-menu {background-color: #2056a5; display: none; position: absolute; left: 0; top: 80px; z-index: 100; min-width: 100%; text-align: center;}
.main-nav-panel .sub-menu .sub-item {position: relative; white-space: nowrap; vertical-align: top; _zoom: 1;}
.main-nav-panel .sub-menu .sub-item a {display: block; color: #fff; height: 50px; line-height: 50px; padding: 0 10px; display: block; font-size: 18px;}
.main-nav-panel .sub-menu .sub-item a:hover {color: #fff; display: block;}
.main-nav-panel .sub-menu .sub-menu {left: 100%; top: 0; z-index: 200; background-color: #2056a5; display: none!important;}


/**List**/

/*list-banner*/
.column_img img, .banner_img img {width: 100%; height: auto; min-height: 300px; max-height: 400px; vertical-align: top;}

/*col-wrap*/
.column-menu {width: 260px; background-color: #f5f5f5; position: relative; float: left; margin: 0 -260px 40px 0;}
.column-news {float: right; width: 100%;}
.column-news .column-news-box {margin-left: 300px;}

/*col-head*/
.column-head {background: #2056a5; line-height: 30px;}
.column-head .column-anchor {padding: 10px;}
.column-head .column-anchor .column-switch {display: block; width: 30px; height: 24px; float: right; display: none; background: url(img/menu-dot-white.png) no-repeat center;}
.column-head .column-anchor h3.anchor-title {width: 100%; display: inline-block; float: left; font-size: 20px; font-weight: normal; color: #fff; text-align: center;}

/*column-list*/
.column-list-wrap li {width: 100%; vertical-align: bottom;}
.column-list-wrap li a {display: block; width: 100%; border-bottom: 1px solid #d8d2d2; font-size: 16px; color: #333; background-color: #eff0f0;}
.column-list-wrap li a:hover {color: #fff; text-decoration: none; background-color: #2966bf;}
.column-list-wrap li.selected a.selected {color: #fff; background-color: #2966bf;}
.column-list-wrap li a span {display: block; padding: 10px 10px 10px 60px; line-height: 28px;}
.column-list-wrap .sub-list li a {font-size: 15px;}
.column-list-wrap .sub-list li a span {padding: 8px 10px 8px 70px;}
.column-list-wrap .sub-list .sub-list li a {font-size: 14px;}
.column-list-wrap .sub-list .sub-list li a span {padding: 10px 10px 10px 80px;}

/*current location*/
.list-head {padding: 10px 0; border-bottom: 2px solid #e5e5e5;}
.list-meta .column-title {float: left; display: inline-block; white-space: nowrap; line-height: 28px; font-size: 18px; color: #0061ae;}
.list-meta .column-path {float: right; line-height: 28px; color: #8a8a8a;}
.list-meta .column-path a {color: #8a8a8a;}
.list-meta .column-path a:hover {color: #f8b62c;}
.list-meta .column-path .possplit {background: url(../images/web-icon.png) center -779px no-repeat; width: 18px; display: inline-block;}

/*column-news-list*/
.column-news-con {padding: 10px 0; margin-bottom: 20px; min-height: 300px;}
.column-news-con .loading {width: 100%; text-align: center; margin-top: 80px;}
.cols_list {width: 100%;}
.cols_list .cols {width: 100%; display: inline-block; border-bottom: 1px solid #e0dddd;}
.cols_list .cols_error {width: 100%; text-align: center; font-size: 18px; line-height: 40px; margin-top: 30px;}
.cols_list .cols .cols_title {width: 82%; display: inline-block; line-height: 38px; font-size: 15px; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333;}
.cols_list .cols .cols_title a {color: #333;}
.cols_list .cols .cols_title a:hover {color: #f8b62c;}
.cols_list .cols .cols_title a .highlight {color: #ff0000; font-weight: bold; transition: all 0.4s ease-in-out;}
.cols_list .cols .cols_title a:hover .highlight {color: #f8b62c;}
.cols_list .cols .cols_meta {float: right; font-size: 15px; color: #6a6a6a; line-height: 38px;}

/*column-news-arti*/
.wp_entry {width: auto; margin: 0 6px;}
.wp_entry, .wp_entry p {line-height: 36px; font-size: 16px; text-align: justify; font-family: "Microsoft YaHei";}
.wp_entry p {margin-bottom: 20px;}
.wp_entry table {margin: 0 auto;}
.wp_entry a {color: #0061ae;}
.wp_entry a:hover {color: #f8b62c;}

/*page*/
.wp_paging {display: block; margin: 0; padding: 0; list-style: none; font-size: 14px; font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif; color: #908c88; float: right; margin: 15px 0;}
.wp_paging input {font-size: 14px; *font-size:100%;}
.wp_paging li {display: inline-block; height: 25px; line-height: 25px; float: left; margin: 0; font-size: 14px;}
.wp_paging li span, .wp_paging li a {display: inline-block; float: left; margin: 0 8px;}
.wp_paging li em {font-style: normal; font-weight: bold; padding: 0 2px;}
.wp_paging li a {cursor: pointer; color: #908c88; line-height: 25px; height: 25px; font-size: 14px;}
.wp_paging li a.pagingJump {color: #908c88;}
.wp_paging li a:hover {color: #f8b62c;}
.wp_paging li a span {margin: 0;}
.wp_paging li input {font-size: 12px; *font-size:100%; width: 24px; height: 18px; line-height: 18px; border: 1px solid #d5d5d5; background: #fff; margin: 0; text-align: center; font-family: "Microsoft YaHei"; color: #908c88;}
.wp_paging li input:focus {outline: none;}

/*column-list-img*/
.column-news-list .wp_entry img {vertical-align: middle; max-width: 100%; height: auto; _width:expression(this.width > 1100 ? "1100px" : this.width); display: block; margin: 0 auto!important;}


/**Info**/
.info-box {margin: 0 20px;}

/*info-title*/
.article {padding: 30px 0 10px 0; min-height: 400px;}
.article h1.arti-title {line-height: 32px; padding: 2px 5px; text-align: center; font-size: 22px; font-weight: bold; color: #2056a5;}
.article h3.arti-title {line-height: 28px; padding: 3px 3px 8px 3px; text-align: center; font-size: 20px; font-weight: normal; color: #5a5a5a; border-bottom: 1px solid #e9e9e9;}

/*info-base*/
.article .arti-metas {line-height: 22px; text-align: center; padding: 10px 0 30px 0;}
.article .arti-metas span {display: inline-block; margin: 0 10px; font-size: 14px; color: #939393;}
.article .arti-metas span span {margin: 0;}

/*info-con*/
.article .entry {margin: 0 5px; overflow: hidden;}
.article .entry, .article .entry p {line-height: 36px; font-size: 16px; text-align: justify; text-indent: 32px; color: #4d453a;}
.article .entry p {margin-bottom: 20px;}
.article .entry table {margin: 0 auto;}
.article .entry a {color: #0b66ad;}
.article .entry a:hover {color: #f8b62c;}

/*info-box-img*/
.article .entry .read img {vertical-align: middle; max-width: 100%; height: auto; _width:expression(this.width > 1350 ? "1350px" : this.width); background: url(img/loading.gif) no-repeat center; display: block; margin: 0 auto!important;}

/*share*/
.share {margin: 40px 0 20px 0;}
.share .bdhshare-title {float: left; line-height: 36px; font-size: 14px; color: #949494; margin-right: 10px;}
.share .bdshare-button-style1-24 {float: left;}
.share .bdshare-button-style1-24 a, .share .bdshare-button-style1-24 .bds_more {width: 24px; padding: 0; margin: 6px;}

/*Arti-table scroll*/
.wrapperinner {position: relative; z-index: 1; width: 100%; overflow: hidden; -ms-touch-action: none;}
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -o-text-size-adjust: none; text-size-adjust: none;}


/**Jumbotron**/
.jumbotron .inner {max-width: 1920px; background: #4b9fe4; overflow: hidden;}
.fcous-panel {float: left; width: 67.8125%;}
.focus .focus-navigation {width: 34px; height: 56px; margin-top: -17px; background: none; opacity: 1; filter: alpha(opacity=100);}
.focus .focus-navigation.focus-prev {left: 0;}
.focus .focus-navigation.focus-next {right: 0;}
.focus .focus-navigation .navigation-bg {width: 100%; height: 100%; display: block; opacity: 0.8; filter: alpha(opacity=80); transition: all 0.4s ease-in-out;}
.focus .focus-navigation .navigation-bg:hover {opacity: 1; filter: alpha(opacity=100);}
.focus .focus-navigation.focus-prev .prev-bg {background: url(../images/focusbg.png) left center no-repeat;}
.focus .focus-navigation.focus-next .next-bg {background: url(../images/focusbg.png) right center no-repeat;}
.notice-panel {position: relative; float: left; width: 32.1875%;}
.notice-window {position: absolute; top: 50%; left: 0; right: 0; padding: 0 15.5% 0 7.5%;}
.notice-window .tt {margin-bottom: 13px;}
.notice-window .tt .tit .title {font-size: 26px; color: #fff; background: url(../images/web-icon.png) -84px -101px no-repeat; padding-left: 45px;}
.notice-window .more_btn .more_text {color: #fff; background: url(../images/morebg-white.png) right center no-repeat;}
.notice-window .more_btn .more_text:hover {color: #87ea7b; background: url(../images/morebg-n.png) right center no-repeat;}
.notice_list .notice {width: 100%; display: inline-block; border-bottom: 1px solid #81bcec; padding: 10px 0;}
.notice_list .notice .notice_title {width: 80%; font-size: 14px; float: left; display: inline-block; color: #fff; line-height: 33px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.notice_list .notice .notice_title a {color: #fff; background: url(../images/web-icon.png) -88px -281px no-repeat; padding-left: 20px;}
.notice_list .notice .notice_title a:hover {color: #87ea7b;}
.notice_list .notice .notice_meta {float: right; display: inline-block; font-size: 12px; line-height: 33px; color: #fff;}


/**Container**/
#container-1 {background: #fff;}
#container-1 .inner {position: relative; padding: 55px 0;}
#container-2 {background: #eef5fa;}
#container-2 .inner {padding: 82px 0 58px 0; overflow: hidden;}

.mod_left {width: 34%; float: left;}
.mod_center {float: left; width: 33%; margin: 0 3.25%;}
.mod_right {float: right; width: 26.5%;}

/*news base style*/
.tt {width: 100%; display: inline-block; vertical-align: top; margin-bottom: 30px;}
.tt .tit {display: inline-block; font-weight: normal; float: left;}
.tt .tit .title {display: inline-block; font-size: 24px; color: #3381bd; line-height: 36px; padding-left: 40px; background: url(../images/web-icon.png) -87px -186px no-repeat; cursor: pointer;}

.more_btn {display: inline-block; line-height: 36px; float: right;}
.more_btn .more_text {font-size: 14px; cursor: pointer; color: #0062ac; padding-right: 12px; background: url(../images/morebg.png) right center no-repeat; transition: all 0.4s ease-in-out;}
.more_btn .more_text:hover {color: #f8b62c; background: url(../images/morebg-r.png) right center no-repeat;}

.news_list .news {width: 100%; display: inline-block; border-bottom: 1px solid #c1d1dc; padding: 10px 0;}
.news_list .news .news_title {float: left; font-size: 14px; line-height: 33px; color: #333; overflow: hidden;}
.news_list .news .news_title a {color: #333;}
.news_list .news .news_title a:hover {color: #f8b62c;}
.news_list .news .news_meta {float: right; display: inline-block; font-size: 12px; line-height: 33px; color: #333;}

/*news-wrap*/
.all_menu {position: absolute; bottom: -50px; height: 50px; background: #fff; width: 110px; text-align: center; left: 50%; margin-left: -55px; border-bottom-left-radius: 55px; border-bottom-right-radius: 55px; z-index: 9999;}
.all_menu .load_more {width: 100%; height: 100%; background: url(../images/menu-more.png) center bottom no-repeat; -webkit-animation: pulse 2s infinite; animation: pulse 2s infinite; cursor: pointer; transition: all 0.4s ease-in-out;}
.all_menu .load_more.closed {background: url(../images/menu-more.png) center top no-repeat; -webkit-animation: unpulse 2s infinite; animation: unpulse 2s infinite;}

.post-7 .con {overflow: hidden;}
.post-7 .menu {margin: 0 -10px; height: 240px; overflow: hidden;}
.post-7 .menu .menu-item {width: 20%; float: left; z-index: 100;}
.post-7 .menu .menu-item a.menu-link {margin: 15px 10px; padding: 30px 0; display: block; font-size: 18px; color: #fff; line-height: 30px; text-align: center; border-radius: 10px; background: #62b2f3; cursor: pointer;}
.post-7 .menu .menu-item.i1 a.menu-link {background: #62b2f3;}
.post-7 .menu .menu-item.i2 a.menu-link {background: #82e2aa;}
.post-7 .menu .menu-item.i3 a.menu-link {background: #f7b551;}
.post-7 .menu .menu-item.i4 a.menu-link {background: #68d5ed;}
.post-7 .menu .menu-item.i5 a.menu-link {background: #ff8986;}
.post-7 .menu .menu-item.i6 a.menu-link {background: #82e2aa;}
.post-7 .menu .menu-item.i7 a.menu-link {background: #f7b551;}
.post-7 .menu .menu-item.i8 a.menu-link {background: #68d5ed;}
.post-7 .menu .menu-item.i9 a.menu-link {background: #ff8986;}
.post-7 .menu .menu-item.i10 a.menu-link {background: #62b2f3;}
.post-7 .menu .menu-item a.menu-link:hover {background: #0c7dd9;}
.post-7 .menu .menu-item a.menu-link .menu-name {display: inline-block;}
.post-7 .menu .menu-item.i1 a.menu-link .menu-name {background: url(../images/menu-icon.png) -50px -15px no-repeat; padding-left: 41px;}
.post-7 .menu .menu-item.i2 a.menu-link .menu-name {background: url(../images/menu-icon.png) -281px -15px no-repeat; padding-left: 38px;}
.post-7 .menu .menu-item.i3 a.menu-link .menu-name {background: url(../images/menu-icon.png) -50px -118px no-repeat; padding-left: 40px;}
.post-7 .menu .menu-item.i4 a.menu-link .menu-name {background: url(../images/menu-icon.png) -279px -120px no-repeat; padding-left: 42px;}
.post-7 .menu .menu-item.i5 a.menu-link .menu-name {background: url(../images/menu-icon.png) -50px -236px no-repeat; padding-left: 40px;}
.post-7 .menu .menu-item.i6 a.menu-link .menu-name {background: url(../images/menu-icon.png) -279px -239px no-repeat; padding-left: 41px;}
.post-7 .menu .menu-item.i7 a.menu-link .menu-name {background: url(../images/menu-icon.png) -54px -352px no-repeat; padding-left: 35px;}
.post-7 .menu .menu-item.i8 a.menu-link .menu-name {background: url(../images/menu-icon.png) -280px -352px no-repeat; padding-left: 36px;}
.post-7 .menu .menu-item.i9 a.menu-link .menu-name {background: url(../images/menu-icon.png) -52px -459px no-repeat; padding-left: 41px;}
.post-7 .menu .menu-item.i10 a.menu-link .menu-name {background: url(../images/menu-icon.png) -280px -458px no-repeat; padding-left: 37px;}

.post-8 .tt {margin-bottom: 20px;}
.post-8 .news_list .news .news_title {width: 82%; display: inline-block; background: url(../images/web-icon.png) -98px -357px no-repeat; white-space: nowrap; text-overflow: ellipsis;}
.post-8 .news_list .news .news_title .news_folder {padding-left: 10px; display: inline-block; color: #333; transition: all 0.4s ease-in-out;}
.post-8 .news_list .news .news_title .news_folder:hover {color: #f8b62c;}
.post-8 .news_list .news .news_title .news_folder a {color: #333;}
.post-8 .news_list .news .news_title .news_folder a:hover {color: #f8b62c;}

.post-9 .news_list .news {padding: 0 0 16px 0; margin-bottom: 14px;}
.post-9 .news_list .news .news_box {cursor: pointer;}
.post-9 .news_list .news .news_box .news_date {width: 70px; float: left; margin-right: -70px; position: relative; text-align: center; background: #0062ac; transition: all 0.4s ease-in-out;}
.post-9 .news_list .news .news_box:hover .news_date {background: #f8b62c;}
.post-9 .news_list .news .news_box .news_date .date-month {display: block; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 2px solid #f8b62c; line-height: 34px; font-size: 14px; color: #000; background: #fff url(../images/web-icon.png) center -463px no-repeat;}
.post-9 .news_list .news .news_box .news_date .date-year {width: 100%; display: inline-block; line-height: 30px; color: #fff; font-size: 14px;}
.post-9 .news_list .news .news_box .news_con {width: 100%; float: right;}
.post-9 .news_list .news .news_box .news_con .news_arti {height: 60px; display: table-cell; vertical-align: middle; padding: 3px 10px 3px 105px;}
.post-9 .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; line-height: 30px; 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_list .news .news_box:hover .news_con .news_arti .news_title {color: #f8b62c;}

.post-11 .news_list .news {padding: 0; border: 0;}
.post-11 .news_list .news .news_box {position: relative; cursor: pointer;}
.post-11 .news_list .news .news_box .news_imgs {width: 100%; position: relative; overflow: hidden; height: 214px; background: #f3ebeb;}
.post-11 .news_list .news .news_box .news_imgs .news_bg {width: 100%; height: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; transition: all 1s ease 0s;}
.post-11 .news_list .news .news_box:hover .news_imgs .news_bg {-moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}
.post-11 .news_list .news .news_box .news_con {position: absolute; bottom: 0; left: 0; width: 100%; display: block; text-align: center; background: url(../images/conbg.png) repeat;}
.post-11 .news_list .news .news_box .news_con .news_arti {padding: 0 15px; display: block;}
.post-11 .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; line-height: 38px; font-size: 16px; display: inline-block; color: #fff; white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s ease-in-out;}
.post-11 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #87ea7b;}

.post-12 .news_list .news .news_title {width: 100%; display: inline-block; line-height: 32px; background: url(../images/web-icon.png) -98px -337px no-repeat; white-space: nowrap; text-overflow: ellipsis;}
.post-12 .news_list .news .news_title a {padding-left: 10px;}
.post-12 .news_list .news .news_title a:hover {color: #f8b62c;}


/**Link**/
.link {background: #0a7cd5 url(../images/linkbg.jpg) center bottom no-repeat;}
.link .inner {padding: 43px 0 0 0; overflow: hidden;}

/*site-info*/
.link-info {width: 100%; text-align: center; float: left; margin-top: 5px;}
.link-content .menu {display: inline-block; margin: 0 auto; max-width: 220px;}
.link-content .menu .menu-item {display: inline-block; float: left; position: relative; z-index: 100;}
.link-content .menu .menu-item a.menu-link {display: inline-block; padding: 8px 28px; height: 24px; line-height: 24px; color: #fff; font-size: 12px; border-bottom: 2px solid #fff;}
.link-content .menu .menu-item.i1 a.menu-link {background: url(../images/web-icon.png) -88px -528px no-repeat;}
.link-content .menu .menu-item.i2 a.menu-link {background: url(../images/web-icon.png) -91px -630px no-repeat; border-bottom: 1px solid #85beeb;}
.link-content .menu .menu-item a.menu-link:hover {text-decoration: none; color: #87ea7b;}
.link-site {width: 100%; display: inline-block; margin-top: 18px;}
.link-site p {display: block;}
.link-site p span {display: inline-block; font-size: 12px; line-height: 20px; color: #fff; padding: 0 8px; background: url(../images/web-icon.png) -100px -734px no-repeat;}
.link-site p span.link-1 {background: none;}

/*site-qrcode*/
.link-qrcode {float: right; margin-left: -254px; width: 254px;}
.link-qrcode .link-code {width: 100%;}
.link-qrcode .link-code .code_list {margin: 0 -27px;}
.link-qrcode .link-code .code_list .code {width: 50%; float: left; text-align: center;}
.link-qrcode .link-code .code_list .code .code_box {margin: 0 27px; cursor: pointer;}
.link-qrcode .link-code .code_list .code .code_box .code_imgs {width: 100px; height: 100px;}
.link-qrcode .link-code .code_list .code .code_box .code_imgs img {width: 100%; height: auto; transition: all 0.4s ease-in-out;}
.link-qrcode .link-code .code_list .code .code_box:hover .code_imgs img {opacity: 0.7; filter: alpha(opacity=70);}
.link-qrcode .link-code .code_list .code .code_box .code_title {width: 100%; text-align: center; color: #fff; font-size: 12px; line-height: 28px; margin-top: 2px; transition: all 0.4s ease-in-out;}
.link-qrcode .link-code .code_list .code .code_box:hover .code_title {color: #87ea7b;}


/**Footer**/
.footer {background: #0062ac;}
.footer .inner {padding: 8px 0;}
.footer .inner .foot {width: 100%;}
.footer .inner .foot p {margin: 0 4px; display: block; text-align: center;}
.footer .inner .foot p span {display: inline-block; line-height: 24px; color: #fff; font-size: 12px; margin: 0 2px;}
