@charset "utf-8";
/* CSS Document */
/*----------栏目页 on----------*/
.ls-column-inner{padding: 0 0 20px;}
/*左侧*/
.ls-column-left{width: 280px; background: #fafafa; min-height: 400px;}
.ls-column-title{ height: auto; padding:10px 25px; overflow:hidden; background: #1b448f;}
.ls-column-title span{display: block; font-size:22px; font-weight: bold; line-height:1.6; color:#fff;}
.ls-column-menu li{padding: 1px 0;}
.ls-column-menu li a{ line-height:24px; padding: 15px 0; border-bottom: 1px solid #eeeeee; display:block; font-size: 18px; padding-left: 30px;}
.ls-column-menu li a:hover{color: #1b448f;}
.ls-column-menu li.active a,.ls-column-menu li a.active,.ls-column-menu li a:hover{color: #1b448f; border-left:2px solid #1b448f; background: #eee;}
/*窄屏下二级栏目 */
.btn-group{cursor:pointer;position:relative;}
.btn{width:100%;padding:3px 40px 3px 12px;font-size:18px;text-align:left;border-radius:0; position: relative;}
.btn-group .btn{border-radius: 5px;}
.btn-danger{margin-bottom:10px;height: auto;line-height: 34px;color:#fff;background:#1b448f;border:0;font-weight:bold;padding-left:15px;}
.btn-danger:active:hover,.btn-danger.active:hover,.open > .dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus,.btn-danger.active.focus,.open > .dropdown-toggle.btn-danger.focus{color:#fff;background:#1b448f;border:0;}
.btn .caret{position: absolute;right: 10px;top: 50%;margin-top: -3px;}
.dropdown-menu{width:100%;padding:0;border-radius:0;box-shadow:none;border:0;position: static;margin-top: -10px;}
.dropdown-menu > li > a{padding:10px 10px 10px 15px;white-space: normal;}
.dropdown-menu a{background:#f2f4fb;border-top:1px solid #fff;}
.dropdown-menu a:hover{background:#1b448f !important;color:#fff !important;}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{background:#1b448f;color:#fff;}
.dropdown-backdrop{ display: none;}
/*右侧*/
.ls-column-right{width: 1095px;position: relative;}
/*右侧标题 */
.ls-column-name{background: url("../images/line_ec.png") 0 bottom repeat-x;}
.ls-column-name span{display: inline-block; padding: 0 10px 4px; position: relative; line-height:2.2; font-weight: bold; color: #1b448f; font-size: 20px; transition: 0.4s all;}
.ls-column-name span:after{display:block; content: ""; position: absolute; left:0; bottom: 0; transition: 0.4s all; width: 100%; height: 1px; background: #1b448f;}
/***栏目文字列表****/
.ls-column-list{height:auto; min-height:450px; _height:450px; position: relative; font-size:16px; line-height:1.8; border-top:0; text-align:justify; text-justify:inter-ideograph; word-break:break-all; word-wrap:break-word; padding: 10px 0 0;}
.ls-column-list ul{clear:both;}
.ls-column-list table{max-width:100% !important;}
.ls-column-list li{ height:38px; line-height:38px; vertical-align:bottom; padding:2px 80px 2px 14px; background: url("../images/dot.png") left center no-repeat; position:relative;}
.ls-column-list li .date{font-size: 14px; color:#999; position: absolute; top: 2px; right: 0;}
.ls-column-list .doc_list{padding-bottom:5px; overflow: hidden;}
.ls-column-list .doc_list li,.ls-column-list .download-list li{overflow:hidden;}
.ls-column-list .doc_list li a{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ls-column-list .doc_list li img{float:left; margin:11px 0 0 2px;}
.ls-column-list .doc_list li.odd a, .ls-column-list .doc_list li.even a{ max-width: 930px;}
.ls-column-list li.lm_line{height: 0;border-bottom: 1px dashed #ddd;margin: 12px 0; padding:0;background: none;}
.ls-column-list li.lm_line.add{display: none;}
.ls-column-list li.columnName{height:auto;line-height: 40px;padding: 0 60px 0 10px; background: #f8f8f8; margin: 5px 0;}
.ls-column-list li.columnName a.more{ font-size:12px; color:#888; float: none !important; margin: 0 !important;position: absolute;top: 0;right: 10px; }
.ls-column-list li.columnName a.more:hover{ color:#c00;}
.ls-column-list li.columnName a.title{float: none !important; font-weight:bold; color:#333;  margin-right: 0;max-width: none !important;white-space: normal;}
.ls-column-list .doc_list li.search-list a{max-width: none !important;margin-right: 90px;float: none;}
@media (min-width: 1200px) and (max-width:1399px) {
    .ls-column-right{width: 895px;}
    .ls-column-list .doc_list li.odd a, .ls-column-list .doc_list li.even a{ max-width: 750px;}
}
@media (min-width: 992px) and (max-width:1199px) {
    .ls-column-left{width: 260px;}
    .ls-column-right{width: 712px;}
    .ls-column-list .doc_list li.odd a, .ls-column-list .doc_list li.even a{max-width: 560px;}
}
@media(max-width:991px) {
    .ls-column-inner{padding: 0 10px 15px;}
    .ls-column-list .doc_list li.odd a, .ls-column-list .doc_list li.even a{max-width: 100%;}
    .ls-column-list .doc_list li img{display: none;}
}
/*文章页*/
.ls-article{ border: 1px #ddd solid; padding: 20px 50px 40px; position: relative;}
/*文章标题*/
.ls-article-title{ font-size: 32px; font-weight: bold; line-height: 38px; text-align: center; color: #333; padding: 20px 0 15px;}
.ls-article-subtitle{ text-align: center; font-size: 24px; line-height: 30px;padding: 0 0 10px 0;}
.ls-article-toptitle,.ls-article-smalltitle{ text-align: center; font-size: 20px; line-height: 28px;}
.ls-article-smalltitle{ padding-bottom:10px;}
/*文章信息*/
.ls-article-menu{ border-bottom: 1px solid #eeeeee; padding: 18px 0 13px; line-height: 32px; font-size: 15px; color: #666; text-align: center;}
.ls-article-menu span{ display: inline-block; margin: 0 8px; vertical-align: top;}
.ls-article-menu a{ color: #666;}
.ls-article-menu i{ font-style: normal;}
.wz_font i { display: block; float:left; font-style: normal; white-space: nowrap;overflow: hidden;}
.wz_font span,.wz_font a { display: block; float:left; margin: 4px 0 0; height: 24px; line-height: 24px; padding: 0 7px; border: #e6e6e6 1px solid;text-align: center; cursor: pointer; color: #999999;}
.wz_font a:hover { color: #d00;}
.wz_font .active { color: #d00; font-weight: bold;}
.wz_font .j-fontBig { border-right: 0; border-radius: 2px 0 0 2px;}
.wz_font .j-fontSmall { border-left: 0; border-radius: 0 2px 2px 0;}
/*文章内容*/
.ls-article-info{padding:20px 0;font-size:16px; overflow-x: auto; color:#333; line-height:2;padding-bottom:40px; text-align:justify;text-justify:inter-ideograph;word-break:break-all;word-wrap:break-word;}
.ls-article-info img{margin:1px 0; max-width:100% !important;height:auto !important; }
.ls-article-info table{ max-width:100% !important;margin:auto;border-color:#333; border-spacing:0; border-collapse: collapse; }
.ls-article-info table td{padding: 5px; line-height: 1.5; border:1px solid #333;}
.minh500{ height:auto; min-height:500px;}
/*分享、打印*/
/*分享打印*/
.ls-article-share{padding-top: 10px;border-top: 1px solid #eee;}
.ls-share-pf{width: 88px; height: 26px; position: relative; padding-left: 20px; background: url(../images/share.png) left center no-repeat !important;}
.ls-share-pf .share-box{right: auto; left: 22px; top: 0;}
.ls-custom-menu{ line-height: 0; font-size: 0;}
.ls-custom-menu a,.ls-custom-menu span{display: inline-block; vertical-align: middle; line-height: 26px; font-size: 14px; padding:0 15px 0 22px; background: 0 center no-repeat; cursor: pointer;}
.ls-custom-menu .ls-print{ background-image: url("../images/print.png") !important;}
.ls-custom-menu .ls-gototop{ padding-left: 20px; padding-right: 0; background-image: url("../images/gotop.png") !important;}
/*上下篇*/
.ls-article-next{margin-top:20px;font-size: 16px;line-height: 32px;}
.ls-article-next span{font-weight: bold;}
/*视频文章*/
.ls-article-video{text-align: center; padding: 20px 0;}
@media (min-width: 768px) and (max-width:991px) {
    .ls-article{padding: 40px 40px 20px 40px;}
    .ls-article-title{ font-size: 28px; line-height: 40px;}
    .ls-article-info img{ height: auto !important;}
}
@media (max-width: 767px) {
    .ls-article{padding: 10px;}
    .ls-article-title{ font-size: 26px; line-height: 34px; padding: 10px 0;}
    .ls-article-subtitle{font-size: 20px;}
    .ls-article-toptitle,.ls-article-smalltitle{font-size: 18px;}
    .ls-article-info{ padding:10px 0;}
    .ls-article-info img{max-width:80%;}
    .minh500{ min-height: 200px;}
    /*视频文章*/
    .ls-article-video{ padding: 10px 0;}
}
@media print{
    a[href]:after {
        content: none!important;
    }
    .header,.nav,.footer,.wz_top,.wzbot1,.wzewm, .zn_newsinfo,.slide{display: none;}
    .con_main{border: 0 none;}
    body{background: #fff;}
}
/*通用文章页 end*/

/*栏目页-图片/视频列表 */
.videoNews-img-list,.picture-list{margin-right: -20px;}
.ls-column-list .videoNews-img-list li,.ls-column-list .picture-list li{float:left; width:238px; height:auto !important; margin:0 20px 20px 0; padding:10px; background:#f4f4f4 !important; transition: 0.4s all;}
.ls-column-list .videoNews-img-list li a,.ls-column-list .picture-list li a{ display: block; float: none;}
.ls-column-list .videoNews-img-list li a:hover,.ls-column-list .picture-list li a:hover{ color: #1b448f;}
.ls-column-list .picture-list li .img_img{display: block; overflow: hidden;}
.ls-column-list .picture-list li img{ width:100%; height:134px;transition: all .5s;}
.ls-column-list .picture-list li a:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.ls-column-list .videoNews-img-list li img{ width:100%; height:134px;}
.ls-column-list .videoNews-img-list li .title a,.ls-column-list .picture-list li .img_title{display:block; float: none; padding: 5px 0 0; line-height:2; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ls-column-list .videoNews-img-list li .datetime{ color: #999; display: block; line-height: 1.5;}
.ls-column-list .videoNews-img-list li:hover,.ls-column-list .picture-list li:hover{background:#f4f8ff !important;}

.wza-black-white .ls-column-list .videoNews-img-list li .title a,.wza-black-white .ls-column-list .picture-list li .img_title,.wza-black-white .ls-column-list .videoNews-img-list li .datetime{color: #333 !important;}
@media (min-width: 1200px) and (max-width:1399px) {
    .ls-column-list .videoNews-img-list li,.ls-column-list .picture-list li{width:265px;}
    .ls-column-list .picture-list li img{  height:149px;}
    .ls-column-list .videoNews-img-list li img{height: 149px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*栏目页-视频列表 */
    .ls-column-list .videoNews-img-list li,.ls-column-list .picture-list li{width: 204px;}
    .ls-column-list .picture-list li img{height: 115px;}
    .ls-column-list .videoNews-img-list li img{height: 115px;}

}
@media (max-width: 991px) {
    /*栏目页-视频列表 */
    .ls-column-list .videoNews-img-list li,.ls-column-list .picture-list li{width: 216px;}
    .ls-column-list .videoNews-img-list li img{height: 122px;}
    .ls-column-list .picture-list li img{height: 122px;}
}
@media (max-width: 767px) {
    /*栏目页-视频列表 */
    .videoNews-img-list,.picture-list{margin-right:0; !important;}
    .ls-column-list .videoNews-img-list li,.ls-column-list .picture-list li{width: auto !important; float: none; margin: 0 0 10px;}
    .ls-column-list .videoNews-img-list li img,.ls-column-list .picture-list li img{height: auto !important;}
}
/*网站地图*/
.ls-map-title{line-height:40px;text-align:center;font-size:30px;font-weight:bold;padding:10px 0 10px;}
.dty_contain{margin:auto; padding:20px;}
.dty_mutitle{margin-top:16px; background: url("../images/line_ec.png") 0 bottom repeat-x;}
.dty_mutitle a{display:inline-block;font-size: 20px;  font-weight:bold;line-height:2;color: #1b448f;border-bottom:#1b448f 1px solid;padding: 0 10px; }
.dty_mutitle a:hover{ text-decoration:underline;}
.dty_sublb{padding:16px 0 10px;}
.dty_sublb:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
.dty_sublb ul li{float:left; width: 15.6%;  margin:0 0.5% 10px 0.5%;text-align:center;}
.dty_sublb ul li a{font-size:16px; line-height:40px; background:#f7f7f7; transition: 0.4s all; display:block; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; padding: 0 5px;}
.dty_sublb ul li a:hover{ background:#1b448f; color:#fff;}
@media (max-width: 991px) {
    .ls-map-title{font-size: 26px;}
    .dty_sublb ul li{width: 32.3%;}
}
@media (max-width: 767px) {
    .ls-map-title{font-size: 20px;}
    .dty_contain{ padding:0;}
    .dty_sublb{padding-bottom: 0;}
}
@media (max-width: 479px) {
    .dty_mutitle a{font-size: 18px;}
    .dty_sublb ul li{width:50%; margin: 0 0 10px;}
    .dty_sublb ul li a{ margin: 0 5px;}
}
/*栏目页 投票调查 */
.ls-column-list .survey-list li,.ls-column-list .collect-list li{padding-right: 200px;padding-left: 80px; text-align: left;}
.ls-column-list .survey-list li .title,.ls-column-list .collect-list li .title{display:block; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; float: none;  max-width:none; }
.ls-column-list .survey-list li .title2,.ls-column-list .collect-list li .title2{display:block;float: left; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; max-width: 730px;}
.ls-column-list .survey-list li .status,.ls-column-list .collect-list li .status{display:block; position: absolute; top: 10px; left:15px; width:60px; height: 24px; line-height: 24px; font-size: 14px; border-radius: 5px; -moz-border-radius: 5px; margin-right: 5px; text-align:center; background:#2e6fc9; color: #fff;}
.ls-column-list .survey-list li .over,.ls-column-list .collect-list li .over{background:#999;}
.ls-column-list .survey-list li .nostart,.ls-column-list .collect-list li .nostart{background:#ce0000;}
.ls-column-list .survey-list li .date,.ls-column-list .collect-list li .date{text-align:right;}
.ls-column-list .survey-list li .result,.ls-column-list .collect-list li .result{float: left; margin-left: 4px;}
.ls-column-list .survey-list li .result a,.ls-column-list .collect-list li .result a{color: #c50001;}
@media (min-width: 1200px) and (max-width: 1399px) {
    .ls-column-list .survey-list li .title2,.ls-column-list .collect-list li .title2{max-width: 530px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .ls-column-list .survey-list li .title2,.ls-column-list .collect-list li .title2{ max-width: 350px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .ls-column-list .survey-list li .title2,.ls-column-list .collect-list li .title2{ max-width: 370px;}
}
@media only screen and (max-width:767px) {
    .ls-column-list .survey-list li,.ls-column-list .collect-list li{padding-left: 14px;padding-right: 0 !important; height: auto;background-position: 0 19px;}
    .ls-column-list .survey-list li .status,.ls-column-list .collect-list li .status{ position: static; display: inline-block; width: auto; padding: 0 15px;}
    .ls-column-list .survey-list li .title,.ls-column-list .collect-list li .title,.ls-column-list .survey-list li .title2,.ls-column-list .collect-list li .title2{ display: inline; float: none; margin: 0; white-space: normal; max-width: none;}
    .ls-column-list .survey-list li .date,.ls-column-list .collect-list li .date{float: none; position: static; display: inline; white-space: nowrap;}
    .ls-column-list .survey-list li .result,.ls-column-list .collect-list li .result{float: none;}

}
/*征集文章页*/
.ls-collectInfo-menu .starting{color:#1b448f;}
.ls-collectInfo-menu .over{color:#f00;}
.collectit{font-size:20px;color:#0364be;font-weight:bold;height:60px;line-height:60px;background:url(../images/icon_myzj.gif) left center no-repeat;padding-left:38px;}
.m-yjzjtabs{background:#e6e6e6; overflow: hidden;}
.m-yjzjtabs li{float: left;min-width: 210px;text-align: center;line-height: 50px;cursor: pointer;font-size:18px;width: 25%; }
.m-yjzjtabs li i,.m-yjzjtabs li a{display: block;font-style: normal;}
.m-yjzjtabs li.active,.m-yjzjtabs li.active a{background: #1163b5; color: #fff;}
.g-yjzjbox {padding: 20px 0;}
.m-filbox .u-txt-file{color:#1163b5;font-weight:bold;font-size:18px;padding-left:25px;margin-bottom:12px;}
.m-file-download ul li{line-height:22px;overflow:hidden;padding:2px 0;font-size:18px;}
.m-file-download ul li span{display:inline-block;width:50px;height:25px;line-height:25px;text-align:center;color:#fff;background:#1163b5;border-radius:2px;}
.m-file-download ul li a{color:#1163b5;}
.u-tit{font-size: 20px;color: #1163b5;font-weight: bold;height: 60px;line-height: 60px;padding-left: 10px;}
.collectInfo_backinfo{border-top:1px dotted #ddd; font-size:16px; line-height:32px; padding:10px 15px; overflow: hidden; overflow-x: auto;}
.collectInfo_backinfo table{max-width:90% !important;}
.collectInfo_backinfo img{max-width:90% !important;height: auto !important;}
/*我要留言*/
.poll_collect{width:100%;font-size:14px;font-family:"Microsoft YaHei",微软雅黑;}
.poll_collect h3{font-size:20px;color:#0364be;font-weight:bold;height:60px;line-height:60px;background:url(../images/icon_myzj.gif) left center no-repeat;padding-left:38px;}
.poll_collect ul{margin:10px 0 0;}
.poll_collect li{border:#ddd solid 1px;padding:2px;height:34px;margin-bottom:10px;line-height:34px;clear:both;}
.poll_collect li p{position:relative;}
.poll_collect li p.poll_txt,.poll_collect li p.poll_con{width:115px;text-align:right;padding-right:5px;border-right:#ddd solid 1px;float:left;}
.poll_collect li p.poll_input,.poll_collect li p.poll_yzm{padding:2px 5px; height:30px; line-height: 0;}
.poll_collect li p.poll_input,.poll_collect li p.poll_yzm,.poll_collect li p.poll_conts,.poll_collect li p.poll_privacy{ margin-left: 121px; float: none;}

.poll_collect li p span.msg-box{left:4px;top:4px;position:absolute !important;}
.poll_collect li p.poll_con{height:180px;}
.poll_collect li .red{color:#f00;padding-right:8px;vertical-align:middle;}
.poll_collect li p input{width:100%;height:30px; border:0 none; background:none; line-height:30px; color:#666;}
.poll_collect input#c_name,.poll_collect input#c_phone{width:811px;}
.poll_collect li p.poll_conts{margin-top:2px;padding:2px 5px;}
.poll_collect li p.poll_conts textarea{width:100%;border:0;background:none;line-height:20px;height:172px;outline:none;font-size:14px;color:#666;}
.poll_collect .poll_area{height:180px;}
.poll_collect li p.poll_yzm input{width:100px;}
.poll_collect li p.poll_yzm img{margin:0; height: 30px !important; width: auto !important;}
.poll_collect li.btn-group{width: auto !important; border:0 none;text-align:center;height:40px;}
.poll_collect li.btn-group input{float:none;height:40px;background:#0364be;color:#fff;font-size:16px;text-align:center;cursor:pointer;border:0;width:140px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; padding: 0;}
.poll_collect li.fujian{ height:80px;}
.poll_collect li p.fujian_txt{ height:80px; line-height:54px;}
.poll_collect ul li .sb_btn{height:36px;padding-top:11px; padding-left:5px; float:left;  }
.poll_collect ul li .sb_btn input.ke-input-text{float:left;line-height:32px;height:32px;border:1px solid #e5e5e5;outline:medium none;width:540px;padding:1px 5px;background:#fff;}
.poll_collect ul li .btn-upload{float:left;line-height:36px;height:36px;border:none;outline:none;width:70px;background:#1163b5;text-align:center;color:#fff;font-size:14px;margin-left:8px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; font-family:"微软雅黑";}
.poll_collect .j-privacy-statement{ margin-left:10px;}
.zxsb{ clear:both;display:block;line-height:26px;float:left;width:100%;padding:5px 0 10px;color:#e20a0d;font-size:14px;}
#logTip {text-align: center;font-size: 16px;color: #d00;padding-bottom: 20px; padding-top: 40px;}
.collectInfo_title{font-size: 20px;color: #1163b5; font-weight:bold;height: 60px;line-height: 60px; padding-left: 8px;}
.collectInfo_xj{ border: 1px #ddd dashed; padding: 10px; margin: 15px 0 10px;}
.collectInfo_xj span{ font-weight: bold;color: #1163b5; margin-right: 5px;}
input.disabled{background: #ddd !important;}
input.btn.disabled{background: #999 !important; color: #fff !important; cursor: default !important;}
/*网友意见*/
.collection-theme-list{margin-top:20px;font-family:"Microsoft YaHei",微软雅黑;}
.collection-theme-list ul li .collection-body{border-top:#ddd 1px dotted;padding:15px 0;font-size:16px;line-height:1.8;}
.collection-theme-list ul li .collection-body .collection-username{color:#e60012;}
.collection-theme-list ul li .collection-body .collection-tit{ padding-bottom: 8px;}
.collection-theme-list ul li .collection-body .collection-info{color:#555;word-break:break-all;word-wrap:break-word;}
.collection-theme-list ul li .collection-body .collection-datetime{color:#999;}
@media (max-width: 991px){
    .m-yjzjtabs li{ width: 50%; min-width: 0;}
    .collectInfo_backinfo{padding: 10px 5px;}
}
@media (max-width: 424px){
    .m-yjzjtabs li{ width: 100%;}
    .poll_collect li{height: auto !important; border: 0 none; padding: 0; margin-bottom: 0;}
    .poll_collect li p.poll_txt, .poll_collect li p.poll_con{width: auto; float: none; text-align: left; border-right: 0 none;}
    .poll_collect li p.poll_input,.poll_collect li p.poll_yzm,.poll_collect li p.poll_conts,.poll_collect li p.poll_privacy{ margin-left:0; padding: 0;}
    .poll_collect li p input,.poll_collect li p.poll_conts textarea{ border: 1px #ddd solid; padding: 0 10px; box-sizing: border-box;}
    .poll_collect li p.poll_con{height: auto;}
    .poll_collect li p.poll_conts textarea{padding: 5px 10px; height: 130px;}
    .poll_collect li.isprivacy p.poll_txt{float: left; padding-right: 0;}
}

/*调查文章页*/
.ls-vote-info{padding-bottom: 20px;}
.ls-article-vote{margin:auto;padding-bottom:50px;font-size:16px;line-height:2;}
.ls-article-vote .dcxm_title{ display:none;}

.ls-article-vote .voteinfo .nostart{color:#ce0000;}
.ls-article-vote .voteinfo .starting{color:#1b448f;}
.ls-article-vote .voteinfo .over{color:#999;}
.ls-article-vote .vote-info{padding:20px; overflow: hidden; overflow-x: auto;}
.ls-article-vote .vote-info table{max-width: 90%;}
.ls-article-vote .vote-info img{ max-width: 80%; height: auto;}
.ls-article-vote .vote-main{width:96%;margin:auto;}
.ls-article-vote .vote-lsit{padding-bottom:10px;}
.ls-article-vote .vote-lsit .title{font-weight:bold; line-height:1.8; padding:5px 0 8px;}
.ls-article-vote .vote-lsit ul{padding:15px;border:1px solid #e7e7e7;}
.ls-article-vote .vote-lsit ul li{ padding: 5px 0; line-height:1.8;}
.ls-article-vote .vote-lsit ul li input{ margin-right: 5px;}
.ls-article-vote .vote-lsit ul li.vote-textarea{padding:4px 5px;}
.ls-article-vote .vote-lsit ul li.vote-textarea textarea{height:92px;width:100%; border: 0 none;}
.ls-article-vote .vote-code{width:90%;margin:auto;padding:20px 0;font-size:14px;overflow:hidden;height:30px;}
.ls-article-vote .vote-code .text-code{float:left;display:block;line-height:30px;}
.ls-article-vote .vote-code .verification{border:1px solid #ddd;height:28px;line-height:28px;width:96px;float:left;padding:0 5px;}
.ls-article-vote .vote-code .img-code{float:left;padding-left:8px;}
.ls-article-vote .vote-btn{height:42px;text-align:center;}
.ls-article-vote .vote-btn button{height:40px;background:#1b448f;color:#fff;font-size:16px;text-align:center;cursor:pointer;border:0;width:140px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:0 10px;font-family:"Microsoft YaHei",微软雅黑;outline:none;}
.ls-article-vote .vote-btn button.btn-review{background:#f80;}
.vote-show{width:95%;margin:auto;border:1px solid #e7e7e7;font-size:14px;}
.vote-show th{text-align:left;border-bottom:1px solid #f0f0f0;background:#faf9f9;height:auto;padding:5px 5px 5px 15px;line-height:1.8;font-size:16px;}
.vote-show td .vote_con{width:98%;margin:auto;border-bottom:1px dotted #f0f0f0;height:auto;line-height:30px;padding:0 0;clear:both;}
.vote-show td .vote_con span{display:block;height:auto;line-height:30px;float:left;}
.vote-show td .vote_con span.c1,.vote-show td .vote_con span.c2,.vote-show td .vote_con span.c3{padding:5px 0;}
.vote-show td .vote_con span.c1{width:700px;padding-left:15px;}
.vote-show td .vote_con span.c2{width:120px;padding:12px 0 0 20px;}
.vote-show td .vote_con span.c3{width:80px;padding-right:15px;float:right;text-align:right;}
.vote-show td .vote_con span.c3 i{color:#dd0000;font-style:normal;}
.vote-show td .vote_con span.progress-bar{width:100px; border-radius: 14px; overflow: hidden; height:14px;float:left;background:#eee !important;}
.vote-show td .vote_con span.progress-bar .progress{background:#f27c25 !important; display:block;height:14px;}
.vote-show td .vote_content{width:95%;margin:0 auto;border-bottom:1px dotted #f0f0f0;line-height:28px;padding:5px;}
@media (min-width: 992px) and (max-width:1149px) {
    .vote-show td .vote_con span.c1{ width: 408px;}
}
@media (max-width: 991px) {
    .ls-article-vote .vote-info{ padding:10px 0;}
    .vote-show{margin: 0;width:100%;}
    .vote-show td .vote_con{width:96%;}
    .vote-show td .vote_con span.c1{width: 100%; padding: 0;}
    .vote-show td .vote_con span.c2{width: 100%; padding-top: 10px;padding-left:0;}
    .vote-show td .vote_con span.progress-bar{float: left;width:100%;}
    .vote-show td .vote_con span.c3{width: 100%; padding: 0; text-align: left;}
}
@media (max-width: 767px) {
    .ls-article-vote .vote-main{ margin-bottom:0; padding:0 10px 10px;}
    .ls-article-vote .vote-code .verification{width:66px;}
    .ls-article-vote .vote-btn{padding:10px 0;}
    .ls-article-vote .vote-btn button{margin:0 5px;width:100px;}
    .vote-show td .vote_con span.progress-bar1{ width:50px;}
    .vote-show td .vote_con{ padding: 5px 0px;}
}
/* 栏目页-留言查询、列表 */
.liuyan{float: right;line-height: 42px;text-indent: 20px;}
.liuyan_xinjian{display:block;float:right;width:75px;height:33px;line-height:32px;padding-left:33px;font-size:16px;color:#fff;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer;}
.liuyan_xinjian:hover{color:#fff;}
.ls-message-query{border:#e8e8e8 1px solid;background:#f6f6f6;padding:17px 15px 13px;height:66px;position:relative;}
.ls-message-query .ls-message-statistics{height:28px;line-height:28px;font-size:14px;padding-left: 120px;}
.ls-message-query .ls-message-statistics .jg{ margin: 0 5px; display: inline-block;}
.ls-message-query .ls-message-statistics .sz{color:#fd8524;font-style:normal;}
.ls-message-query .ls-message-statistics span.line{padding:0 10px;display: inline-block;}
.ls-message-query-from{margin-top:8px;}
.ls-message-query-from ul li{float:left;height:32px;line-height:32px;padding:0;background:none !important;font-size:14px;overflow:visible;}

.ls-message-query-from ul li.time{width:128px;}
.ls-message-query-from ul li.time input{float:left;width:116px;height:30px;line-height:30px;border:#cecece 1px solid;background:#fff;font-size:14px;color:#999;padding-left:10px;outline:none; border-radius: 4px;}
.ls-message-query-from ul li.line{width:24px;background:url(../images/liuyan_jg.gif) center center no-repeat !important;}
.ls-message-query-from ul li.text{width:77px;text-align:right;}
.ls-message-query-from ul li.dw{width:150px;}
.ls-message-query-from ul li.dw select{width:140px;height:32px;line-height:32px;border:#cecece 1px solid;background:#fff;font-size:14px;color:#999;padding:2px 5px;outline:none;}
.ls-message-query-from ul li.srk{width:214px;}
.ls-message-query-from ul li.srk input{float:left;width:203px;height:30px;line-height:30px;border:#cecece 1px solid;border-right:0;background:#fff;font-size:14px;color:#999;padding-left:10px;outline:none; border-radius: 4px 0 0 4px;}
.ls-message-query-from ul li.btn{width:48px;}
.ls-message-query-from ul li.btn input{float:left;width:48px;height:32px;line-height:32px;border:none;background:#1b448f;font-size:14px;color:#fff;text-align:center;outline:none;cursor:pointer; border-radius: 0 4px 4px 0;}
.ls-message-query-from ul li.btn input:hover{background: #0e56a7;}
.ls-message-query .title{display:block;width:75px;height:26px;line-height:26px;position:absolute;left:15px;top:17px;font-size:18px;font-weight:bold;color:#1b448f;}
.ls-message-query-from ul li input:focus{border-color:#1b448f; }
.ls-column-list .guestbook-table{margin-top:15px;}
.ls-column-list .guestbook-table .guestbook_bt{height:36px;overflow:hidden; position: relative;}
.ls-column-list .guestbook-table .guestbook_bt .liuyan_xiexin{ position: static !important; float: right;}
.ls-column-list .guestbook-table .guestbook_bt span{display:block;float:left;width:auto;white-space:nowrap;height:36px;line-height:36px;padding:0 20px;font-size:16px;color:#fff;background:#1b448f;font-weight: bold;}
.ls-column-list .guestbook-table .guestbook_title{ background:#f8f8f8;margin:12px 0 5px; position: relative;}
.ls-column-list .guestbook-table .guestbook_title li{height:36px; line-height:36px;border-right:#fff 2px solid;text-align:center;padding:2px 0;background:none !important; position: absolute;top:0;}
.ls-column-list .guestbook-table .guestbook_title li.t1{position: static; margin-right:404px;}
.ls-column-list .guestbook-table .guestbook_title li.t2{width:160px; right:242px;}
.ls-column-list .guestbook-table .guestbook_title li.t3{width:120px; right:120px;}
.ls-column-list .guestbook-table .guestbook_title li.t4{width:120px;border-right:none; right:0;}
.ls-column-list .guestbook-table .guestbook_title li.t5{width:86px;display:none;}
.ls-column-list .guestbook-table ul.odd,.ls-column-list .guestbook-table ul.even{clear:both;overflow:hidden; position: relative;}
.ls-column-list .guestbook-table ul.even{background:#f7f7f7;}
.ls-column-list .guestbook-table ul.odd li,.ls-column-list .guestbook-table ul.even li{ position: absolute; top:0; padding:2px 0;background:none !important;height:36px;line-height:36px;text-align:center;font-size:16px;border-right:#fff 2px solid;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#999;}
.ls-column-list .guestbook-table ul.odd li.t1,.ls-column-list .guestbook-table ul.even li.t1{position: static;margin-right: 404px; text-align:left;padding-left: 18px;background: url(../images/dot.png) 5px center no-repeat!important;}
.ls-column-list .guestbook-table ul.odd li.t1 a,.ls-column-list .guestbook-table ul.even li.t1 a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ls-column-list .guestbook-table ul.odd li.t2,.ls-column-list .guestbook-table ul.even li.t2{width:160px;  right:242px;}
.ls-column-list .guestbook-table ul.odd li.t3,.ls-column-list .guestbook-table ul.even li.t3{width:120px; right:120px;color:#999;}
.ls-column-list .guestbook-table ul.odd li.t4,.ls-column-list .guestbook-table ul.even li.t4{width:120px;border-right:none; right:0;color:#999;}
.ls-column-list .guestbook-table ul.odd li.t3 .s1,.ls-column-list .guestbook-table ul.even li.t3 .s1{color:#999;}
.ls-column-list .guestbook-table ul.odd li.t3 .s2,.ls-column-list .guestbook-table ul.even li.t3 .s2{color:#f00;}
.ls-column-list .guestbook-table ul.odd li.t5,.ls-column-list .guestbook-table ul.even li.t5{width:86px;display:none;}
@media (max-width: 1199px) and (min-width: 992px) {
    .ls-message-query{height: auto;}
    .ls-message-query .title{left:15px;}
    .ls-message-query .ls-message-statistics{padding-left:80px;}
    .ls-message-query-from{padding-left: 0;}
}
@media (max-width:991px) {
    .ls-message-query{height: auto;}
    .ls-message-query .title{position: static;}
    .ls-message-query .ls-message-statistics{padding:0 10px;text-align: center;}
    .ls-message-query-from{padding-left:30px;}
}
@media (max-width: 767px) {
    .ls-message-query{ padding: 10px; height: auto;}
    .ls-message-query .ls-message-statistics{height: auto; line-height: 20px; padding: 8px 0; text-align: left;}
    .ls-message-query-from{height: auto; padding: 0; width: auto; margin-top: 0;}
    .ls-message-query .title{ top: 10px; left: 10px;}
    .ls-message-query-from ul{height: auto;}
    .ls-message-query-from ul li.time{width: 47%;}
    .ls-message-query-from ul li.time input,.ls-message-query-from ul li.srk input{width: 100%; box-sizing: border-box; height: 28px; line-height: 28px;}
    .ls-message-query-from ul li.line{width: 6%;}
    .ls-message-query-from ul li.text,.ls-message-query-from ul li.srk,.ls-message-query-from ul li.btn{width: 100%;}
    .ls-message-query-from ul li.srk input{border: 1px #cecece solid;}
    .ls-message-query-from ul li.text{text-align: left; text-indent: 5px;}
    .ls-message-query-from ul li.btn{margin-top: 10px;}
    .ls-message-query-from ul li.btn input,.ls-message-query-from ul li.srk input{ border-radius: 4px;}
    .ls-column-list .guestbook-table{min-height: 200px;}
    .ls-column-list .guestbook-table .guestbook_title li.t1{margin-right: 82px; }
    .ls-column-list .guestbook-table .guestbook_title li.t2, .ls-column-list .guestbook-table .guestbook_title li.t3{ display: none;}
    .ls-column-list .guestbook-table .guestbook_title li.t4{ right:0; width: 82px;}
    .ls-column-list .guestbook-table ul.odd li.t3, .ls-column-list .guestbook-table ul.even li.t3{ display: none;}
    .ls-column-list .guestbook-table ul.odd li.t2, .ls-column-list .guestbook-table ul.even li.t2{ display: none;}
    .ls-column-list .guestbook-table ul.odd li.t4, .ls-column-list .guestbook-table ul.even li.t4{right:0; width: 82px;}
    .ls-column-list .guestbook-table ul.odd li.t1, .ls-column-list .guestbook-table ul.even li.t1{ margin-right: 82px; }
}
/* 栏目页-留言 写信 */
.ls-golist{position:relative; z-index: 1;}
.liuyan_xiexin{display:block; width:75px; height:33px; line-height:32px; padding-left:33px;font-size:16px;color:#fff;background:url(../images/liuyan_xiexin.png) 0 0 no-repeat;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer;}
.liuyan_xiexin:hover{color:#fff;background:url(../images/liuyan_xiexinh.png) 0 0 no-repeat;}

.ls-message-xz{ border:#e8e8e8 1px solid;background:#f6f6f6; padding:10px 30px 20px;height:auto;position:relative;}
.ls-message-xz .title{line-height:1.5; font-size:18px; display: block; padding-bottom: 20px; font-weight:bold; color:#1b448f;}
.ls-message-xz p{color:#666; font-size:15px; line-height:1.8; text-indent:2em;}
.guestbook-form{padding:17px 19px;margin-top:15px;}
.guestbook-form .guestbook_bt{height:36px;overflow:hidden;}
.guestbook-form .guestbook_bt span{display:block;float:left;width:102px;white-space:nowrap;height:36px;line-height:36px; font-size:16px; text-align:center;color:#fff; font-weight:bold;background:#d30b15;}

.guestbook-table-form{margin-top:10px;}
.guestbook-table-form ul{overflow:inherit;}
.guestbook-table-form ul li{float:left;padding:0;background:none !important;overflow:inherit; padding-bottom: 10px;}
.guestbook-table-form ul li input,.guestbook-table-form ul li select,.guestbook-table-form ul li.tex textarea{ border-radius: 4px;}
.guestbook-table-form ul li.bt{width:140px;text-align:right;line-height: 38px;}
.guestbook-table-form ul li.bt span,.guestbook-table-form ul li.bt1 span,.guestbook-table-form ul li .red{color:#f00;}
.guestbook-table-form ul li.srk{width:250px;height:44px;position:relative;}
.guestbook-table-form ul li.srk .msg-box{position:absolute;left:0;top:5px;}
.guestbook-table-form ul li.srk input{float:left; width: 100%; box-sizing: border-box; height:38px;line-height:38px;border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.srk select{float:left; width: 100%; height: 38px; box-sizing: border-box; border:#ddd 1px solid;padding:3px 5px;}
.guestbook-table-form ul li.btk,.guestbook-table-form ul li.gk,.guestbook-table-form ul li.yzm{width:641px;height:44px;position:relative;}
.guestbook-table-form ul li.btk .msg-box,.guestbook-table-form ul li.yzm .msg-box{position:absolute;left:0;top:5px;}
.guestbook-table-form ul li.btk input{float:left;  width: 100%; box-sizing: border-box; height:38px;line-height:38px; border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.bt1{width:140px;height:140px;line-height:140px;text-align:right;}
.guestbook-table-form ul li.tex{width:641px;height:160px;position:relative;}
.guestbook-table-form ul li.tex .msg-box{position:absolute;left:0;top:5px;}
.guestbook-table-form ul li.tex textarea{float:left;  width: 100%; box-sizing: border-box; line-height:32px; height:140px; border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.gk label{margin-left:5px;}
.guestbook-table-form ul li.gk input[type='radio']{margin-top:-3px;}
.guestbook-table-form ul li.yzm input{float:left; width:122px; box-sizing: border-box; height:38px;line-height:38px;border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.yzm img{float:left; margin-left:5px; height: 38px; width: auto;}
.guestbook-table-form ul li.btn_group{width:100%;height:45px;text-align:center;padding-top:5px;}
.guestbook-table-form ul li.btn_group input{background:#1b448f;height:40px;line-height:40px;cursor:pointer;font-family:"Microsoft YaHei";border:0;outline:none;color:#fff;width:120px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-size:16px;}
.guestbook-table-form ul li.btn_group input:hover{background: #0e56a7;}
.guestbook-table-form ul li.btn_group input.btn-search{margin-left:15px;*padding:0 !important;_padding:0 !important;}
.guestbook-table-form ul li.ispublic input{ margin:0 5px;}
.guestbook-table-form ul li.clear{padding: 0; float: none;}
.listnews .list-2655273 ul li.sel1,.listnews .list-2655277 ul li.sel1{width:504px;}

/* 栏目页-留言查询 弹框 */
.ui-dialog-content .guestbook-search{padding:10px 50px !important;}
.tishi_con{padding:10px 0;line-height:24px;color:#666;}
.guestbook-text ul li{padding-left:60px;}
.guestbook-text ul li span{color:#d63717;}
/* 栏目页-留言结果 弹框 */
.guestbook-text .font_01{font-size:20px !important;line-height:30px;font-weight:bold;}
.tishi_con{line-height:28px;font-weight:normal;}
.guestbook-tips ul li{text-align:left;font-size:16px;line-height:36px;color:#333;}

@media (max-width:767px) {
    .ui-dialog-content .guestbook-search{padding:10px 0 !important;}
    .guestbook-search ul li input{width:170px;}
}

@media (min-width: 992px) and (max-width:1199px) {
    .guestbook-form{padding:15px 0;}
    .guestbook-table-form ul li.bt,.guestbook-table-form ul li.bt1{ width: 120px;}
    .guestbook-table-form ul li.srk{width: 190px;}
    .guestbook-table-form ul li.srk1 input{width: 478px;}
    .guestbook-table-form ul li.tex,.guestbook-table-form ul li.gk,.guestbook-table-form ul li.btk, .guestbook-table-form ul li.yzm{width: 500px;}
}
@media (min-width: 768px) and (max-width:991px) {
    .guestbook-table-form ul li.bt,.guestbook-table-form ul li.bt1{ width: 120px;}
    .guestbook-table-form ul li.srk{width: 210px;}
    .guestbook-table-form ul li.srk1 input{width: 518px;}
    .guestbook-table-form ul li.tex,.guestbook-table-form ul li.gk,.guestbook-table-form ul li.btk, .guestbook-table-form ul li.yzm{width: 540px;}
}
@media (max-width:767px) {
    .ls-message-xz{padding:10px;}
    .guestbook-form{padding: 0;margin-top:0;}
    .guestbook-table-form ul li{width: 100% !important;}
    .guestbook-table-form ul li.bt,.guestbook-table-form ul li.bt1{text-align: left; height: auto; line-height: 40px; padding-bottom: 0; font-size: 15px;}
    .guestbook-table-form ul li.srk,.guestbook-table-form ul li.srk1,.guestbook-table-form ul li.gk,.guestbook-table-form ul li.btk, .guestbook-table-form ul li.yzm{height: auto; padding-bottom: 0;}
    .guestbook-table-form ul li.bt.fl{height:0;}
    .guestbook-table-form ul li.tex{height: 140px;}
    .guestbook-table-form ul li.srk1 input{width: 100%; height: 32px; box-sizing: border-box;}
    .guestbook-table-form ul li.ispublic{line-height: 40px;}
    .guestbook-table-form ul li.btn_group input{width:100px;}
}

/*留言文章 on*/
.ls-message-info{padding:0 0 30px;}
.ls-message-info .liuyancon{margin:20px auto 0;border-collapse:collapse;}
.ls-message-info .liuyancon th.tit,.ls-message-info .liuyancon td.nr,.ls-message-info .liuyancon td.nrtxt{border:#e3e3e3 1px solid;}
.ls-message-info .liuyancon th.tit{font-size:16px;line-height:24px;padding:18px 10px;text-align:right;width:18%;background:#f8f8f8;}
.ls-message-info .liuyancon td.nr{font-size:16px;line-height:24px;padding:18px 15px;width:32%;word-break:break-all;}
.ls-message-info .liuyancon td.nrtxt{padding:18px 15px;}
.ls-message-info .liuyancon td.pj{color:#f00;line-height:40px;}
.ls-message-info .liuyancon td .dfbox{border:1px solid #eee;background:#f8f8f8;padding:10px;word-break:break-all; }
.ls-message-info .liuyancon td .dfbox .dfyj p{  }
.ls-message-info .nrtxt{ line-height:2; font-size:16px;}
.ls-message-info .mydcon{height:auto;line-height:40px;font-size:16px;}
.ls-message-info .mydcon ul li{float:left;white-space:nowrap;}
.ls-message-info .mydcon ul li.mm{padding-right:10px;}
.ls-message-info .mydcon ul li p{float:left;}
.ls-message-info .mydcon ul li p.bt{white-space:nowrap;font-weight:bold;}
.ls-message-info .mydcon ul li p.srk{position:relative;}
.ls-message-info .mydcon ul li p.srk .msg-box{position:absolute;left:0;top:17px;}
.ls-message-info .mydcon ul li p.srk .myd_input{float:left;margin-top:4px;border:1px solid #ddd;width:170px;height:24px;line-height:24px;padding:3px 5px;}
.ls-message-info .mydcon ul li label{padding-right:15px;white-space:nowrap;}
.ls-message-info .mydcon ul li label input{ margin-top:0;}
.ls-message-info .mydcon ul li .pj_con{ width:100%;}
.ls-message-info .mydcon ul li .pj_con textarea{width:95%;padding:0 15px;background:none;border:1px solid #cccccc; line-height:30px; height:120px;outline:none; font-size:14px; color:#666; margin-bottom:10px;}
.ls-message-info .mydcon ul li.pjbtn{float:right;}
.ls-message-info .mydcon ul li.pjbtn input.myd_btn{font-size:16px;width:90px;height:36px;line-height:36px;color:#fff;border:0;background:#1b448f;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;}
.ls-message-info .mydcon ul li.pjbtn input.myd_btn:hover{background: #0e56a7;}
@media (max-width:767px) {
    .ls-message-info .liuyancon{ border-bottom: #e3e3e3 1px solid;}
    .ls-message-info .liuyancon th,.ls-message-info .liuyancon td{ display: block !important; text-align: left !important; width: auto !important;border-bottom: 0 none !important;}
    .ls-message-info .liuyancon td.nr{padding: 15px 5px;}
    .ls-message-info .liuyancon th.tit{padding: 5px;}
    .ls-message-info .liuyancon td.nrtxt{padding: 10px;}
}
/*留言文章 end*/

/*搜索详细页*/
.ls-search-page{ border: 1px #ddd solid; padding: 20px;}
.ls-search-leftbar{width:260px; height:auto;}
.fenlei_tit,.searchType-title{height:34px;line-height:34px;padding-left:12px;font-size:16px;font-weight:bold;color:#333; }
.total_wz,.searchType-column{height:auto;margin-bottom:10px;padding:8px 0 8px 20px;background:#f1f1f1;font-size:14px;}
.total_wz ul li,.searchType-column ul li{height:30px;line-height:30px;}
.total_wz ul li a:hover,.total_wz ul li a.active,.searchType-column ul li a:hover,.searchType-column ul li a.active{text-decoration:underline;color:#de3e40;}
.ls-search-rightbar{width:1068px;height:auto;padding-top:10px;}
.ls-search-rightbar .warm-prompt{line-height:30px;font-size:14px;color:#666;}
.result_title{padding-right:18px;font-size:15px;float:right;text-align:right;width:auto;height:30px;line-height:30px;color:#8a8a8a;}
.ls-search-rightbar .search-list{height:auto;margin-bottom:15px;line-height:1.8;}
.ls-search-rightbar .search-list li.search-title{line-height:1.8;font-weight:bold;font-size:16px; padding-bottom: 5px;}
.ls-search-rightbar .search-list li.search-title a:hover{text-decoration:underline;}
.ls-search-rightbar .search-list li a span,.ls-search-rightbar .search-list li span{color:#cd3501;}
.ls-search-rightbar .search-list li.search-info{ height:auto; margin-bottom:5px; color: #666;}
.ls-search-rightbar .search-list li.search-column{color:#0384ce;}
.ls-search-rightbar .search-list li.search-url{height:auto;color:#999999; word-break: break-all; font-family:Arial, Helvetica, sans-serif;}
.ls-search-rightbar .search-list li.search-url span.date{padding-left:14px; color: #999;}
.ls-search-rightbar .search-list li.search-url a{color: #999;}
.ls-search-rightbar .search-list li.search-url a:hover{text-decoration:underline; color: #d00;}
.secondsearch{ display:none;}
.warm-prompt{ line-height:30px; font-size:14px; color:#727272;}
@media (min-width: 1200px) and (max-width:1299px) {
    .ls-search-rightbar{width:880px;}
}
@media (min-width: 992px) and (max-width:1199px) {
    .ls-search-rightbar{width: 670px;}
    .ls-search-page{ padding: 15px;}
}
@media(max-width:991px) {
    .ls-search-rightbar{padding-top: 0;}
    .ls-search-page{ padding: 10px;}
}

