

@charset "utf-8";
/* CSS Document */
/*----------栏目页 on----------*/
body { background: #f2f5fc; }
/*左侧*/
.ls-column-left { width: 280px; background: #fafafa; min-height: 400px; }
.ls-column-title { display: none; height: auto; padding: 10px 25px; overflow: hidden; background: #1a6cc9; }
.ls-column-title span { font-size: 20px; font-weight: bold; line-height: 30px; color: #fff; }
.ls-column-menu li { float: left; margin-right: 20px; }
.ls-column-menu li a { line-height: 24px; padding: 10px 15px; display: block; font-size: 16px; background: rgb(250, 250, 250); box-shadow: rgb(202, 199, 199) 1px 2px 3px 0; }
.ls-column-menu li a:hover { color: #1a6cc9; }
.ls-column-menu li a.active, .ls-column-menu li a:hover, .ls-column-menu li.active a { color: #1a6cc9; border-left: 2px solid #1a6cc9; background: rgb(255, 255, 255); box-sizing: border-box; }
/*窄屏下二级栏目 */
.btn-group { width: 100%; cursor: pointer; position: relative; }
.btn { width: 100%; padding: 3px 40px 3px 12px; font-size: 18px; text-align: left; border-radius: 0; position: relative; }
.btn-danger { margin-bottom: 10px; height: auto; line-height: 34px; color: #fff; background: #125db2; border: 0; font-weight: bold; padding-left: 15px; }
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover { color: #fff; background: #125db2; 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; }
.dropdown-menu a { background: #f2f4fb; border-top: 1px solid #fff; }
.dropdown-menu a:hover { background: #125db2!important; color: #fff!important; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background: #125db2; color: #fff; }
/*右侧*/
.ls-column-right { width: auto; padding: 20px; box-sizing: border-box; float: none; }
/*右侧标题 */
.ls-column-name { border-bottom: 1px solid #eaeaea; margin-bottom: 10px; }
.ls-column-name span { display: inline-block; padding: 0 0 4px; position: relative; line-height: 2.2; font-weight: bold; color: #125db2; 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: #125db2; }
/***栏目文字列表****/
.guidang { position: absolute; right: 0; top: 0; z-index: 10; }
.ls-comlist { padding: 30px; box-sizing: border-box; }
.ls-column-list { height: auto; min-height: 250px; 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; }
.ls-column-list ul { clear: both; }
.ls-column-list table { max-width: 100%!important; }
.ls-column-list li { height: 56px; line-height: 56px; vertical-align: bottom; padding: 0 100px 0 14px; position: relative; overflow: hidden; }
.ls-column-list li .date { 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; padding-left: 0; border-bottom: 1px dashed #ddd; }
.ls-column-list .doc_list li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ls-column-list .doc_list li.even a, .ls-column-list .doc_list li.odd a { max-width: 690px; }
.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 { display: none; height: auto!important; line-height: 40px; padding: 0 10px; background: #f8f8f8; margin: 5px 0; }
.ls-column-list li.columnName a.more { font-size: 12px; color: #888; float: right!important; margin: 0!important; }
.ls-column-list li.columnName a.more:hover { color: #c00; }
.ls-column-list li.columnName a.title { font-weight: bold; color: #333; display: inline; margin-right: 0; white-space: normal; max-width: none!important; }
.ls-column-list .doc_list li.search-list a { max-width: none!important; margin-right: 90px; float: none; }

.ls-column-list li.columnImage { height: auto!important; line-height: 40px; padding: 0 10px 0 0; background: #f8f8f8; margin: 5px 0; }
.ls-column-list li.columnImage a.more { font-size: 12px; color: #888; float: right!important; margin: 0!important; }
.ls-column-list li.columnImage a.more:hover { color: #c00; }
.ls-column-list li.columnImage a.title { font-weight: bold; color: #333; display: inline; margin-right: 0; white-space: normal; max-width: none!important; }
@media (min-width: 992px) and (max-width:1279px) {
    .ls-column-left { width: 260px; }
    .ls-column-right { width: auto; }
    .ls-column-list .doc_list li.even a, .ls-column-list .doc_list li.odd a { max-width: 560px; }
}
@media(max-width:991px) {
    .ls-column-list .doc_list li.even a, .ls-column-list .doc_list li.odd a { max-width: 100%; }
    .ls-column-list .doc_list li img { display: none; }
}

/*专题*/
.ls-column-list .list-250912821 li.even, .ls-column-list .list-250912821 li.odd { display: none; }
.ls-column-list .list-250912821 li.columnImage .more { display: none; }
.ls-column-list .list-250912821 li.columnImage { margin: 0; padding: 0; margin-top: 30px; border-bottom: 1px dashed #ddd; padding-bottom: 30px; height: 152px!important; background: transparent; }
.ls-column-list .list-250912821 li.columnImage a { display: block; width: 100%; height: 100%; position: relative; padding: 0 0 0 300px; box-sizing: border-box; }
.ls-column-list .list-250912821 li.columnImage img { display: block; width: 270px; height: 152px; position: absolute; top: 0; left: 0; }
.ls-column-list .list-250912821 li.columnImage .title { font-size: 20px; font-weight: normal; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ls-py-links{ text-align: center; margin-top: 30px;}
.ls-py-links li{ display: inline-block; padding: 0; margin: 0 20px; height: auto;}
.ls-py-links li a{ display: inline-block; border-radius: 10px; padding: 0 30px;  background:#2870d3; color: #fff; font-size: 20px; line-height: 60px; height: 60px;}
.ls-py-links li a:hover{ background: #0e5ac2;}
@media (max-width: 767px) {
    .ls-py-links li{ margin: 0 10px;}
    .ls-py-links li a{ padding: 0 20px;}
}
/*文章页*/
.ls-article { padding: 20px 50px 40px; position: relative; }
/*文章标题*/
.bb-article-title { font-size: 32px; font-weight: bold; line-height: 50px; text-align: center; color: #333; padding: 0 0 15px; }

.ls-article-subtitle { text-align: center; font-size: 24px; line-height: 30px; padding: 0 0 10px 0; }
.ls-article-smalltitle, .ls-article-toptitle { text-align: center; font-size: 20px; line-height: 28px; }
.ls-article-smalltitle { padding-bottom: 10px; }
/*文章信息*/
.ls-article-menu { border-bottom: 1px solid #eee; 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 a, .wz_font span { 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: #999; }
.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; min-height: 400px; color: #333; line-height: 2; padding-bottom: 40px; overflow-x: auto; text-align: justify; text-justify: inter-ideograph; }
.ls-article-info img, .ls-article-info table { max-width: 90%; }
.ls-article-info img { margin: 1px 0; max-width: 90%; }
.ls-article-info table { border-color: #333; border-spacing: 0; border-collapse: collapse; margin: 0 auto; }
.ls-article-info table td { padding: 5px; line-height: 1.5; border: 1px solid #333; }
.minh500 { height: auto; min-height: 500px; }
.ls-article-otherli { padding-bottom: 10px; line-height: 2; font-size: 16px; }
/*分享打印*/
.ls-article-share { padding-top: 10px; border-top: 1px solid #eee; }
.ls-share-pf { height: 26px; position: relative; display: inline-block; margin-top: 4px!important; }
.ls-share-pf .share-box { position: relative; 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: 24px; line-height: 40px; }
    .ls-article-info img { height: auto!important; }
}
@media (max-width: 767px) {
    .ls-article { padding: 10px; }
    .ls-article-title { font-size: 22px; line-height: 34px; padding: 10px 0; }
    .ls-article-subtitle { font-size: 20px; }
    .ls-article-smalltitle, .ls-article-toptitle { font-size: 18px; }
    .ls-article-info { padding: 10px 0; min-height: 300px; }
    .ls-article-info img { max-width: 80%; }
    /*视频文章*/
    .ls-article-video { padding: 10px 0; }
    .ls-article-menu .fl, .ls-article-menu .fr { float: none; display: inline-block; }
}
@media print {
    a[href]:after { content: none!important; }
    .footer,   .header,   .nav,   .slide,   .wz_top,   .wzbot1,   .wzewm, .zn_newsinfo { display: none; }
    .con_main { border: 0 none; }
    body { background: #fff; }
}
/*通用文章页 end*/

/*文章页客户端二维码*/
.ls-khd { margin-top: 30px; }
.ls-khd .ls-khd-list li { width: 100%; height: auto; }
.ls-khd .ls-khd-list li a { display: block; width: 100%; height: 100%; }
.ls-khd .ls-khd-list li a img { width: 100%; height: 100%; }
@media (min-width: 992px) and (max-width: 1279px) {
    .ls-khd { margin-top: 20px; }
}
@media (max-width: 991px) {
    .ls-khd { margin-top: 15px; }
}
@media (max-width: 767px) {
    .ls-khd { margin-top: 10px; }
}
/*栏目页-视频列表 */
/* .videoNews-img-list { margin: 10px 0 0; overflow: hidden; }
.ls-column-list .videoNews-img-list li { float: left; width: 253px; height: auto; margin-right: 10px; margin-bottom: 20px; padding: 10px; background: #f4f4f4!important; transition: 0.4s all; }
.ls-column-list .videoNews-img-list li:nth-of-type(3n) { margin-right: 0; }
.ls-column-list .videoNews-img-list li a { display: block; float: none; }
.ls-column-list .videoNews-img-list li a:hover { color: #125db2; }
.ls-column-list .videoNews-img-list li img { width: 100%; height: 162px; }
.ls-column-list .videoNews-img-list li .title a { 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 { background: #f4f8ff!important; }
@media (min-width: 992px) and (max-width: 1279px) {
  .ls-column-list .videoNews-img-list li { width: 186px; margin-bottom: 10px; }
  .ls-column-list .videoNews-img-list li img { height: 120px; }
}
@media (max-width: 991px) {
  .ls-column-list .videoNews-img-list li { width: 219px; }
  .ls-column-list .videoNews-img-list li img { height: 140px; }
}
@media (max-width: 767px) {
  .ls-column-list .videoNews-img-list li { width: auto!important; float: none; margin: 0 0 10px; }
  .ls-column-list .videoNews-img-list li img { height: auto!important; }
} */
ul.videoNews-img-list li{
    position: relative; padding: 0 0 30px 300px; height: 152px; margin-top: 30px; border-bottom: 1px dashed #ddd;
}
ul.videoNews-img-list li .pic { display: block; width: 270px; height: 152px; position: absolute; top: 0; left: 0; }
ul.videoNews-img-list li .pic img { width: 100%; height: 100%; }
ul.videoNews-img-list li .info { line-height: 1.8; }
ul.videoNews-img-list li .title { font-size: 20px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
ul.videoNews-img-list li .info .remarks { color: #666; font-size: 16px; padding-top: 8px; max-height: 56px; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; text-align: justify; overflow: hidden; }
ul.videoNews-img-list li .info .remarks .detailed { color: #0364be; }
ul.videoNews-img-list li .datetime { display: block; position: static; color: #9e9e9e; font-size: 16px; padding-top: 15px; }
@media (min-width: 992px) and (max-width: 1279px) {
    ul.videoNews-img-list li { margin-top: 20px; padding: 0 0 20px 285px; }
}
@media (max-width: 991px) {
    ul.videoNews-img-list li { margin-top: 15px; padding: 0 0 15px 285px; }
}
@media (max-width: 767px) {
    ul.videoNews-img-list li { margin-top: 10px; padding: 0 0 10px 0; text-align: center; height: auto; }
    ul.videoNews-img-list li .pic { position: static; width: 100%; height: auto; }
    ul.videoNews-img-list li .info { text-align: left; }
    ul.videoNews-img-list li .info .remarks { display: block; max-height: none; padding-top: 2px; }
    ul.videoNews-img-list li .datetime { padding-top: 6px; }
}


/*图片列表*/
ul.picture-list li { position: relative; padding: 0 0 30px 300px; height: 152px; margin-top: 30px; border-bottom: 1px dashed #ddd; }
ul.picture-list li .img_img { display: block; width: 270px; height: 152px; position: absolute; top: 0; left: 0; }
ul.picture-list li .img_img img { width: 100%; height: 100%; }
ul.picture-list li .info { line-height: 1.8; }
ul.picture-list li .info .img_title { font-size: 20px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
ul.picture-list li .info .remarks { color: #666; font-size: 16px; padding-top: 8px; max-height: 56px; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; text-align: justify; overflow: hidden; }
ul.picture-list li .info .remarks .detailed { color: #0364be; }
ul.picture-list li .date { display: block; position: static; color: #9e9e9e; font-size: 16px; padding-top: 15px; }
@media (min-width: 992px) and (max-width: 1279px) {
    ul.picture-list li { margin-top: 20px; padding: 0 0 20px 285px; }
}
@media (max-width: 991px) {
    ul.picture-list li { margin-top: 15px; padding: 0 0 15px 285px; }
}
@media (max-width: 767px) {
    ul.picture-list li { margin-top: 10px; padding: 0 0 10px 0; text-align: center; height: auto; }
    ul.picture-list li .img_img { position: static; width: 100%; height: auto; }
    ul.picture-list li .info { text-align: left; }
    ul.picture-list li .info .remarks { display: block; max-height: none; padding-top: 2px; }
    ul.picture-list li .date { padding-top: 6px; }
}
/*网站地图*/
.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; padding-bottom: 10px; font-size: 20px; color: #1b61b8; font-weight: bold; line-height: 1.8; border-bottom: #e7e7e7 1px solid; }
.dty_mutitle a { color: #1b61b8; }
.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: #1b61b8; color: #fff; }
@media (max-width: 991px) {
    .dty_sublb ul li { width: 32.3%; }
}
@media (max-width: 767px) {
    .dty_contain { padding: 0; }
    .dty_sublb { padding-bottom: 0; }
}
@media (max-width: 479px) {
    .dty_sublb ul li { width: 50%; margin: 0 0 10px; }
    .dty_sublb ul li a { margin: 0 5px; }
}
/*栏目页 投票调查 */
ul.collect-list li, ul.survey-list li { padding-right: 204px; text-align: left; height: 42px; line-height: 42px; }
.collect-list li .title, .collect-list li .title2, .survey-list li .title, .survey-list li .title2 { display: block; float: left; margin: 0 0 0 70px; max-width: 580px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.collect-list li .title2, .survey-list li .title2 { max-width: 520px; }
.collect-list li .status, .survey-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; }
.collect-list li .over, .survey-list li .over { background: #999; }
.collect-list li .nostart, .survey-list li .nostart { background: #ce0000; }
.collect-list li .date, .survey-list li .date { text-align: right; }
.collect-list li .result, .survey-list li .result { margin-left: 4px; }
.collect-list li .result a, .survey-list li .result a { color: #d00; }
.collect-list li .result a:hover, .survey-list li .result a:hover { color: red; text-decoration: underline; }
@media (min-width: 992px) and (max-width: 1279px) {
    .collect-list li .title, .survey-list li .title { max-width: 376px; }
    .collect-list li .title2, .survey-list li .title2 { max-width: 340px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .collect-list li .title, .survey-list li .title { max-width: 430px; }
    .collect-list li .title2, .survey-list li .title2 { max-width: 354px; }
}
@media only screen and (max-width:767px) {
    ul.collect-list li, ul.survey-list li { height: auto; padding-right: 0; padding-top: 8px; padding-bottom: 8px; background-position: 0 25px; border-bottom: 1px #ddd dashed; }
    .collect-list li .status, .survey-list li .status { position: static; display: inline-block; width: auto; padding: 0 15px; }
    .collect-list li .title,   .collect-list li .title2,   .survey-list li .title, .survey-list li .title2 { display: inline; float: none; margin: 0; white-space: normal; max-width: none; }
    .collect-list li .date, .survey-list li .date { float: none; position: static; display: inline; white-space: nowrap; }
    .collect-list li .result, .survey-list li .result { float: none; }
}
/*征集文章页*/
.ls-collectInfo-menu .starting { color: #1a6cc9; }
.ls-collectInfo-menu .over { color: red; }
.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 a, .m-yjzjtabs li i { 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; background: url(../images/bg-updown.png) left center no-repeat; 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; }
.collectInfo_backinfo img, .collectInfo_backinfo table { max-width: 90%; }
.collectInfo_backinfo img { height: auto; max-width: 80%; }
/*我要留言*/
.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_con, .poll_collect li p.poll_txt { 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_conts, .poll_collect li p.poll_input, .poll_collect li p.poll_privacy, .poll_collect li p.poll_yzm { margin-left: 121px; float: none; }
.poll_collect li p.poll_yzm img { margin: 0; }
.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: red; 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 { height: 30px; width: auto; }
.poll_collect li.btn-group { border: 0 none; text-align: center; height: 40px; width: auto; }
.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_con, .poll_collect li p.poll_txt { width: auto; float: none; text-align: left; border-right: 0 none; }
    .poll_collect li p.poll_conts,   .poll_collect li p.poll_input,   .poll_collect li p.poll_privacy, .poll_collect li p.poll_yzm { 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; }
}

@media (min-width: 992px) and (max-width:1279px) {
    /*调查文章页*/
    .ls-article-vote .vote-show td .vote_con span.c1 { width: 488px; }
}
@media (max-width: 991px) {
    /*调查文章页*/
    .ls-article-vote .vote-info { padding: 15px; }
    .ls-article-vote .vote-show td .vote_con span.c1 { width: 96%; padding: 5px 2%; }
}
@media (max-width: 767px) {
    /*调查文章页*/
    .ls-article-vote .vote-info { padding: 10px 0; }
    .ls-article-vote .vote-main { margin-bottom: 0; padding: 0 10px 10px; }
    .ls-article-vote .vote-btn { padding: 10px 0; }
    .ls-article-vote .vote-code { padding-left: 0; height: auto; min-height: 50px; }
    .ls-article-vote .vote-code .text-code { width: 100%; }
    .ls-article-vote .vote-code .verification { float: none; display: inline-block; }
    .ls-article-vote .vote-code .img-code { display: inline-block; float: none; }
}

/* 栏目页-留言查询、列表 */
.liuyan { float: right; line-height: 42px; background: url(../images/dqwz.png) left center no-repeat; 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 .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: #1a6cc9; 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: #1a6cc9; }
.ls-message-query-from ul li input:focus { border-color: #1a6cc9; }
.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: #1a6cc9; font-weight: bold; }
.ls-column-list .guestbook-table .guestbook_title { height: 36px; 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: 0; background: none!important; position: absolute; top: 0; }
.ls-column-list .guestbook-table .guestbook_title li.t1 { left: 0; right: 244px; }
.ls-column-list .guestbook-table .guestbook_title li.t2 { width: 110px; right: 224px; display: none; }
.ls-column-list .guestbook-table .guestbook_title li.t3 { width: 120px; right: 122px; }
.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.even, .ls-column-list .guestbook-table ul.odd { height: 36px; clear: both; overflow: hidden; position: relative; }
.ls-column-list .guestbook-table ul.even { background: #f9f9f9; }
.ls-column-list .guestbook-table ul.even li, .ls-column-list .guestbook-table ul.odd li { position: absolute; top: 0; padding: 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.even li.t1, .ls-column-list .guestbook-table ul.odd li.t1 { left: 0; right: 244px; text-align: left; padding-left: 18px; background: url(../images/icon.gif) 5px center no-repeat!important; }
.ls-column-list .guestbook-table ul.even li.t1 a, .ls-column-list .guestbook-table ul.odd li.t1 a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ls-column-list .guestbook-table ul.even li.t2, .ls-column-list .guestbook-table ul.odd li.t2 { width: 110px; right: 224px; display: none; }
.ls-column-list .guestbook-table ul.even li.t3, .ls-column-list .guestbook-table ul.odd li.t3 { width: 120px; right: 122px; color: #999; }
.ls-column-list .guestbook-table ul.even li.t4, .ls-column-list .guestbook-table ul.odd li.t4 { width: 120px; border-right: none; right: 0; color: #999; }
.ls-column-list .guestbook-table ul.even li.t3 .s1, .ls-column-list .guestbook-table ul.odd li.t3 .s1 { color: #999; }
.ls-column-list .guestbook-table ul.even li.t3 .s2, .ls-column-list .guestbook-table ul.odd li.t3 .s2 { color: red; }
.ls-column-list .guestbook-table ul.even li.t5, .ls-column-list .guestbook-table ul.odd li.t5 { width: 86px; display: none; }
@media (max-width: 1279px) 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.srk input, .ls-message-query-from ul li.time 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.btn,   .ls-message-query-from ul li.srk, .ls-message-query-from ul li.text { 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 { right: 84px; }
    .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.even li.t3, .ls-column-list .guestbook-table ul.odd li.t3 { display: none; }
    .ls-column-list .guestbook-table ul.even li.t2, .ls-column-list .guestbook-table ul.odd li.t2 { display: none; }
    .ls-column-list .guestbook-table ul.even li.t4, .ls-column-list .guestbook-table ul.odd li.t4 { right: 0; width: 82px; }
    .ls-column-list .guestbook-table ul.even li.t1, .ls-column-list .guestbook-table ul.odd li.t1 { right: 84px; }
}
/* 栏目页-留言 写信 */
.ls-golist { position: relative; }
.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: #1a6cc9; }
.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 .red, .guestbook-table-form ul li.bt span, .guestbook-table-form ul li.bt1 span { color: red; }
.guestbook-table-form ul li.srk { width: 450px; 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.srk .select-code,.guestbook-table-form ul li.srk .select-subcode{ width: 220px; }
.guestbook-table-form ul li.srk .select-subcode{  margin-left: 10px;  }
.guestbook-table-form ul li.btk, .guestbook-table-form ul li.gk, .guestbook-table-form ul li.yzm { width: 1044px; height: 44px; position: relative; line-height: 38px; }
.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: 1044px; 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: 25px; width: auto; margin-top: 8px; }
.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: #1a6cc9; 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; }
.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; }
.guestbook-table-form ul li.ispublic{ line-height: 30px; height: 30px; margin-bottom: 0;}
.guestbook-table-form ul li.bt-ispublic{ line-height: 30px; height: 30px; margin-bottom: 0;}
/* 栏目页-留言查询 弹框 */
.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; }
}

.rbtip{ position:relative; font-size: 0.8rem; color: #c2c2c2; top:-20px; }
/*弹框*/


/*问卷弹窗*/
.pop_bg {
    display: block;
    background:rgba(0,0,0,0.7);
    top:0px;
    width:100%;
    z-index:999988;
    -moz-animation:flyNotice 1.5s;
    -webkit-animation:flyNotice 1.5s;
    height:100%;
    text-align:center;
    position: fixed;
    overflow:hidden;
}
.pop {
    display: block;
    color:#fff;
    font-size:16px;
    top:0px;
    -webkit-animation:flyNotice 1.5s;
    z-index: 999999;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    margin:0 auto;
    margin-bottom:20px;
    margin-left:10%;
    overflow:hidden;
    width: 80%;
    margin-top: 240px;
    position: fixed;
}
.pop p {
    text-align: justify;
    font-size: 16px;
    color: #3d4145;
    padding: 4px;
}
.pop_box{
    z-index: 9999;
    overflow: auto;
    height: 470px;
    padding: 4px 10px 0px 10px;
    text-align: left;
}
.pop_box h1 {
    font-size: 20px;
    text-align: center;
    margin: 5px 0 5px 0;
    color: #000000;
    font-weight: bold;
}
.pop_btn{
    width: 270px;
    background-color: #2a82e4;
    text-align: center;
    border-style: none;
    color: #ffffff;
    line-height: 44px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
}




@media (min-width: 992px) and (max-width:1279px) {
    .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: 350px; }
    .guestbook-table-form ul li.srk .select-code, .guestbook-table-form ul li.srk .select-subcode{ width: 170px;}
    .guestbook-table-form ul li.srk1 input { width: 478px; }
    .guestbook-table-form ul li.btk,   .guestbook-table-form ul li.gk,   .guestbook-table-form ul li.tex, .guestbook-table-form ul li.yzm { width: 820px; }
}
@media (min-width: 768px) and (max-width:991px) {
    .guestbook-form {padding: 15px;}
    .guestbook-table-form ul li.bt, .guestbook-table-form ul li.bt1 { width: 120px; }
    .guestbook-table-form ul li.srk { width: 228px; }
    .guestbook-table-form ul li.srk1 input { width: 518px; }
    .guestbook-table-form ul li.srk .select-code, .guestbook-table-form ul li.srk .select-subcode{ width: 108px;}
    .guestbook-table-form ul li.btk,   .guestbook-table-form ul li.gk,   .guestbook-table-form ul li.tex, .guestbook-table-form ul li.yzm { width: 578px; }
}
@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.btk,   .guestbook-table-form ul li.gk,   .guestbook-table-form ul li.srk,   .guestbook-table-form ul li.srk1, .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; }
    .guestbook-table-form ul li.srk .select-code{ margin-bottom: 10px;}
    .guestbook-table-form ul li.srk .select-code, .guestbook-table-form ul li.srk .select-subcode{ width: 100%; margin-left: 0;}
}

/*留言文章 on*/
.ls-message-info { padding: 0 0 30px; }
.ls-message-info .liuyancon { margin: 20px auto 0; border-collapse: collapse; }
.ls-message-info .liuyancon td.nr, .ls-message-info .liuyancon td.nrtxt, .ls-message-info .liuyancon th.tit { 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: red; 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 #ccc; 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: #1a6cc9; -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 td, .ls-message-info .liuyancon th { 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; }
.searchType-column, .total_wz { height: auto; margin-bottom: 10px; padding: 8px 0 8px 20px; background: #f1f1f1; font-size: 14px; }
.searchType-column ul li, .total_wz ul li { height: 30px; line-height: 30px; }
.searchType-column ul li a.active, .searchType-column ul li a:hover, .total_wz ul li a.active, .total_wz ul li a:hover { text-decoration: underline; color: #de3e40; }
.ls-search-rightbar { width: 956px; 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: #999; 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: 992px) and (max-width:1279px) {
    .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; }
}

/********/
.ls-lanmu-left { width: 900px; }
.ls-mtf20 { margin-top: -20px; }
.bgf { background: #fff; }
/*24小时必读*/
.ls-bdlm { width: 348px; }
.ls-bdlm .ls-tt { border-bottom: 1px solid #eaeaea; }
.ls-bdlm .ls-tt li { float: left; height: 56px; line-height: 56px; }
.ls-bdlm .ls-tt li.tt a { font-size: 26px; }
.ls-bdlm .ls-tt li.tt.active a { font-weight: bold; color: #2870d3; }
.ls-bdlm .ls-tt li.fenye { float: right; }
.ls-bdlm .ls-tt li.fenye a { font-size: 16px; color: #999; display: inline-block; vertical-align: middle; }
.ls-bdlm .ls-tt li.fenye a .blue { color: #2870d3; }
.ls-bdlm .ls-tt li.fenye .syy { width: 20px; height: 20px; background: url(../images/syy.png) no-repeat center; }
.ls-bdlm .ls-tt li.fenye .syy:hover { background: url(../images/syyh.png) no-repeat center; }
.ls-bdlm .ls-tt li.fenye .xyy { width: 20px; height: 20px; background: url(../images/xyy.png) no-repeat center; }
.ls-bdlm .ls-tt li.fenye .xyy:hover { background: url(../images/xyyh.png) no-repeat center; }
.ls-bdlm .ls-bd-list li { margin-top: 30px; }
.ls-bdlm .ls-bd-list li a { display: block; width: 100%; height: 120px; position: relative; padding-left: 185px; box-sizing: border-box; }
.ls-bdlm .ls-bd-list li a img { position: absolute; top: 0; left: 0; width: 175px; height: 120px; }
.ls-bdlm .ls-bd-list li a .title { max-height: 120px; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical; text-overflow: ellipsis; text-align: justify; overflow: hidden; line-height: 30px; font-size: 16px; }
/*栏目页-带轮播*/

.ls-flash { width: auto; height: 474px; overflow: hidden; position: relative; }
.ls-flash-pic, .ls-flash-pic img, .ls-flash-pic li, .ls-flash-pic ul { width: 100%!important; height: 100%!important; }
.ls-flash-pic span.title { position: absolute; left: 0; right: 0; bottom: 0; height: 50px; line-height: 50px; padding: 0 156px 0 14px; font-size: 16px; background: rgba(0, 0, 0, 0.5)!important; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ls-flash-num { position: absolute; right: 15px; bottom: 14px; font-size: 0; line-height: 0; }
.ls-flash-num li { display: inline; }
.ls-flash-num li a, .ls-flash-num li span { display: inline-block; cursor: pointer; margin-left: 9px; transition: 0.4s all; width: 10px; height: 10px; background: #fff!important; border-radius: 10px; }
.ls-flash-num li.on a, .ls-flash-num li.on span { background: #e11515!important; }
@media (min-width: 992px) and (max-width:1279px) {
    .ls-lanmu-left { width: 678px; }
    .ls-comlist { padding: 20px 20px 0; }
    .ls-bdlm { width: 300px; }
    .ls-bdlm .ls-bd-list li { margin-top: 20px; }
    .ls-bdlm .ls-bd-list li a { padding-left: 150px; height: 95px; }
    .ls-bdlm .ls-bd-list li a img { width: 140px; height: 95px; }
    .ls-bdlm .ls-bd-list li a .title { max-height: 95px; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; text-overflow: ellipsis; text-align: justify; overflow: hidden; }
    .ls-flash { height: 356px; }
}
@media (max-width:991px) {
    .ls-flash { width: 100%; height: 416px; float: none; }
    .ls-comlist { padding: 15px; height: auto!important; }
    .ls-bdlm .ls-bd-list li { margin-top: 15px; }
}
@media (max-width:767px) {
    .ls-comlist { padding: 10px 10px 0; }
    .ls-bdlm .ls-bd-list li { margin-top: 10px; }
}
@media (max-width:670px) {
    .ls-flash { height: 356px; }
}
@media (max-width:570px) {
    .ls-flash { height: 300px; }
}
@media (max-width:470px) {
    .ls-flash { height: 244px; }
    .ls-bdlm .ls-bd-list li a { padding-left: 0; text-align: center; height: auto; }
    .ls-bdlm .ls-bd-list li a img { position: static; width: 100%; height: auto; }
}
@media (max-width:370px) {
    .ls-flash { height: 186px; }
}

/*栏目页-专题*/
.ls-ztpic { margin-bottom: 10px; }
.ls-ztpic li { width: 100%; height: auto; }
.ls-ztpic li a { display: block; width: 100%; height: 100%; }
.ls-ztpic li a img { width: 100%; height: 100%; }
.ls-zt-con .ls-column-list .doc_list li.even a, .ls-zt-con .ls-column-list .doc_list li.odd a { max-width: 1050px; }
@media (min-width: 992px) and (max-width:1279px) {
    .ls-zt-con .ls-column-list .doc_list li.even a, .ls-zt-con .ls-column-list .doc_list li.odd a { max-width: 820px; }
}
@media (max-width:991px) {
    .ls-zt-con .ls-column-list .doc_list li.even a, .ls-zt-con .ls-column-list .doc_list li.odd a { max-width: none; float: none; }
}

.ls-scan_code_box {
    text-align: center; font-size: 16px; line-height: 30px;
    width: 537px;
    margin: 0 auto;
}

.ewmfb{
    float: left;margin:0 20px;
}
.ewmrm{
    float: left;
}
.ewmxz {
    float: left;
}
.ewmfb img{
    width: 100px;height: auto;
}
.ewmxz img{
    width: 100px;height: auto;
}
.ewmrm img{
    width: 100px;height:auto;
}

@media (max-width:670px) {
    .ls-scan_code_box {
        width: auto;
    }
    .ewmfb{
        float: none;
    }
    .ewmrm{
        float: none;
    }
    .ewmxz {
        float: none;margin-right: 0;
    }
}


