@charset "utf-8";
/* CSS Document */
html{-webkit-text-size-adjust:none;}
*html{background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
html,body,div,ul,li,dl,dd,dt,a,ol,u,i,b,br,p,span,hr,label,input,select,textarea,button,form,h1,h2,h3,h4,h5,h6,font,strong,em,iframe,img,tr,th,td,q,abbr,acronym{margin:0;padding:0;list-style:none;}
q:before, q:after {content:'';}
abbr,acronym{border:0;}
body{font:14px/1.5 "Microsoft YaHei",微软雅黑,"PingFang SC",AliPuHui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";color:#333;background:#fffbf2;-ms-overflow-style: scrollbar;}
input,textarea,select,button{vertical-align:middle; font-family:"Microsoft YaHei",微软雅黑,"PingFang SC",AliPuHui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",tahoma,Verdana,arial,sans-serif;}
input.active,textarea.active,select.active,button.active,input.on,textarea.on,select.on,button.on{color:#333;}
textarea{resize:none;}
a{color:#333;text-decoration:none; blur:expression(this.onFocus=this.blur());}
a:hover{color:#ef7a1b;text-decoration:none;}
a:focus,input:focus,textarea:focus,select:focus,button:focus,textarea:focus{outline:none;}
.wza-on a:focus,.wza-on input:focus,.wza-on textarea:focus,.wza-on select:focus,.wza-on button:focus,.wza-on textarea:focus{outline:auto;}
a img {border:none;}
img{vertical-align: middle;}
.left,.fl{float:left;}
.right,.fr{float:right;}
/* clear */
.clearfix:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.clear,.cc{clear:both;font-size:0;line-height:0;height:0;margin-top:0;overflow:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1{ font-size:20px;}
h2{ font-size:18px;}
h3{ font-size:16px;}
.wza-on input:focus{outline: auto !important;}
.pos-rel{position:relative;}
.pos-abs{position:absolute;}
.z-hide{display:inline; width: 0; height: 0; margin: 0 0 0 -1px; overflow: hidden; font-size: 0;}
.hide{display: none;}
.hide.active{display: block !important;  }
.hidden-tit .img_title{display: none;}
.container{width: 1400px; margin: 0 auto;}
.mt32{ margin-top:32px;}
.ml32{ margin-left:32px;}
.ml24{ margin-left:24px;}
@keyframes shake {
    0%,
    100% {transform-origin: top;}
    15% {transform: rotateZ(10deg);}
    30% {transform: rotateZ(-10deg);}
    45% {transform: rotateZ(5deg);}
    60% {transform: rotateZ(-5deg);}
    75% {transform: rotateZ(2deg);}
}
@-webkit-keyframes shake {
    0%,
    100% {transform-origin: top;}
    15% {transform: rotateZ(10deg);}
    30% {transform: rotateZ(-10deg);}
    45% {transform: rotateZ(5deg);}
    60% {transform: rotateZ(-5deg);}
    75% {transform: rotateZ(2deg);}
}
.guidang{position:absolute; right:0; top:0; z-index: 10;}

@media only screen and (max-width: 1399px)  and (min-width: 1200px) {
    .container{width: 1200px;}
}
@media only screen and (max-width: 1199px)  and (min-width: 992px) {
    .container{width: 992px;}
    .ml32{margin-left: 22px;}
}
@media only screen and (max-width: 991px) {
    .guidang{width: 200px !important;height: 200px !important;background-size: 100% 100% !important;}
    .ls-main{padding:0 10px;}
    .mt32{margin-top: 15px;}
    .container{width: 768px;}
}
@media only screen and (max-width: 767px) {
    .guidang{width: 160px !important;height: 160px !important;top: 80px;}
    .ls-article .guidang{top: 20px;}
    .mt32{margin-top: 10px;}
    .container{width: auto;}
}
/*背景*/
.bodybg{ background: url("../images-new/footbg.gif") center bottom no-repeat;}
@media (min-width:1920px) {
    .bodybg{background-size: 100% auto;}
}
@media (max-width:991px) {
    .bodybg{background-size: auto 163px;}
}
@media (max-width:767px) {
    .bodybg{background-size: auto 126px;}
}
/***漂浮***/
.j-float{position:relative;z-index:999;display:none;}
.j-float li{margin-bottom:0;}
.j-float .img_title{display:none;}
.j-float .float-close{position:absolute;width:43px;height:16px;right:0;top:-20px;font-size: 0;}
.j-float .float-close img{cursor:pointer;}
/*左右对联*/
.j-couplet{ cursor:pointer;}
.piao-left{width:auto;position:fixed;left: 10px; bottom:10px;z-index:1000;display:none;}
.piao-right{width:auto;position:fixed;right: 10px; text-align: right; bottom:10px;z-index:1000;display:none;}
.piao-left li,.piao-right li{ margin-top:5px;}
.piao-left li img,.piao-right li img{height:auto}
.piao-left ul li .img_title,.piao-right ul li .img_title{ display:none;}
.piao-left.on{bottom: 192px;}

/*左侧悬浮切换*/
.ind_pl{height: 150px; width:240px;overflow: hidden; background: #fff; padding: 10px; border: 1px solid #dddddd; position:fixed; left: 10px; bottom: 10px; z-index:999;}
.ind_pl .f-close{ position: absolute; cursor: pointer; right: 10px; top: 10px; z-index: 1; line-height: 0;}
.ind_pl .float-superslide,.ind_pl .float-superslide .bd,.ind_pl .float-superslide .bd ul,.ind_pl .float-superslide .bd li,.ind_pl .float-superslide .bd img,.ind_pl .float-superslide .bd a{height:100%; width: 100%; }
.ind_pl .float-superslide .bd{ position:relative; z-index:0;}
.ind_pl .float-superslide .bd li{zoom:1; vertical-align:middle;}
.ind_pl .float-superslide .bd a{display:block;}
.ind_pl .float-superslide .bd img{display:block;}
.ind_pl .float-superslide .bd .title{display: none;}
.ind_pl .float-superslide .hd{ height:8px; overflow:hidden; position:absolute; right:7px; bottom:16px; z-index:1; }
.ind_pl .float-superslide .hd ul{ overflow:hidden; zoom:1; float:left;}
.ind_pl .float-superslide .hd ul li{ float:left; margin-right:8px; width:10px; height:8px; text-indent: -20em; font-size: 0; background:#fff !important; overflow: hidden; cursor: pointer; border-radius: 4px;}
.ind_pl .float-superslide .hd ul li a{display: block; width: 100%; height: 100%;}
.ind_pl .float-superslide .hd ul li.on{width: 18px;}

/*右侧悬浮二维码*/
.ls-floatBox{ right: 10px; top: 955px; position: absolute; z-index: 100;}
.ls-floatBox .couplet-close{ right: 4px; top: 0; position: absolute; width: 20px; padding: 3px 0; text-align: center;}
.ls-floatBox .ico-bird{display:block; height: 108px; background: url("../images-new/piao_ico.png") 0 0 no-repeat; width: 164px; margin-left: -24px;}
.ls-floatBox ul{ background: #fff; border-radius: 8px; padding: 7px 7px 11px; width: 140px; border: 2px #F6CF80 solid;}
.ls-floatBox li{ text-align: center; line-height: 0; font-size: 0;}
.ls-floatBox li img{width: 100%; height: auto;}
.ls-floatBox li span{ font-size: 14px; line-height: 20px; padding: 1px 0 0;}
.ls-floatBox.active{top: 35px; position: fixed;}
/*右侧悬浮二维码-栏目文章页*/
.ls-column-body .ls-floatBox{position: fixed; top: 240px;}

/*头部 */
.ls-page-navbox{ height: 220px; background: linear-gradient(180.00deg, rgba(255, 192, 69, 1) 8%,rgba(253, 196, 83, 0) 100%); position: absolute; left: 0; right: 0; z-index: 10; transition: 0.4s all ease;}
/*logo*/
.ls-site-logo{ float: left; line-height: 0; font-size: 0; z-index: 1; padding: 22px 0 0 0;}
.ls-site-logo img{vertical-align: middle; height: auto; width: auto; max-height: 75px;}

.ls-column-header .ls-page-navbox{ position: static; background: linear-gradient(180.00deg, rgba(255, 192, 69, 1) 8%,rgba(255, 241, 214, 1) 100%);}

/*搜索*/
.ls-search{width: 360px; height: 42px; background: #fff; border-radius: 42px; line-height: 0; font-size: 0; transition: 0.4s all; margin: 35px 0 0; z-index: 1;}
.ls-search ul{ position: relative; height: 40px; padding: 0 64px 0 0;}
.ls-search li{ height: 40px;}
.ls-search input,.ls-search button{background: none; border: 0 none; vertical-align: middle; width: 100%; height: 100%;}
.ls-search label{display: inline;}
.ls-search .ss1{ background: none !important;}
.ls-search .ss1 input{ font-size: 15px; outline: none !important; border-radius: 42px 0 0 42px; text-indent: 20px; line-height: 46px;}
.ls-search .ss1 input::-webkit-input-placeholder{color: #adadad;}
.ls-search .ss1 input:-moz-placeholder{color:#adadad;}
.ls-search .ss1 input:-ms-input-placeholder{color:#adadad;}
.ls-search .ss2{ width: 64px; right: 0; top: 0; bottom: 0; position: absolute;}
.ls-search .ss2 input,.ls-search .ss2 button{ cursor: pointer; background:url("../images-new/searico.png") center center no-repeat; background-size: auto 25px; border-radius: 0 42px 42px 0; font-size:0; transition: 0.4s all;}
.ls-search.active{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 100, 2, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 100, 2, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 100, 2, 0.6); -webkit-transition: border linear .2s, box-shadow linear .2s; -moz-transition: border linear .2s, box-shadow linear .2s; -o-transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s; border-color: #fff;}
/*导航*/
.ls-page-navigation{height: 46px; margin: 31px 0 0;}
.ls-page-navigation .navbar-nav{text-align:center;float:none; position: relative; z-index: 10;}
.ls-page-navigation .navbar-nav li{width: 128px; margin: 0 1px; border-radius: 32px; background: #FBEDBE; position: relative; text-align: center;}
.ls-page-navigation .navbar-nav li:before{position: absolute; width: 30px; height: 11px; content: ""; background: url("../images-new/nav_line.png") 0 0 no-repeat; left: -16px; top: 50%; margin-top: -7px; z-index: 1;}
.ls-page-navigation .navbar-nav li a{display:block;height:36px;line-height:34px;font-size:18px; color: #f26402; text-align:center; position: relative; margin: 4px; border: 1px #FDC453 dashed; border-radius: 32px; font-weight: bold;}
.ls-page-navigation .navbar-nav li.on,.ls-page-navigation .navbar-nav li.active,.ls-page-navigation .navbar-nav li:hover{ background: #f26402;}
.ls-page-navigation .navbar-nav li a:hover,.ls-page-navigation .navbar-nav li.on a,.ls-page-navigation .navbar-nav li.active a{ color: #fff; border-color: #fff;}
.ls-page-navigation .navbar-nav li.lang{width: 138px;}
.ls-page-navigation .navbar-nav li.first{width: 80px;}
.ls-page-navigation .navbar-nav li.first:before{display: none;}

/*头部切换图片*/
.ls-banner-pic{position: relative; z-index: 1;}
.ls-banner-pic > img{height: auto; width: 100%;}
.ls-banner-slide{position: absolute; top: 0; right: 0; left: 0; bottom: 0; overflow: hidden;}
.ls-banner-pic .ls-flash-pic,.ls-banner-pic .ls-flash-pic ul,.ls-banner-pic .ls-flash-pic li{width: 100%; height: auto !important;}
.ls-banner-pic .ls-flash-pic a{display: block; width: 100%;}
.ls-banner-pic .ls-flash-pic a img{width: 100%; height: auto !important;}
.ls-banner-pic .ls-flash-pic li span{display: none;}
.ls-banner-pic .flash-num{position: absolute; z-index: 3;left: 0; right: 0; height: 128px;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.65) 100%);bottom: 0; text-align: center; font-size: 0; line-height: 0;}
.ls-banner-pic .flash-num ul{display: inline-block; position: relative; margin: 44px 0 0;}
.ls-banner-pic .flash-num ul:after{height: 2px; display: block; content: ""; background: rgba(255, 255, 255, 0.4); left: 31px; right: 31px; top: 25px; position: absolute;}
.ls-banner-pic .flash-num li{display: inline;}
.ls-banner-pic .flash-num li span{display: none;}
.ls-banner-pic .flash-num li a{display: inline-block; cursor: pointer !important; margin: 0; height: 44px; position: relative; padding: 0 49px;}
.ls-banner-pic .flash-num li img{display: none;}
.ls-banner-pic .flash-num li .img_remarks{display: block; margin: 0; color: rgba(255, 255, 255, 0.65);font-family: Do Hyeon; font-size: 18px; font-weight: bold; line-height: 22px; background: none; width: auto; height: auto; cursor: pointer;}
.ls-banner-pic .flash-num li a:after{position: absolute; content: ""; width: 0; height: 2px; background: #fff; left: 50%; margin-left:0; bottom: 0; transition: 0.4s all ease; cursor: pointer;}
.ls-banner-pic .flash-num li.on a:after{width: 15px; margin-left: -7px;}

@media (max-width:1399px) and (min-width:1200px){
    .ls-page-navigation .navbar-nav li{width: 108px;}
    .ls-page-navigation .navbar-nav li a{font-size: 16px;}
    .ls-page-navigation .navbar-nav li.lang{width: 132px;}
    .ls-page-navigation .navbar-nav li.first{width: 74px;}
}
@media (max-width:1199px) and (min-width:992px){
    .ls-site-logo img{max-height: 65px;}
    .ls-search{width: 240px;}
    /*导航*/
    .ls-page-navigation{height: auto; margin-top: 15px;}
    .ls-page-navigation .navbar-nav li{width: 163px !important; margin-bottom: 2px;}
    .ls-page-navigation .navbar-nav li:nth-child(7):before{display: none;}
    .ls-page-navigation .navbar-nav li a{height: 28px; line-height: 28px; font-size: 16px;}
}
@media (max-width:991px){
    .ls-module{float: none !important;width: auto !important; height: auto !important;}
    /*头部*/
    .ls-site-logo img{max-height: 45px;}
    .ls-search{width: 220px; height: 36px; border-radius: 36px; margin: 22px 0 0;}
    .ls-search ul{ height: 36px; padding: 0 50px 0 0;}
    .ls-search li{ height: 36px;}
    .ls-search .ss1 input{ font-size: 13px; border-radius: 36px 0 0 36px; text-indent: 15px; line-height: 36px;}
    .ls-search .ss2{ width: 50px;}
    .ls-search .ss2 input,.ls-search .ss2 button{ background-size: auto 18px; border-radius: 0 36px 36px 0;}
    /*导航*/
    .ls-page-navigation{margin-top: 15px;}
    .ls-page-navigation .navbar-nav li{width: 126px !important; margin-bottom: 2px;}
    .ls-page-navigation .navbar-nav li:nth-child(7):before{display: none;}
    .ls-page-navigation .navbar-nav li a{height: 28px; margin: 3px; line-height: 28px; font-size: 16px;}

    /*头部切换图片*/
    .ls-banner-pic .flash-num ul{margin-top: 64px;}

    .ls-column-header .ls-page-navbox{height: auto; padding-bottom: 20px;}
}
@media (max-width:767px){
    /*头部*/
    .ls-site-logo{padding: 10px 0 0 10px;}
    .ls-site-logo img{max-height: 36px;}
    .ls-search{margin: 10px 10px 0 0; width: 170px;}
    .ls-search ul{ padding: 0 40px 0 0;}
    .ls-search .ss2{width: 40px;}
    .ls-search .ss1 input{ font-size: 12px; border-radius: 30px 0 0 30px; text-indent: 10px;}
    /*导航*/
    .ls-page-navigation{height: auto; background: rgba(242, 100, 2, 0.3); margin: 10px 5px 0; border-radius: 14px; overflow: hidden; position: relative; z-index: 80;}
    .ls-page-navigation .navbar-header{height:42px; font-weight:bold;padding:0 10px 0 10px;}
    .ls-page-navigation .navbar{height:auto;width:100%; z-index: 3;}
    .ls-page-navigation .navbar-nav{margin:0;}
    .ls-page-navigation .navbar-brand{padding: 0;height:auto;line-height: 42px;font-size:16px;color: #fff;}
    .ls-page-navigation .navbar-brand:hover{ color: #fff;}
    .navbar-default .navbar-toggle{padding: 6px; margin: 7px 0 0; border: 1px #fff dotted; background: none;}
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: rgba(251, 237, 190, 0.2);}
    .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{background: #fff;}
    .navbar-default .navbar-toggle .icon-bar{background: #fff; width: 18px;}
    .ls-page-navigation li .nav-line{display: none !important;}
    .ls-page-navigation .navbar-nav{padding: 0; background: #fbedbe;}
    .ls-page-navigation .navbar-nav li{position: relative;float: none; text-align:center;padding: 0; margin: 0 !important;  width: auto !important; border-bottom: 1px #fec554 dashed; background: none;border-radius: 0; }
    .ls-page-navigation .navbar-nav li:before{display: none;}
    .ls-page-navigation .navbar-nav li a{ margin: 0; border: 0 none; background: none; border-radius: 0; font-size: 14px; color: #f26402; height: auto; line-height: 2.5;}
    .ls-page-navigation .navbar-nav li a:hover,.ls-page-navigation .navbar-nav li.on a{color: #fff; background: #f26402; font-weight: bold;}

    /*头部切换图片*/
    .ls-banner-pic .flash-num ul{margin-top: 70px;}
    .ls-banner-pic .flash-num li a{padding: 0 15px;}
    .ls-banner-pic .flash-num ul:after{left: 15px; right: 15px;}

    .ls-column-header .ls-page-navbox{height: auto; padding-bottom: 10px;}
    .ls-column-header .ls-page-navigation{ margin-top: 15px;}
}
@media (max-width:599px) {
    .ls-page-header{padding-top: 80px; position: relative;}
    .ls-site-logo,.ls-search{float: none;}
    .ls-site-logo{text-align: center; padding-bottom: 8px;}
    .ls-site-logo img{height: auto; max-width: 90%;}
    .ls-search{margin: 0 10px; width: auto;}
    .ls-page-navbox{height: auto; top: 0; background: linear-gradient(180.00deg, rgba(255, 192, 69, 1) 80px, rgba(253, 196, 83, 0) 100%);}
}
@media (max-width:425px) {
    .ls-page-header{padding-top:100px;}
    .ls-page-navbox{background: linear-gradient(180.00deg, rgba(255, 192, 69, 1) 100px, rgba(253, 196, 83, 0) 100%);}

    /*头部切换图片*/
    .ls-banner-pic .flash-num ul{margin-top: 75px;}
    .ls-banner-pic .flash-num li a{padding: 0 10px;}
    .ls-banner-pic .flash-num li .img_remarks{font-size: 16px;}
    .ls-banner-pic .flash-num ul:after{left: 8px; right: 8px;}
    .ls-banner-pic .flash-num li a:after{bottom: 4px;}
}
/*首页导航*/
.ls-index-header.active .ls-page-navbox{ position: fixed; height:auto; padding-bottom: 20px; background: linear-gradient(180.00deg, rgba(255, 192, 69, 1) 20%, rgb(255, 192, 69, 0) 100%);}
.ls-index-header.active .ls-search{ margin-top: 25px;}
.ls-index-header.active .ls-site-logo{ padding-top: 10px;}
.ls-index-header.active .ls-page-navigation{ margin-top: 15px;}
.f-container_body .ls-floatBox.active{top: 150px;}
@media (max-width:991px){
    .ls-index-header.active .ls-page-navbox{position: absolute;}
}

/*******底部*******/
/*友情链接*/
.ls-friend-link {position: relative; padding: 130px 100px 0; z-index: 5;}
.ls-friend-link dl { float: left; z-index: 11; width: 590px;}
.ls-friend-link dl.select2{float: right;}
.ls-friend-link dl dt{ position: relative; height: 40px; display: block; line-height: 40px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; z-index: 99; font-size: 16px; color: #F3981B; text-align: left; padding:0 56px 0 32px; background: #fff; border-radius: 8px;}
.ls-friend-link dl dt::after{display: inline-block; content: "";position: absolute; border: 6px transparent solid; border-top: 10px #f4981b solid; right: 34px; top: 20%; margin-top: 8px;}
.ls-friend-link dl dt a{color: #F3981B;}
.ls-friend-link dl dt a:hover,.ls-friend-link dl dt.active a{color: #F3981B; font-weight: bold;}
.ls-friend-link dl dt.active::after{transform: rotate(180deg); margin-top: 1px;}
.ls-friend-link dl.select1{margin-left: 0;}
.ls-friend-link dl dd { position: absolute; left: 100px; right: 100px; bottom: 42px; background: rgba(255, 255, 255, 0.85); box-shadow: 0 0 10px rgba(51, 102, 204, 0.19); display: none; z-index: 999; padding: 10px 0; }
.ls-friend-link dl dd ul { padding: 5px; max-height: 288px; overflow-y: auto; overflow-x: hidden; }
.ls-friend-link dl dd ul li {width: 20%; float: left; text-align: left; }
.ls-friend-link dl dd ul li a{ display: block; padding: 0 5px; font-size: 16px; line-height: 2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0 10px;}
.ls-friend-link dl dd ul li a:hover{color: #f26402; font-weight: bold;}
.ls-friend-link dl.last{ margin-left: 0 !important; float: right;}
@media (max-width:1399px) and (min-width:1200px){
    .ls-friend-link dl {width: 490px;}
}
@media (max-width:1199px) and (min-width:992px){
    .ls-friend-link dl {width: 386px;}
}
/*底部版权*/
.ls-footer-inner{line-height:1.625; text-align: center; font-size:16px; color: #666; padding: 40px 0 43px; position:relative;}
.ls-footer-inner a{display: inline-block; color:#666;}
.ls-footer-inner a:hover{color:#fff;}
.ls-footer-inner .sp{ display: inline-block; padding:0 8px;}
@media (max-width:1199px){
    .ls-page-footer{background-size: auto 100%;}
    .ls-footer-inner{text-align: center;}
}
@media (max-width:991px){
    .ls-footer-inner{font-size: 14px; padding: 20px 10px 23px;}
}
@media (max-width:767px){
    .ls-footer-inner{font-size: 14px; padding: 15px 10px 18px;}
}

/*列表 */
.ls-doc-list{clear: both;}
.ls-doc-list li{ font-size: 16px;height: 48px;line-height: 48px;overflow: hidden;position: relative; padding: 2px 50px 2px 0;vertical-align: middle; border-bottom: 2px #fae3b1 dotted; color: #999;}
.ls-doc-list li a{ display:block; max-width: 100%; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.ls-doc-list li .date{ position: absolute; right:0; top:2px;}
.ls-doc-list li img{ float:left; padding:20px 0 0 2px;}
/*公用列表 end*/
@media (max-width:991px){
    .ls-doc-list li,.ls-hdjl-right .ls-doc-list li{font-size: 14px; height: 38px;line-height: 38px; padding-right: 40px;}
    .ls-doc-list li .date{font-size: 12px;}
    .ls-doc-list li a{ max-width: none !important; display: block; float: none;}
    .ls-doc-list li img{ display: none;}
}

/*分页/翻页*/
.pagination {clear: both;width: 100%;text-align: center;margin: 10px 0 5px;padding: 3px 0;line-height: 30px;font-size: 14px;font-family: "Microsoft YaHei";}
.pagination a, .pagination span {display: inline-block;border: 1px solid #ccc;color: #666;margin: 3px;padding: 0 15px;text-decoration: none;white-space: nowrap;height: 30px;border-radius: 3px;}
.pagination a { background: rgba(255, 251, 242, 0.6);}
.pagination a:hover {background: #f26402;border: 1px solid #f26402;color: #fff !important;}
.pagination a.active {border: 1px solid #f26402;color: #fff;}
.pagination span.current, .pagination span.current:hover {background: #f26402;border: 1px solid #f26402;color: #fff;}
.pagination span.disabled, .pagination span.disabled:hover {border: 1px solid #eee; background: #fffbf2; color: #ccc;}
.pagination a.text, .pagination a.text:hover {color: #fff;background: #f26402;border: #f26402 1px solid;cursor: text;}
.pagination a.pagemore, .pagination a.pagemore:hover {color: #666; border: 1px solid #fff;cursor: text;padding: 0 3px;}
.pagination .total {border: 0; height: 32px;padding: 0;line-height: 32px;}
.pagination .inputBar {border: 0;height: 32px;padding: 0 2px 0 5px;line-height: 32px;}
.pagination .inputBar input {width: 40px; background: rgba(255, 251, 242, 0.6); height: 26px;line-height: 26px;padding: 2px 5px;border: #ccc 1px solid;margin: -3px 3px 0;*margin: -1px 3px 0;_margin: -1px 3px 0;vertical-align: middle;border-radius: 3px;color: #333;}
.pagination .inputBar button {display: inline-block;background: #f26402;border: 0;height: 32px;color: #fff;border-radius: 3px;padding: 0 8px;margin: -3px 3px 0;*margin: -1px 3px 0;_margin: -1px 3px 0;}
@media (max-width: 991px) {
    .pagination{font-size: 12px;line-height: 26px;}
    .pagination a, .pagination span{line-height: 26px;height: 26px; padding: 0 10px;}
    .pagination .total { height: 28px; line-height: 28px;}
    .pagination .inputBar {height: 28px; line-height: 28px;}
    .pagination .inputBar input{height: 22px;line-height: 22px;}
    .pagination .inputBar button{height: 28px;}
}

/*外链提示 > 弹窗*/
.ui-dialog-title,.ui-dialog-content{font-family:"Microsoft YaHei";}
.ui-dialog-content .jump-info p{word-break:break-all;word-wrap:break-word;}
.ui-dialog-content .btn-group{padding:10px 0;text-align:center;display:block;height:36px;}
.ui-dialog-content .btn-group .btn{display:inline-block;float:none;padding:0;margin:0 15px;border:0;cursor:pointer;outline:none;width:100px;height:36px;line-height:36px;font-size:14px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;text-align:center;}
.ui-dialog-content .btn-group .btn-yes{background:#f26402;color:#fff;}
.ui-dialog-content .btn-group .btn-no{background:#eee;color:#666;}
.wza-black-white .ui-dialog-content .jump-info p,.wza-black-yellow .ui-dialog-content .jump-info p{color: #fff !important;}
@media (max-width:767px) {
    .ui-dialog-content{width:100% !important;max-height:300px !important;}
    .ui-dialog-content .btn-group .btn{margin:0 10px;width:90px;}
}
.ui-dialog-footer button.ui-dialog-autofocus{background-color:#f26402;border-color:#f26402; }
.ui-dialog-footer button.ui-dialog-autofocus:active, .ui-dialog-footer button.ui-dialog-autofocus:focus, .ui-dialog-footer button.ui-dialog-autofocus:hover{background-color:#f26402;border-color: #f26402 ;}
/*页面纠错*/
.ui-dialog-title{color:#f26402;}
.correction-table{clear:both;font-size:14px;overflow:hidden;}
.correction-table th{width:80px;text-align:right;padding:2px 10px 2px 0;}
.correction-table th span{color:#f00;}
.correction-table td{padding:4px 0; position:relative;}
.correction-table td .msg-box{ top:0;}
.correction-table td select{padding:3px 5px;border:#ddd 1px solid;}
.correction-table td input{height:24px;line-height:24px;width:220px;padding:0 5px;border:#ddd 1px solid;}
.correction-table td input#checkCode{width:100px;}
.correction-table td textarea{width:350px;height:120px;padding:3px 5px;border:#ddd 1px solid;}
.correction-table td.btn-group{padding-left:92px!important;}
.correction-table td.btn-group input{background:#f26402;height:36px;line-height:36px;cursor:pointer;border:0;outline:none;color:#fff;padding:0 10px;margin-right:10px;width:100px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
/*网站隐私弹框*/
.statement-content{max-height: 100% !important;}
.wza-black-white .statement-content,.wza-black-yellow .statement-content{color: #fff !important;}
/*提交留言温馨提示*/
.wza-black-white .guestbook-tips,.wza-black-yellow .guestbook-tips{color: #fff !important;}
@media (max-width:767px) {
    .ui-dialog-body{padding: 10px;}
    .ui-popup-modal{ right: 10px; left: 10px !important;}
    .ui-dialog-grid{width: 100%;}

    .correction-table th,.correction-table td{width: auto;display: block;}
    .correction-table th{text-align: left;}
    .correction-table td textarea{width: 100%;box-sizing: border-box;}
    /*网站隐私弹框*/
    .statement-content{max-height: 300px !important;}
}
/*页面纠错 end*/

/*当前位置*/
.ls-crumbs-box{padding: 21px 5px 16px 30px; background: 1px 24px no-repeat; background-image: url(../images-new/icon_pos.png) !important; font-size:16px; line-height: 1.5; color:#989792; border-bottom: 2px #fce5b9 solid;}
.ls-crumbs-box i{font-style: normal;}
.ls-crumbs-box a{color:#585753;}
.ls-crumbs-box a:first-child{ color:#989792;}
.ls-crumbs-box a:hover,.ls-crumbs-box a:first-child:hover{color:#f26402;}
.ls-crumbs-box .search-keywords{color:#f00;}

@media (max-width: 991px) {
    .ls-crumbs-box{font-size: 14px; margin: 0 15px; background-position: 1px 22px;}
}
@media (max-width: 767px) {
    .ls-crumbs-box{ margin: 0 10px; padding: 11px 5px 8px 25px; background-position: 1px 12px;}
}


.ui-empty-skin1 {padding: 20px; height: 220px;margin: auto;background:url(../images-new/empty.png) no-repeat 50%;}