@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: #8f5b3b;}
.wrapper {width: 100%; background-color: #fff;}
.wrapper .inner {width: auto; max-width: 1200px; 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;}

/*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;}


/**Header**/
.header {background: #7a4220;}
.header .inner {padding: 18px 0;}
/*logo*/
.logo-panel {float: left;}
.logo-window {padding: 20px 0;}
.logo-window img {vertical-align: middle;}

/*top-nav*/
.top-nav-panel {float: right;}
.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; margin: 0 4px; height: 24px; line-height: 24px; color: #bfb1ab; font-size: 12px; border: 1px solid #987159;}
.top-nav-panel .menu .menu-item a.menu-link:hover {color: #cc8a62; border-color: #cc8a62;}


/**Navi**/
.header-mp{display:none;}
.clearf{margin-bottom: 0px;}
.navbar{font-size: 16px;font-family: MIcrosoft YaHei,Arial, Helvetica, sans-serif; border: 0;border-radius: 0!important;background:#8f5b3b;color:#fff;position:relative;z-index:9!important; margin-bottom: 0 !important;}
.navbar{background:#8f5b3b;color:#fff;position:relative;z-index:9;}
@media screen and (min-width: 1240px) {.navbar .container{width: 1200px;padding:0px;margin:0 auto;}}
.navbar ul li{float:left;line-height:60px;width:120px;text-align:center;transition: all .2s ease;}
.navbar ul li a{display:inline-block;width:120px;font-size:16px;color:#fff;font-weight:bold;text-decoration:none;transition: all .2s ease;}
.navbar ul li a:hover{color:#fff;background:#7a4220;}
.navbar ul li.cur a{font-size:18px;}
.secondMenu{position:absolute;width:120px;background:#8f5b3b;display:none;z-index:19999;transition: all .2s ease;}
.navbar ul li.submenu .secondMenu a{display:block;color:#fff;font-size:16px;font-weight:normal;height:50px;line-height:50px; border-bottom: 1px solid rgba(255,255,255,0.3);box-sizing:border-box;padding:0;text-align:center;border-radius:0;}
.navbar ul li.submenu .secondMenu a:hover{color:#fff;background:#7a4220;-webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);}
.navbar ul li.submenu:hover .secondMenu{display:block;}
.nav_list{position: relative;height: 60px;}
.w_nav_bar{display: none;}
@media screen and (min-width:1000px) and (max-width:1240px) { /*当屏幕尺寸小于1240px大于1000时，应用下面的CSS样式*/
.contact{display: none;}
.navbar{font-size: 16px;font-family: MIcrosoft YaHei,Arial, Helvetica, sans-serif; border: 0;border-radius: 0!important;
background:#8f5b3b;color:#fff;position:relative;z-index:9!important; margin-bottom: 0 !important;}
.navbar{background:#8f5b3b;color:#fff;position:relative;z-index:9;}
.navbar .container{width: 1000px;padding:0px;margin:0 auto;}
.navbar ul li{float:left;line-height:60px;width:100px;text-align:center;transition: all .2s ease;}
.navbar ul li a{display:inline-block;width:100px;font-size:16px;color:#fff;font-weight:bold;text-decoration:none;transition: all .2s ease;}
.navbar ul li a:hover{color:#fff;background:#7a4220;-webkit-transform: translateY(-15px); -moz-transform: translateY(-15px); -o-transform: translateY(-15px); transform: translateY(-15px);transition: all .2s ease;}
.navbar ul li.cur a{font-size:18px;}
.secondMenu{position:absolute;width:100px;background:#8f5b3b;display:none;z-index:19999;  transition: all .36s ease;}
.navbar ul li.submenu .secondMenu a{display:block;color:#fff;font-size:16px;font-weight:normal;height:50px;line-height:50px; border-bottom: 1px solid rgba(255,255,255,0.05);box-sizing:border-box;padding:0;text-align:center;border-radius:0;}
.navbar ul li.submenu .secondMenu a:hover{color:#fff;background:#8f5b3b;-webkit-transform: translateY(0px); -moz-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px);}
.navbar ul li.submenu:hover .secondMenu{display:block;}
.nav_list{position: relative;height: 60px;}
.w_nav_bar{display: none;}
}
@media screen and (max-width: 1000px) { /*当屏幕尺寸小于1000px时，应用下面的CSS样式*/
	.default-top{display: none;}
	.navbar-toggle {display: block;}
	.navbar .navbar-brand{display: block;color: #FFFFFF;}
	.navbar .navbar-brand:hover{color: #8f5b3b;}
    .w_nav_bar{display: block;width: 100%;}
    .nav_list{height: 0;display: none;}
    .nav_list ul{position: absolute;left:0;top:0px;width: 100%;background: #8f5b3b;height: 299px;overflow: auto;}
    .nav_list li{float: none!important;}
    .secondMenu{display: block!important;position: relative;top:0;border:0;}
    .secondMenu {background: #8f5b3b;margin-left: 30px;}
    .navbar ul li.submenu .secondMenu a{color: #fff;border-bottom:0;}
    .navbar ul li.submenu .secondMenu a:hover{color: #fff;border-bottom:0;}
    .w_head_r{margin-bottom: 13px;}
    .old{float:left;margin-left:0;}
 .w_slide{display: none;width:0px;}
}
@media screen and (max-width: 400px) { /*当屏幕尺寸小于400px时，应用下面的CSS样式*/
	.navbar .navbar-brand{font-size: 14px;}
}



 /*轮播大图*/
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;}
.slideBox .hd{ height:10px; overflow:hidden; position:absolute; right:46.6%; bottom:20px; z-index:1;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:16px;  width:10px; height:10px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#1e82e1;}
.slideBox .bd{ position:relative; height:100%; z-index:0; width:100%;}
.slideBox .bd ul{width:100%;}
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%;}
.slideBox .bd img{ width:100% !important; height:540px !important; display:block;  }
@media only screen and (min-width:768px) and (max-width:1200px){ /*当屏幕尺寸小于1200px大于768px时，应用下面的CSS样式*/
.slideBox .bd img{ width:100% !important; height:auto !important; display:block; }
}
@media only screen and (min-width:576px) and (max-width:768px){ /*当屏幕尺寸小于768px大于576px时，应用下面的CSS样式*/
.slideBox .bd img{ width:100% !important; height:auto !important; display:block; }
}
@media screen and (max-width: 576px) { /*当屏幕尺寸小于576px时，应用下面的CSS样式*/
.slideBox .bd img{ width:100% !important; height:auto !important; display:block; }
}
.slideBox .prev{ position:absolute; left:30px; top:50%; margin-top:-37px; float:left;display:block; width:40px; height:74px; background:url(/lsxy/images/s_banner_l.png)  no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ position:absolute; right:30px; top:50%; margin-top:-37px; float: right; display:block; width:40px; height:74px; background:url(/lsxy/images/s_banner_r.png) no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .prev:hover,.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
	

/**List**/

/*list-banner*/
.column_img img, .banner_img img {width: 100%; height: auto; min-height: 260px; max-height: 420px; vertical-align: middle;}

/*col-wrap*/
.column-menu {width: 240px; background-color: #f5f5f5; position: relative; float: left; margin: 0 -240px 40px 0;}
.column-news {float: right; width: 100%;}
.column-news .column-news-box {margin-left: 275px;}

/*col-head*/
.column-head {background: #73441a; line-height: 30px;}
.column-head .column-anchor {padding: 10px;}
.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: #8f5b3b; border-bottom: 1px solid #8f5b3b;}
.column-list-wrap li.selected a.selected {color: #fff; background-color: #8f5b3b; border-bottom: 1px solid #8f5b3b;}
.column-list-wrap li a span {display: block; padding: 10px 10px 10px 50px; 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 60px;}
.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 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: 28px; font-size: 18px; color: #8f5b3b;}
.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: #8f5b3b;}
.list-meta .column-path .possplit {background: url(/lsxy/images/posbg.png) center no-repeat; width: 18px; display: inline-block;}

/*column-news-list*/
.column-news-con {padding: 10px 0; margin-bottom: 20px; min-height: 300px;}
.cols_list {width: 100%;}
.cols_list .cols {width: 100%; display: inline-block; border-bottom: 1px solid #e0dddd;}
.cols_list .cols .cols_title {width: 80%; display: inline-block; line-height: 40px; font-size: 16px; 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: #8f5b3b;}
.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: #8f5b3b;}
.cols_list .cols .cols_meta {float: right; font-size: 16px; color: #6a6a6a; line-height: 40px;}

/*column-news-arti*/
.wp_entry {width: auto; margin: 0 6px;}
.wp_entry, .wp_entry p, .wp_entry span {line-height: 36px; font-size: 16px; text-align: justify; font-family: "Microsoft YaHei";}
.wp_entry p {margin-bottom: 20px; text-indent: 32px;}
.wp_entry table {margin: 0 auto!important;}
.wp_entry table p {margin: 0; text-indent: 0;}
.wp_entry a {color: #033472;}
.wp_entry a:hover {color: #8f5b3b;}

/*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: #8f5b3b;}
.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 > 910 ? "910px" : this.width); display: block; margin: 0 auto!important;}

/*teacher-list*/
.column-news-con .loading {width: 100%; text-align: center; margin: 40px 0;}
.cols_teacher {width: 100%; display: none;}
.cols_teacher .cols_teacher_tit {font-size: 18px; color: #8f5b3b; display: inline-block; width: 100%; border-bottom: 2px solid #ccc; line-height: 36px; font-weight: bold; margin-bottom: 10px;}
.cols_teacher .cols_error {width: 100%; text-align: center; font-size: 18px; line-height: 40px; margin-top: 30px;}
.cols_teacher .cols_list {margin-bottom: 20px;}
.cols_teacher .cols_list .cols {width: 12.5%; border: 0;}
.cols_teacher .cols_list .cols .cols_title {width: 100%; line-height: 36px;}


/**Info**/
.info-box {margin: 0;}

/*info-title*/
.article {padding: 50px 0 10px 0; min-height: 300px;}
.article h1.arti-title {line-height: 32px; padding: 2px 5px; text-align: center; font-size: 22px; font-weight: bold; color: #7a4220;}
.article h3.arti-title {line-height: 28px; padding: 10px 3px 6px 3px; text-align: center; font-size: 20px; font-weight: normal; color: #5a5a5a; border-bottom: 1px solid #5a5a5a;}

/*info-base*/
.article .arti-metas {line-height: 22px; text-align: center; padding: 30px 0 30px 0;}
.article .arti-metas span {display: inline-block; margin: 0 10px; font-size: 14px; color: #939393;}
.article .arti-metas span span {margin: 0;}

/*info-con*/
.article .entry {margin: 0 5px; overflow: hidden;}
.article .entry, .article .entry p, .article .entry span {line-height: 36px; font-size: 16px; text-align: justify; color: #4d453a;}
.article .entry p {margin-bottom: 20px; text-indent: 32px;}
.article .entry table {margin: 0 auto!important;}
.article .entry table p {text-indent: 0; margin: 0;}
.article .entry .jwplayer {margin: 0 auto; display: block;}
.article .entry a {color: #033472;}
.article .entry a:hover {color: #8f5b3b;}

/*info-box-img*/
.wp_pdf_player .barset img{background: none !important;display: initial !important;}
.article .entry .read img {vertical-align: middle; max-width: 100%; height: auto!important; _width:expression(this.width > 1190 ? "1190px" : this.width); background: url(/lsxy/images/loading.gif) no-repeat center; display: block; margin: 0 auto!important;}

/*teacher-info*/
.info-page-2 .container {margin-top: 35px;}
.teacher_tab {width: 160px; margin-right: -160px; position: relative; float: left;}
.teacher_tab .teacher-head {width: 100%; text-align: left; background: #73441a; display: none;}
.teacher_tab .teacher-head .teacher-anchor {line-height: 42px; background: #73441a; color: #fff; display: block; margin: 0 10px; font-size: 16px; background: url(/lsxy/style/img/menu-dot-white.png) right center no-repeat;}
.teacher_tab .teacher-body {margin-bottom: 50px;}
.teacher-nav li {display: block; font-size: 16px; color: #333; background: #eff0f0; line-height: 46px; margin-bottom: 16px; text-align: center; border-radius: 4px; cursor: pointer; transition: all 0.4s ease-in-out;}
.teacher-nav li.selected {background: #8f5b3b; color: #fff;}
.teacher-wrap {width: 100%; float: right;}
.teacher-wrap .teacher-inner {margin-left: 200px;}
.teacher-main .teacher-list {width: 100%;}
.teacher-main .teacher-list .teacher-post {margin-bottom: 40px;}
.teacher-main .teacher-list .teacher-post .teacher-tit {width: 100%; border-bottom: 1px solid #ccc; margin-bottom: 15px;}
.teacher-main .teacher-list .teacher-post .teacher-tit .teacher-title {display: inline-block; font-size: 18px; color: #8f5b3b; border-bottom: 4px solid #bbb; position: relative; top: 1px; line-height: 36px; cursor: pointer;}
.teacher-main .teacher-list .teacher-post .teacher-con {margin-top: 30px;}
.teacher-main .teacher-list .teacher-post .teacher-con, .teacher-main .teacher-list .teacher-post .teacher-con p, .teacher-main .teacher-list .teacher-post .teacher-con span {line-height: 36px; font-size: 16px; text-align: justify; font-family: "Microsoft YaHei";}
.teacher-main .teacher-list .teacher-post .teacher-con p {margin-bottom: 20px; text-indent: 0;}
.teacher-main .teacher-list .teacher-post .teacher-con table {margin: 0 auto!important;}
.teacher-main .teacher-list .teacher-post .teacher-con table p {text-indent: 0; margin: 0;}
.teacher-main .teacher-list .teacher-post .teacher-con img {vertical-align: middle; max-width: 100%; height: auto; display: block; margin: 0 auto!important;}
.teacher-main .teacher-list .teacher-post .teacher-con .teacher-info-top {float: left; width: 150px; display: inline-block; margin-right: -150px; position: relative;}
.teacher-main .teacher-list .teacher-post .teacher-con .teacher-info-top .teacher-info-pic {width: 100%; height: 200px; position: relative; overflow: hidden;}
.teacher-main .teacher-list .teacher-post .teacher-con .teacher-info-top .teacher-info-pic img {width: 100%; height: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%;}
.teacher-main .teacher-list .teacher-post .teacher-con .teacher-info-bot {width: 100%; float: right;}
.teacher-main .teacher-list .teacher-post .teacher-con .teacher-info-bot .teacher-info-bot-con {margin: 10px 0 0 210px;}
.teacher-main .teacher-list .teacher-post .teacher-con .teacher-info-bot .teacher-info-bot-con .teacher-field {width: 100%; display: inline-block; float: left; line-height: 36px;}
.teacher-main .teacher-list .teacher-post .teacher-con .teacher-info-bot .teacher-info-bot-con .teacher-field span {width: 50%; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; float: left; line-height: 36px;}


/**Jumbotron**/
.jumbotron .inner {max-width: 1920px; position: relative;}
.fcous-panel {width: 100%;}
.focus .focus-title-bar {max-width: 1200px; height: 40px; left: 50%; right: auto; bottom: 8.5%; margin-left: -600px;}
.focus .focus-title-bar .focus-title-bg {background-color: #602d0c;}
.focus .focus-title-bar .focus-title {max-width: 950px; padding: 0 75px 0 20px; height: 40px; line-height: 40px; font-size: 18px; font-family: "Microsoft YaHei"; font-weight: normal; text-overflow: ellipsis; overflow: hidden;}
.focus .focus-title-bar .focus-title a {color: #fff;}
.focus .focus-title-bar .focus-title a:hover {color: #f5b289;}
.focus .focus-pagination {max-width: 1200px; height: 16px; bottom: 10.6%; right: 50%; margin-right: -600px;}
.focus .focus-pagination .focus-page {width: 16px; height: 16px; line-height: 16px; background: #fff; opacity: 0.8; filter: alpha(opacity=80); border-radius: 50%; overflow: visible; margin: 0 9px;}
.focus .focus-pagination .focus-page:hover {background: #9c7041; opacity: 1; filter: alpha(opacity=100);}
.focus .focus-pagination .focus-page.focus-page-active {background: #9c7041; opacity: 1; filter: alpha(opacity=100);}
.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(/lsxy/images/focusbg.png) left center no-repeat;}
.focus .focus-navigation.focus-next .next-bg {background: url(/lsxy/images/focusbg.png) right center no-repeat;}


/**Container**/
#container-1 .inner {padding: 40px 0 60px 0;}
#container-1 .mod_left {float: left; width: 65.667%;}
#container-1 .mod_left .post-news-top {width: 100%; display: inline-block;}
#container-1 .mod_left .post-news-left {width: 47.462%; float: left;}
#container-1 .mod_left .post-news-right {width: 47.462%; float: right;}
#container-1 .mod_right {float: right; width: 31.167%;}

#container-2 .inner {padding: 30px 0 40px 0;}
#container-2 .mod_left {width: 47.917%; float: left;}
#container-2 .mod_right {width: 43.334%; float: right;}

#container-3 {background: #f5f4f4 url(../images/bg.png) center bottom no-repeat;}
#container-3 .inner {padding: 20px 0 40px 0;}
#container-3 .mod_left {width: 47.917%; float: left;}
#container-3 .mod_right {width: 43.334%;  float: right;}

#container-4 .inner {padding: 0 0 26px 0;}

#container-5 {background: #f5f5f5;}
#container-5 .inner {padding: 45px 0 42px 0;}

/*news base style*/
.tt {width: 100%; display: inline-block; vertical-align: top; margin-bottom: 25px; border-bottom: 1px dashed #b3b3b3;}
.tt .tit {float: left; display: inline-block; font-weight: normal;}
.tt .tit .title {display: inline-block; font-size: 24px; color: #713711; line-height: 56px; padding-bottom: 4px; border-bottom: 4px solid #864013; position: relative; top: 1px; cursor: pointer;}

.more_btn {display: inline-block; float: right; margin-top: 4px;}
.more_btn .more_text {display: inline-block; font-size: 18px; cursor: pointer; line-height: 56px; color: #713711; transition: all 0.4s ease-in-out;}
.more_btn .more_text:hover {color: #73441a;}

.news_list .news {width: 100%; float: left;}
.news_list .news .news_box {cursor: pointer; border-bottom: 1px solid #eae1dc;}
.news_list .news .news_title {width: 80%; display: inline-block; float: left; font-size: 18px; line-height: 54px; color: #333; overflow: hidden;}
.news_list .news .news_title a {color: #333;}
.news_list .news .news_title a:hover {color: #8f5b3b;}
.news_list .news .news_meta {float: right; display: inline-block; font-size: 14px; line-height: 54px; color: #666;}

/*news-tab*/
.news-tab {position: relative;}
.news-tab .news-menu {width: 100%; display: inline-block; border-bottom: 1px dashed #b3b3b3; margin-bottom: 5px;}
.news-tab .news-menu .news-tit {float: left; display: inline-block; line-height: 56px; font-size: 24px; color: #999; position: relative; top: 1px; padding-bottom: 8px; background: url(/lsxy/images/selected.png) center bottom no-repeat; transition: all 0.4s ease-in-out; cursor: pointer;}
.news-tab .news-menu .news-tit.selected {color: #713711; background: url(/lsxy/images/selectedbg.png) center bottom no-repeat;}
.news-tab .news-menu .news-tit.t1 {margin-right: 30px;}
.news-tab .news-wrap .more_btn {position: absolute; top: 0; right: 0;}
.news-tab .news-wrap .news_list .news .news_box {padding: 9px 0;}
.news-tab .news-wrap .news_list .news .news_box .news_date {float: left; display: inline-block; width: 60px; margin: 2px -60px 2px 0; position: relative; line-height: 24px; background: #864013; text-align: center; color: #fff; font-size: 12px; transition: all 0.4s ease-in-out;}
.news-tab .news-wrap .news_list .news .news_box:hover .news_date {background: #8f5b3b;}
.news-tab .news-wrap .news_list .news .news_box .news_date .date-month {width: 100%; display: inline-block; border-top: 1px solid #864013; color: #666; background: #fff url(/lsxy/images/web-icon.png) center -100px no-repeat;}
.news-tab .news-wrap .news_list .news .news_box .news_date .date-year {width: 100%; display: inline-block; border-top: 1px solid #864013;}
.news-tab .news-wrap .news_list .news .news_box .news_con {width: 100%; float: right;}
.news-tab .news-wrap .news_list .news .news_box .news_con .news_arti {height: 54px; padding-left: 80px; display: table-cell; vertical-align: middle;}
.news-tab .news-wrap .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; line-height: 27px; max-height: 54px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.4s ease-in-out;}
.news-tab .news-wrap .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #8f5b3b;}

/*news-structure*/
.post-6 .news_list .news .news_box {position: relative; border: 0;}
.post-6 .news_list .news .news_box .news_imgs {position: relative; height: 202px; overflow: hidden;}
.post-6 .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-6 .news_list .news .news_box:hover .news_imgs .news_bg {-moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); -webkit-transform: scale(1.15); transform: scale(1.15);}
.post-6 .news_list .news .news_box .news_con {width: 100%; position: absolute; bottom: 0; left: 0; margin: 0 auto; background: url(/lsxy/images/conbg.png) repeat;}
.post-6 .news_list .news .news_box .news_con .news_arti {padding: 0 20px;}
.post-6 .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; text-align: center; line-height: 40px; color: #fff; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s ease-in-out;}
.post-6 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #f3b38c;}

.post-7 .news_list .news {background: url(/lsxy/images/web-icon.png) -147px 16px no-repeat;}
.post-7 .news_list .news .news_box {margin-left: 12px;}
.post-7 .news_list .news .news_box .news_title {white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s ease-in-out;}
.post-7 .news_list .news .news_box:hover .news_title {color: #8f5b3b;}

.post-8 .news_list {margin-top: -18px;}
.post-8 .news_list .news {background: url(/lsxy/images/web-icon.png) -147px 16px no-repeat;}
.post-8 .news_list .news .news_box {margin-left: 12px;}
.post-8 .news_list .news .news_box .news_title {white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s ease-in-out; font-size: 16px;width: 75%;}
.post-8 .news_list .news .news_box .news_meta {font-size: 14px;}
.post-8 .news_list .news .news_box:hover .news_title {color: #8f5b3b;}

.post-9 .news_list .news .news_box .news_title { font-size: 16px;}
.post-9 .news_list .news .news_date .date-month { font-size: 14px;}
.post-9 .news_list .news .news_date .date-year { font-size: 14px;}


.post-11 .tt {margin-bottom: 12px;}
.post-11 .news_list .news .news_title {line-height: 52px; white-space: nowrap; text-overflow: ellipsis;}
.post-11 .news_list .news .news_title a:hover {color: #8f5b3b;}
.post-11 .news_list .news .news_meta {font-size: 18px; line-height: 52px;}

.post-12 {margin-top: 10px;}
.post-12 .news_list {box-shadow: 1px 0 12px rgba(113, 55, 17, 0.4);}
.post-12 .news_list .news .news_box {border: 0; position: relative;}
.post-12 .news_list .news .news_box .news_imgs {position: relative; height: 275px; overflow: hidden;}
.post-12 .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-12 .news_list .news .news_box:hover .news_imgs .news_bg {-moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); -webkit-transform: scale(1.15); transform: scale(1.15);}
.post-12 .news_list .news .news_box .news_icon {width: 72px; height: 72px; position: absolute; top: 50%; left: 50%; margin: -36px 0 0 -36px; z-index: 9999; background: url(/lsxy/images/web-icon.png) -114px -174px no-repeat; transition: transform 0.8s ease-out; -moz-transition: -moz-transform 0.8s ease-out;}
.post-12 .news_list .news .news_box:hover .news_icon {transform: rotateZ(720deg); -webkit-transform: rotateZ(720deg); -moz-transform: rotateZ(720deg);}
.post-12 .news_list .news .news_box .news_con {width: 100%; position: absolute; bottom: 0; left: 0; background: url(/lsxy/images/conbg.png) repeat;}
.post-12 .news_list .news .news_box .news_con .news_arti {padding: 0 10px;}
.post-12 .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; text-align: center; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; line-height: 46px; color: #fff; transition: all 0.4s ease-in-out;}
.post-12 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #7a4220;}

.post-13 .tt, .post-14 .tt, .post-15 .tt {margin-bottom: 6px;}
.post-13 .news_list .news, .post-14 .news_list .news, .post-15 .news_list .news {background: url(/lsxy/images/web-icon.png) -147px 16px no-repeat;}
.post-13 .news_list .news .news_box, .post-14 .news_list .news .news_box, .post-15 .news_list .news .news_box {margin-left: 12px;}
.post-13 .news_list .news .news_box .news_title, .post-14 .news_list .news .news_box .news_title, .post-15 .news_list .news .news_box .news_title {white-space: nowrap; text-overflow: ellipsis; transition: all 0.4s ease-in-out;}
.post-13 .news_list .news .news_box:hover .news_title, .post-14 .news_list .news .news_box:hover .news_title, .post-15 .news_list .news .news_box:hover .news_title {color: #8f5b3b;}

.post-17 .news_list {margin: 0 -12px;}
.post-17 .news_list .news {width: 25%;height: 70px; margin-bottom:40px;}
.post-17 .news_list .news .news_box {position: relative; border: 0; margin: 0 18px; }
.post-17 .news_list .news .news_box .news_imgs {position: relative;  height: 70px;overflow: hidden; padding-top: 15.308%; }
.post-17 .news_list .news .news_box .news_imgs img {width: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 100%; transition: all 0.4s ease-in-out;}
.post-17 .news_list .news .news_box:hover .news_imgs img {opacity: 0.8; filter: alpha(opacity=80);}
.post-17 .news_list .news .news_box .news_con {width: 100%; display: inline-block; position: absolute; top: 50%; left: 0; margin-top: -18px;}
.post-17 .news_list .news .news_box .news_con .news_arti {padding: 0 10px;}
.post-17 .news_list .news .news_box .news_con .news_arti .news_title {width: 100%; color: #333; font-size: 26px; font-weight:bold;white-space: nowrap; text-overflow: ellipsis; line-height: 36px; text-align: center; transition: all 0.4s ease-in-out;}
.post-17 .news_list .news .news_box:hover .news_con .news_arti .news_title {color: #7a4220;}


/**Footer**/
.footer {background: #7a4220;}
.footer .inner {padding: 20px 0 12px 0;}
.foot_top {margin: 0 -12px;}
.foot_mid {width: 100%; margin: 27px 0;}
.foot_bot {width: 100%; display: inline-block; border-top: 1px solid #95684d;}

/*link*/
.links-wrap {float: left; display: inline-block; line-height: 34px; width: 20%;}
.links-wrap .links-box {position: relative; cursor: pointer; margin: 0 12px; z-index: 9999;}
.links-wrap .links-box a.links-arrow {display: block; height: 34px; line-height: 34px; padding: 0 28px 0 12px; font-size: 14px; color: #e8e2df; background: url(/lsxy/images/arrow.png) no-repeat right top; text-align: left; border: 1px solid #a27b63;}
.links-wrap .links-box a.links-arrow:hover, .links-wrap .links-box.wrap-open a.links-arrow {color: #ce8456; background-position: right bottom; cursor: pointer;}
.links-wrap .links-box .links-con {display: none; position: absolute; right: 0; bottom: 35px; width: 100%; height: auto; max-height: 216px; overflow: auto; overflow-x: hidden; background: #8f5b3b; z-index: 8888;}
.links-wrap .links-box .links-con a {display: block; line-height: 36px; padding: 0 8px; color: #fff;}
.links-wrap .links-box .links-con a span {display: block; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.links-wrap .links-box .links-con a:hover {color: #fff; background: #7a4220; cursor: pointer;}

/*foot-logo*/
.foot_logo {float: left; margin:30px 0;}
.foot_logo img {width: 100%; max-width: 800px; }
.foot_logo img:hover {-webkit-transform: rotateY(-360deg); transform: rotateY(-360deg-);}

/*foot-share*/
.foot_share {float: right; }
.foot_share .share_list .share_item {float: left; width: 100px; margin-right:30px;}
.foot_share .share_list .share_item img {display:block;float:left;background-color:#fff;padding:5px;margin-bottom:15px;}
.foot_share .share_list .share_item p{display:block;text-align:center;font:14px/16px "宋体"; padding-left:10px;color:#fff;}


.td_left  li { margin-right:30px; float:left; width:150px;}
.td_left  li p {display:block;text-align:center;font:14px/16px "宋体"; color:#fff;}
.td_left  li img {display:block;float:left;background-color:#fff;padding:10px;margin-bottom:15px;}

/*foot-info*/
.foot_info {width: 100%; padding-top: 10px;}
.foot_info p {display: block; margin: 0 4px; text-align: center;}
.foot_info p span {display: inline-block; color: #d0c2bc; font-size: 12px; line-height: 22px; margin: 0 6px;}