@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: "Arial";}
body {}
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: #6d7a66;}
.wrapper {/* width: 100%; */}
.wrapper .inner { margin: 0 auto;}

/*Scroll*/
::-webkit-scrollbar {width: 6px; height: 6px; background-color: #F5F5F5;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; background-color: #FFF;}
::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #AAA;}

/*CSS3 Extended Properties*/
::-webkit-input-placeholder {color: #fff;}
:-moz-placeholder {color: #fff;}
::-moz-placeholder {color: #fff;}
:-ms-input-placeholder {color: #fff;}

/*Animation*/
@-webkit-keyframes fadeInRight {
from {opacity:0; -webkit-transform:translate3d(50px, 0, 0); transform:translate3d(50px, 0, 0);}
to {opacity: 1; -webkit-transform: none; transform: none;}
}

@keyframes fadeInRight {
from {opacity:0; -webkit-transform:translate3d(50px, 0, 0); transform:translate3d(50px, 0, 0);}
to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes fadeInDownMenu {
from {opacity:1; visibility:visible; -webkit-transform:none; transform:none;}
to {visibility: hidden; opacity: 0; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);}
}

@keyframes fadeInDownMenu {
from {opacity:1; visibility:visible; -webkit-transform:none; transform:none;}
to {visibility: hidden; opacity: 0; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0);}
}

@-webkit-keyframes fadeInUpMenu {
from {opacity:0; visibility:hidden; -webkit-transform:translate3d(0, 20px, 0); transform:translate3d(0, 20px, 0);}
to {opacity: 1; visibility: visible; -webkit-transform: none; transform: none;}
}

@keyframes fadeInUpMenu {
from {opacity:0; visibility:hidden; -webkit-transform:translate3d(0, 20px, 0); transform:translate3d(0, 20px, 0);}
to {visibility: visible; opacity: 1; -webkit-transform: none; transform: none;}
}

.fadeInDownMenu {-webkit-animation-name: fadeInDownMenu; animation-name: fadeInDownMenu;}
.fadeInUpMenu {-webkit-animation-name: fadeInUpMenu; animation-name: fadeInUpMenu;}
.fadeInRight {-webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
.animated-fast {-webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}


/**Jumbotron**/
.jumbotron {position: relative;}
.jumbotron .inner {width: 100%;}
.module {display: none;position: absolute;top:37px;right: 3%;z-index: 200;margin: -2.5px -3.5px 0 0;}

/*focus*/
.fcous-panel {background: #282828;padding-bottom: 0px;width: 100%;overflow: hidden;z-index: 100;}
.focus .focus-pagination {width: 14px; height: 120px; bottom: 50%; right: 4%; margin: 0 0 -60px -6px;display:none;}
.focus .focus-page {width: 100%; height: 14px; line-height: 14px; background: url(../images/paginationbg.png) repeat; margin: 8px 0; border-radius: 50%;}
.focus .focus-page.focus-page-active {background: url(../images/paginationbgh.png) repeat;}

/*logo*/
.logo-panel {
    padding: 28px 0;
    float: left;
}
.logo-window {padding: 0; margin: 0;}
.logo-window img {vertical-align: middle;}

/*humb-btn*/
.side-nav {float: left; margin: 4px 22px 0 0;}
.side-toggle-btn {position: relative; width: 29px; height: 22px; margin: 0; cursor: pointer; display: block;}
.side-toggle-btn em {background: #fff; position: absolute; transition: .3s cubic-bezier(.8, .5, .2, 1.4); width: 100%; height: 2px; transition-duration: 400ms;}
.side-toggle-btn em.hamb-top {top: 0; left: 0;}
.side-toggle-btn em.hamb-middle {top: 10px; left: 0; opacity: 1;}
.side-toggle-btn em.hamb-bottom {bottom: 0; left: 0;}
.side-toggle-btn.hamb-show em.hamb-top {transform: rotate(45deg); top: 10px;}
.side-toggle-btn.hamb-show em.hamb-middle {opacity: 0;}
.side-toggle-btn.hamb-show em.hamb-bottom {transform: rotate(-45deg); top: 10px;}

/*top-nav*/
.top-nav-panel {width: 175px; position: absolute; top: 60px; right: 0; height: 138px; overflow: hidden; display: none;}
.top-nav-window {margin-top: -12px;}
.top-nav-window .top-item {line-height: 40px; font-size: 17px; width: 100%; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background: url(../images/hintbg.png) right center no-repeat; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
.top-nav-window .top-item:hover {background: url(../images/hintbgh.png) right center no-repeat;}
.top-nav-window .top-item a {color: #fff;}

/*search*/
.search-wrap {float: right; position: relative;}
.wp_search {float: right; position: relative;}
.search-panel {position: relative;}
.search-window {overflow: hidden; width: 21px;}
.search-con {width: 21px; height: 21px; border: 0; outline: 0; background: url(../images/searchbg.png) center no-repeat; position: absolute; right: 0; top: 0; z-index: 120; cursor: pointer;}
.search {position: relative;}
.search form {display: block;}
.search .search-input {margin: 0 29px 0 0px;}
.search .search-input input.search-title {width: 100%; height: 21px; line-height: 21px; border: 0; outline: 0; background: none; color: #232323; font-size: 14px; text-indent: 6px; border-bottom: 1px solid #232323;}
#keyword{width: 100%; height: 21px; line-height: 21px; border: 0; outline: 0; background: none; color: #232323; font-size: 14px; text-indent: 6px; border-bottom: 1px solid #232323;}
.search .search-btn {width: 21px; height: 21px; position: absolute; right: 0; top: 0;}
.search .search-btn input.search-submit {width: 21px; height: 21px; border: 0; outline: 0; background: url(../images/searchbg.png) center no-repeat; cursor: pointer;}
.wp_search .search_en{width: 21px; height: 21px; border: 0; outline: 0; background: url(../images/searchbg.png) center no-repeat; cursor: pointer;}

/*hint*/
.hint-panel {width: 175px; position: absolute; top: 60px; right: 0; height: 138px; overflow: hidden; display: none;}
.hint-window {margin-top: -12px;}
.hint-window .hint {line-height: 40px; font-size: 17px; width: 100%; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background: url(../images/hintbg.png) right center no-repeat; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInRight; animation-name: fadeInRight;}
.hint-window .hint:hover {background: url(../images/hintbgh.png) right center no-repeat;}
.hint-window .hint a {color: #fff;}

/*nav*/
.main-nav-panel {padding: 42px 0;float: right;height: 36px;width: 634px;}
.main-nav-panel .menu {margin: 0 auto;}
.main-nav-panel .menu .menu-item {text-align: center;border-radius: 7px;display: inline-block;float: left;position: relative;z-index: 100;}
.main-nav-panel .menu .i1{}
.main-nav-panel .menu .i6{background: #ada370;/* border-radius: 7px; */}
.main-nav-panel .menu .menu-item:hover{/* background: #ada370; */text-decoration: none;}
.main-nav-panel .menu .menu-item a.menu-link {display: inline-block;padding: 0 18px;height: 36px;line-height: 36px;color: #333;font-size: 17px;}
.main-nav-panel .menu .menu-item a.menu-link:hover, .main-nav-panel .menu .menu-item a.menu-link.parent {text-decoration: none;color: #ada370;}
.main-nav-panel .menu .menu-item a.menu-link:hover:after, .main-nav-panel .menu .menu-item a.menu-link.parent:after {/*opacity: 1; *//*webkit-transform: translate3d(0, 0, 0); *//*transform: translate3d(0, 0, 0);*/}
.main-nav-panel .menu .menu-item a.menu-link:after {}
.main-nav-panel .sub-menu {background: #ada370;display: none;position: absolute;left: 0;top: 37px;z-index: 100;min-width: 100%;text-align: center;padding: 5px 0;border-radius: 10px;}
.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: 32px;line-height: 32px;padding: 0 5px;font-size: 15px;}
.main-nav-panel .sub-menu .sub-item a:hover {color: #21563d;display: block;}


/**List**/

/*list-banner*/
.l-banner {height: 379px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none; height:100%; vertical-align:top;}

/*col-wrap*/
.column-menu {width: 260px; position: relative; float: left; margin: 0 -260px 40px 0;}
.column-news {float: right;width: 100%;}
.column-news .column-news-box {margin-left: 300px;}
.list-page-2 .column-news .column-news-box {margin: 0;}

/*col-head*/
.column-head {background: #ada370;line-height: 40px;}
.column-head .column-anchor {padding: 10px;}
.column-head .column-anchor h3.anchor-title {width: 100%; display: inline-block; float: left; font-size: 24px; 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: 20px; color: #333; background-color: #eff0f0;}
.column-list-wrap li a:hover {color: #fff; text-decoration: none; background-color: #59997b;}
.column-list-wrap li.selected a.selected {color: #fff; background-color: #59997b;}
.column-list-wrap li a span {display: block; padding: 10px 10px 10px 50px; line-height: 36px;}
.column-list-wrap .sub-list li a {font-size: 18px;}
.column-list-wrap .sub-list li a span {padding: 8px 10px 8px 60px;}
.column-list-wrap .sub-list .sub-list li a {font-size: 16px;}
.column-list-wrap .sub-list .sub-list li a span {padding: 10px 10px 10px 70px;}

/*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: 38px;font-size: 24px;color: #ada370;}
.list-meta .column-path {float: right; line-height: 38px; color: #8a8a8a; font-size: 16px;}
.list-meta .column-path a {color: #8a8a8a;}
.list-meta .column-path a:hover {color: #63065f;}
.list-meta .column-path .possplit {background: url(../images/posbg.png) center no-repeat; width: 18px; display: inline-block;}

/*column-news-list*/
.column-news-con {padding: 10px 0px;min-height: 500px;}
.loading {width: 100%; text-align: center; margin-top: 80px; display: inline-block;}
.cols_list {width: 100%;}
.cols_list .cols_error {width: 100%; display: inline-block; line-height: 46px; font-size: 20px; color: #333; text-align: center;}
.cols_list .cols {width: 100%;display: inline-block;/* border-bottom: 1px dashed #f1f1f1; */}
.cols_list .cols .cols_title {width: 100%;display: inline-block;line-height: 35px;font-size: 16px;float: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;color: #333;}
.cols_list .cols .cols_title .highlight {font-weight: bold; color: red;}
.cols_list .cols .cols_title a {color: #333;}
.cols_list .cols .cols_title a:hover {color: #ada370;}

/*column-news-arti*/
.wp_entry {width: auto;     margin: 20px 50px 20px 10px;}
.wp_entry, .wp_entry p {line-height: 28px; font-size: 17px; text-align: justify; font-family: "Arial" !important;}
.wp_entry, .wp_entry p span {font-family: "Arial" !important;}
.wp_entry p {margin-bottom: 0px;}
.wp_entry table {margin: 0 auto;}
.wp_entry a {color: #0061ae;}
.wp_entry a:hover {color: #63065f;}

/*page*/
.wp_paging {display: block; margin: 0; padding: 0; list-style: none; font-size: 15px; font-family: 'Arial', Verdana, Geneva, sans-serif; color: #908c88; float: right; margin: 30px 0 15px 0;}
.wp_paging input {font-size: 15px; *font-size:100%;}
.wp_paging li {display: inline-block; height: 25px; line-height: 25px; float: left; margin: 0; font-size: 15px;}
.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: 15px;}
.wp_paging li a.pagingJump {color: #908c88;}
.wp_paging li a:hover {color: #3d8359;}
.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: "Arial"; 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 > 1000 ? "1000px" : this.width); display: block; margin: 0 auto!important;}


/**Info**/
.info-box {margin: 0 100px 30px 100px;}

/*info-title*/
.article {padding: 30px 0 10px 0; min-height: 400px;}
.article h1.arti-title {line-height: 36px;padding: 2px 5px;text-align: center;font-size: 22px;font-weight: bold;color: #ada370;}
.article h3.arti-title {line-height: 28px;padding: 3px 3px 6px 3px;text-align: center;font-size: 18px;font-weight: normal;color: #333;}

/*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 16px; font-size: 15px; 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: 27px;font-size: 16px;text-align: justify;text-indent: 2em;color: #4d453a;font-family:"Arial"!important}
.article .entry p span{font-family:"Arial"!important}
.article .entry p {margin-bottom: 0px;}
.article .entry table {margin: 0 auto;}
.article .entry a {color: #0b66ad;}
.article .entry a:hover {color: #e5aa0b;}

/*info-box-img*/
.article .entry .read img {vertical-align: middle; max-width: 100%; height: auto; _width:expression(this.width > 1280 ? "1280px" : this.width); }

/*share*/
.share {margin: 40px 0 20px 0;}
.share .bdhshare-title {float: left; line-height: 36px; font-size: 16px; 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;}


/**Footer**/
.footer {background: #63065f;}
.footer .inner {background: #63065f;}
.foot_top {padding: 10px 0 10px 0;}
.foot_left {float: left; margin-top: 15px;}
.foot_left .foot-logo img {width: 100%; height: auto; max-width: 175px; transition: all 3s;}
.foot_left .foot-logo img:hover {}

.foot_right {float: right;}
.foot_right .foot-title {width: 100%; font-size: 20px; color: #fff; line-height: 42px; display: inline-block; background: url(../images/border.png) left bottom no-repeat; margin-bottom: 20px;}

.foot_right .foot-links {float: left; width: 260px;}
.foot_right .foot-links .links .links-item a {color: #fff; font-size: 16px; line-height: 29px; width: 100%; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.foot_right .foot-links .links .links-item a:hover {color: #c3a4c3;}

.foot_right .foot-contact {float: left; width: 260px; margin: 0 100px 0 65px;}
.foot_right .foot-contact .contact-con {color: #fff; width: 100%; display: inline-block; line-height: 24px; font-size: 16px;}
.foot_right .foot-contact .contact-con p {color: #fff; font-size: 16px; width: 100%; display: inline-block; line-height: 24px; margin-bottom: 6px;}

.foot_right .foot-qrcode {float: left;}
.foot_right .foot-qrcode .code_imgs {width: 88px; height: 88px;}
.foot_right .foot-qrcode .code_imgs img {width: 100%; height: auto; transition: all 0.4s ease-in-out;}
.foot_right .foot-qrcode .code_imgs img:hover {}

.foot_bot {background: #184079;height: 78px;width: 100%;}
.foot_siteinfo p {display: block; text-align: center; width: 100%;}
.foot_siteinfo p span {display: inline-block;font-size: 14px;color: #e6e6e6;line-height: 78px;font-family: 'Arial';}

.container{bottom: 0px !important;position:absolute;left:0;right:0;margin-top:20px;width: 85%;margin:0 auto;padding-top:20px;}
.container .inner{ margin:0 auto;}
.lm_l{float:left;width: 73%;}
.lm_r{float:right;width: 27%;}
.lm_l_l{width: 60%;float:left;}
.lm_l_r{margin-right: 1%;width: 38%;float:right;}
.tit .tt{line-height: 50px;color:#fff;font-size:22.51px;}
.main1{ margin-top:19px;}
.main1 .tp{ width:274px; float:left;}
.main1 .sp{ width:371px; float:right;}

.lm_l_r .tit .tt{ float:left;}
.more_btn{line-height: 50px;float:right;}
.lm_l_r .con{clear:both;position:relative;}
.lm_l_r .news_meta{display: none;position:absolute;top:19px;right:0;background:#068358;width:54px;height:54px;}
.lm_l_r .news_meta .day{ color:#fff; font-size:20.64px; font-family:'Arial'; text-align:center; line-height:32px;}
.lm_l_r .news_meta .month{ color:#fff; font-size:15.01px; font-family:'Arial'; text-align:center}
.lm_l_r .con .news_title{ position:absolute; left:25px; right:25px; bottom:15px; font-size:16.88px; font-family:'Georgia'; line-height:24.39px; color:#fff;}
.lm_l_r .con .news_title a{color:#fff;}
.lm_l_r .con .news_title a:hover{    text-decoration-line: underline;}
.lm_l_r .more_btn img{/* padding-top:7px; */}
.lm_r .tit .tt{line-height: 50px;float:left;}
.lm_r .more_btn{line-height: 50px;float:right;}
.lm_r .more_btn img{/* padding-top:7px; */}
.lm_r .con{clear:both;position:relative;background: #a77a7f;padding:23px;}
.lm_r .con .news_list .news{border-bottom: 1px #b99599 solid;line-height: 43px;}
.lm_r .con .news_list .n1{ padding-top: 0px;}
.lm_r .con .news_list .n4{border-bottom:none;padding-bottom: 0px;}
.lm_r .con .news_list .news_title{width: 80%;float: left;font-size: 15px;line-height: 42px;color:#fff;}
.lm_r .con .news_list .news_title a{overflow: hidden;text-overflow: ellipsis;display: block;white-space: nowrap;color:#fff;}
.lm_r .con .news_list .news_title a:hover{text-decoration-line: underline;}
.lm_l_r .new_pic:hover{filter: brightness(110%);}
.pici1{background: #969545 url(../images/li1.png) no-repeat center;height: 153px;position:relative;/* cursor: pointer; */}
.pici2{margin-top: 14px;background: #6d7a66 url(../images/li2.png) no-repeat center;width: 100%;height: 153px;position:relative;/* cursor: pointer; */}
.pici3{ background:url(../images/pic3.png) no-repeat;float: left;width: 274px;height: 121px;top: 165px;position: absolute;cursor: pointer;}
.pici1 a{padding-bottom: 20px;padding-top: 110px;font-weight: bold;position:absolute;/* bottom:20px; */text-align:center;width: 100%;color:#fff;font-family:"微软雅黑";font-size: 20px;/* height: 100px; */}
.pici2 a{padding-bottom: 20px;padding-top: 110px;font-weight: bold;position:absolute;/* bottom:20px; */text-align:center;width: 100%;color:#fff;font-family:"微软雅黑";font-size: 20px;}
.pici3 a{ position:absolute; bottom:20px; left:24px;  color:#fff; font-family:"微软雅黑"; font-size:18.76px;}
.pici1:hover{/* opacity: 0.9; */}
.pici2:hover, .pici1:hover{filter: brightness(110%);}
.pici3:hover{ opacity: 0.9;}
.pici1 a:hover{font-size:20px;}
.pici2 a:hover{font-size:20px;}
.pici3 a:hover{font-size:20px;}

.sp .news_list .news .news_title{width: 371px;bottom: 20px;position: absolute;text-align: center;}
.sp .news_list .news .news_title a{font-family: "微软雅黑";font-size: 18.76px;color: #fff;}
.sp .news_list .news .news_title a:hover{font-size:20px;}
.sp .news_list .news .new_pic:hover{background:url(../images/sp_bg.png) no-repeat;opacity:0.85;}
.sp .news_list .news .new_pic{background:none;}
/*CSS3 Extended Properties*/
::-webkit-input-placeholder {color: #232323;}
:-moz-placeholder {color: #232323;}
::-moz-placeholder {color: #232323;}
:-ms-input-placeholder {color: #232323;}

.main .container .con{height: 270px;}
.main .container .lm_r .con{height: 224px;}

.article .arti_metas { padding:10px; text-align:center;border-top:1px solid #ececec;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.tit.clearfix {
    padding: 0 10px;
    height: 50px;
    background: #8e565d;
}
.lm_l_r .tit {
    line-height: 50px;
    background: #6d7a66;
}
.news_mate {
    float: right;
    color: #fff;
}
.focus.focus-box {
    width: 100% !important;
    height: 720px !important;
}

.focus-container {
    width: 100% !important;
    height: 720px !important;
}
.tp {height: 320px;width: 33%;float: left;}
.sp {float: right;width: 65%;}
.sp ul.news_list { padding: 30px 30px;  height: 210px; background: #ada370;}
.news_text a {color: #fff;line-height:28px;font-size:15px;}
.sp .tit.clearfix { background: #907f50;}
.head .inner {
    height: 119px;
    padding: 0 20px;
}
.main-nav-panel .menu .i6:hover {
    background: #ada370;
}
div#container-1 .inner {
    padding: 10px 0;
    margin: 0 auto;
}
.more_btn a {   color: #fff; font-size: 14px;}
.more_btn:hover a {padding-right: 5px;}
.focus-navigation {
    font-weight: normal;
    color: #ffffffbf;
    opacity: 1;
    background: #ffffff4a;
}
.main-nav-panel .menu .menu-item.i6 a.menu-link {
    color: #fff;
}
div#container-2 .column-news-boxs {
   
    width: 1104px;
    margin: -70px auto auto;
}
div#container-2 {
    
}
div#container-2 .inner {
    width: 1300px;
    background: #fff;
}
.new_pic img {
    width: 100%;
}
.foot_boter .foot_siteinfo p span {
    color: #333;
}
.lm_l_r .con {
    background: #899782;
}
.news_text a {
    display: block;
    width: 100%;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    max-height: 190px;
}
@media screen and (max-width: 1615px) {.panel.logo-panel.panel-2 {
    width: 50%;
    padding: 37px 0;
}

.logo-window img {
    width: 100%;
}}
@media screen and (max-width: 1330px) {.main-nav-panel{width: 530px;}

.main-nav-panel .menu .menu-item a.menu-link {
    padding: 0 8px;
}}

