@charset "utf-8";
/* CSS Document */
body{ background: #fff;}
a:focus,input:focus,textarea:focus,select:focus,button:focus,textarea:focus{outline:none;}
.wza-on a:focus,.wza-on input:focus,.wza-on textarea:focus,.wza-on select:focus,.wza-on button:focus,.wza-on textarea:focus{outline:auto;}
a:hover{ color: #0070D7; }
.hide.active{ display: block !important;}
.container{ width: 1200px;}
@media (max-width: 1199px) and (min-width: 992px){
    .container {width: 992px;}
}
@media (max-width: 991px) and (min-width: 768px){
    .container {width: 768px;}
}
@media (max-width: 767px){
    .container {width: 100%;}
}
/* 头部  */
.ls-special-header{ background: url("../images-qsy/qsy-bannerbg.png") top center no-repeat;}
.ls-special-header .container{position: relative;}
.ls-special-header .guidang{position: absolute; z-index: 10; top: 50px; right: 0;}
.ls-special-banner{ padding-top: 80px;  height: 460px; font-size: 0; line-height: 0; text-align: center;}
.ls-special-banner .img-title{ display: none;}
.ls-special-banner img{max-width: 100%; height: auto;}
.ls-special-search{ width: 983px; height: 90px; padding-top: 36px; margin: 0 auto;background: url("../images-qsy/qys-searchbg.png") top center no-repeat;  }
.ls-special-search ul{ display: block; width: 890px;  margin:0 auto; height: 60px; background: url("../images-qsy/qsy-searchline.png") bottom center no-repeat; position: relative;}
.ls-special-search ul li.se_box{ display: block; margin-right: 110px; padding-left: 35px; background: url("../images-qsy/qsy-searchico.png") left center no-repeat;}
.ls-special-search ul li.se_box input{ width: 100%; border: none; font-size: 18px; background: none; height: 40px; line-height: 40px; }
.ls-special-search ul li.se_box input::-webkit-input-placeholder {color: #666;}
.ls-special-search ul li.se_box input:-moz-placeholder {color: #666;}
.ls-special-search ul li.se_box input:-ms-input-placeholder {color: #666;}
.ls-special-search ul li.se_box  input:focus::-webkit-input-placeholder{color: transparent;}
.ls-special-search ul li.sea_an{ position: absolute; right: 0; top:0; width: 100px; height: 40px;}
.ls-special-search ul li.sea_an input{ width: 100%; font-size: 22px; color: #fff;  border: none;  border-radius: 4px; background: #0070D7; height: 40px; line-height: 40px;}
@media (max-width:991px) {
    .ls-special-banner{ height: auto; padding-top: 40px;}
    .ls-special-search{ width: auto; margin-bottom: 10px; background: #fff; height: auto; padding: 20px; border: 6px solid #d2ebff; }
    .ls-special-search ul{ width: auto;}

}
@media (max-width:767px) {
    .ls-special-banner{ height: auto; padding-top: 40px;}
    .ls-special-banner img{max-width: 98%;}
    .ls-special-header .guidang{ top: -40px; width: 200px !important; height: 200px !important;}

}
/*主体*/
.gqsy-nmainbox{  margin-top:25px; }
@media (max-width: 767px) {
    .gqsy-nmainbox{ margin-top:10px; padding: 0 10px;}
}
/* 信息列表*/
.ggsy-news{width: 580px;height: 370px;border-radius: 4px;box-shadow: 0 0 10px 0 rgba(0, 97, 187, 0.12);}
.ggsy-lmtitle{ background: url(../images-qsy/qsy-titlebg.png) left top repeat-y #ebf5ff;}
.ggsy-lmtitle ul{ height: 60px; display: block;  background: url(../images-qsy/qsy-tit1.png) right center no-repeat;}
.ggsy-lmtitle ul.bmgg-bg{   background: url(../images-qsy/qsy-tit2.png) right center no-repeat;}
.ggsy-lmtitle ul li{ height: 43px; margin-left: 16px; padding: 10px 0 0 10px;  background: url(../images-qsy/qsy-titleico.png) left 10px no-repeat; }
.ggsy-lmtitle ul li a{ display: inline-block;}
.ggsy-doclist{  padding: 15px 20px 0 20px;}
.ggsy-doclist li{ font-size: 18px; height: 45px; line-height: 45px; background: url(../images-qsy/icon.png) left center no-repeat;  position: relative; padding: 0 60px 0 18px; }
.ggsy-doclist li a{ display: inline-block; float: none; max-width: 430px;  white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.ggsy-doclist li .date{ position: absolute; right: 0; top:0; color: #999; font-size: 16px;}
@media (min-width: 992px) and (max-width:1199px) {
    .ggsy-news{width: 480px;}
    .ggsy-doclist li a{  max-width: 340px; }
}
@media (max-width:991px) {
    .ggsy-news{width: auto; float: none; height: auto; padding-bottom: 10px;}
    .ggsy-news.fr{ margin-top: 30px;}
    .ggsy-doclist{ padding: 15px 15px 0 15px;}
    .ggsy-doclist li a{ max-width: 100%;}
    .ggsy-doclist li img{ display: none;}
}
@media (max-width: 767px) {
    .ggsy-doclist{ padding: 10px 10px 0 10px;}
    .ggsy-news.fr{ margin-top: 20px;}
}
/* 市县区标题切换  */
.zy-unittabs{ margin-top: 10px;}
.zy-unittabs ul{ margin-right: -30px;}
.zy-unittabs ul li{ display: inline; float: left; width: 277px;  margin: 25px 30px 0  0; }
.zy-unittabs ul li a { display: block; text-align: center; height: 62px; line-height: 62px; background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 0 10px 0 rgba(0, 97, 187, 0.06);  border-radius: 4px;  font-size: 24px; }
.zy-unittabs ul li.active a{ background: #0070D7; color: #fff; }

@media (max-width:1199px) {
    .zy-unittabs ul{ margin-right: -20px;}
    .zy-unittabs ul li{ width: 233px;  margin: 25px 20px 0  0; }
}
@media (max-width:991px) {
    .zy-unittabs ul li{  width: 177px;  margin: 20px 20px 0  0; }
}
@media (max-width: 767px) {
    .zy-unittabs ul{ margin-right: -1%;}
    .zy-unittabs ul li{  width: 31.3333%;  margin: 10px 2% 0  0; }
}

.zt-qsysmtab{ height: 86px; margin: 30px 0 0 0; font-size: 0; text-align: center; padding-bottom: 10px; border-bottom: 1px solid #ececec;}
.zt-qsysmtab ul{ margin-right: -20px;}
.zt-qsysmtab li{ width: 285px; display: inline-block;   position: relative; margin-right: 20px; text-align: center;  }
.zt-qsysmtab li a{ display: block;  padding: 18px 0;  height: 34px;  border-radius: 4px; font-size: 22px; color: #0FBEB2; }
.zt-qsysmtab li .ico{ display: inline-block; margin-right: 18px; width: 34px; height: 34px; overflow: hidden; vertical-align: middle;}
.zt-qsysmtab li .tit{ display: inline-block;  line-height: 34px; font-weight: bold; vertical-align: middle;}
.zt-qsysmtab li.active a{ background: #0FBEB2; color: #fff !important; }
.zt-qsysmtab li.active .ico img{ margin-top: -34px;}
.zt-qsysmtab li.active i{ position: absolute; left:50%; bottom: -28px; margin-left: -15px; height:0; width:0;border:14px solid;border-color:#0FBEB2 transparent transparent transparent;}
.zt-qsysmtab li.num2.active i{border-color:#2A82E4 transparent transparent transparent;}
.zt-qsysmtab li.num3.active i{border-color:#A685F4 transparent transparent transparent;}
.zt-qsysmtab li.num4.active i{border-color:#EB9034 transparent transparent transparent;}
.zt-qsysmtab li.num1 a{ background: #daf9f7; background: linear-gradient(90deg, #DAF9F7 4%, #F0FFFE 90%); color: #0FBEB2;}
.zt-qsysmtab li.num1.active a{ background: #0FBEB2; }
.zt-qsysmtab li.num2 a{background: #ebf3fd;  background: linear-gradient(98deg, #E2EFFF 7%, #F0F8FF 84%); color: #2A82E4;}
.zt-qsysmtab li.num2.active a{ background: #2A82E4; }
.zt-qsysmtab li.num3 a{  background: #f3eefd; background: linear-gradient(99deg, #F3EEFD 8%, #FAF8FF 82%); color: #A685F4;}
.zt-qsysmtab li.num3.active a{ background: #A685F4; }
.zt-qsysmtab li.num4 a{ background: #fff5eb; background: linear-gradient(99deg, #FFF5EB 8%, #FFFBF5 84%); color: #EB9034;}
.zt-qsysmtab li.num4.active a{ background: #EB9034; }
.wza-black-white .zt-qsysmtab li a{ background: black !important;}
.wza-yellow-black .zt-qsysmtab li a{ background: yellow !important;}
.wza-blue-yellow .zt-qsysmtab li a{ background: blue !important;}
.wza-yellow-blue .zt-qsysmtab li a{ background: yellow !important;}
.wza-white-black .zt-qsysmtab li a{ background: white !important;}
.wza-black-yellow .zt-qsysmtab li a{ background: black !important;}
@media (max-width:1199px) {
    .zt-qsysmtab li{ width: 221px;}
    .zt-qsysmtab li .ico{ margin-right: 10px;}
}
@media (max-width:991px) {
    .zt-qsysmtab{ height: auto; margin-top: 20px; padding-bottom: 4px;}
    .zt-qsysmtab li{ width: 350px; margin-bottom: 20px;}
}
@media (max-width: 767px) {
    .zt-qsysmtab ul{ margin-right:-1%;}
    .zt-qsysmtab li{ width: 49%; margin-right: 1%}
    .zt-qsysmtab li a .tit{ display: block; padding: 0 4px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; }
    .zt-qsysmtab li .ico{ display: none;}
}
@media (max-width: 400px) {
    .zt-qsysmtab li a{ font-size: 20px;}
}
/* 标题  */
.ggsy-bigtitle{ background: url(../images-qsy/xxgk-titlebg.png)  center 46px  no-repeat; height: 63px; text-align: center;}
.ggsy-bigtitle img{max-width: 100%; height: auto;}
.ggsy-hdtitle{  background: url(../images-qsy/xxgk-xxhd-titlebg.png)  center 46px  no-repeat;}
/* 公共企事业单位信息公开 */
.dwxxgk-bg{background: url(../images-qsy/dwxxgk-bg.png) bottom center no-repeat #F3F9FF; margin-top: 40px; }
.zt-qsylist{ margin:20px 0  30px 0;}
/*.piclist-slide .pic-list{ height: 988px; overflow: hidden;}*/
.piclist-slide .ulbox{ margin-right: -30px;}
.piclist-slide  .listbox{ width: 585px; height: 458px; margin-right: 30px;  float:left; margin-bottom: 30px; position: relative;}
.piclist-slide  .listbox .list-img a{ display: block;}
.piclist-slide  .listbox .list-img img{width: 100%; height: 405px;}
.piclist-slide  .listbox .list-info { position: absolute; left:50px; right: 50px; bottom: 0; padding-bottom: 8px; min-height: 218px; background: #fff; box-shadow: 0 4px 6px 0 rgba(174, 207, 241, 0.1608);}
.piclist-slide   .listbox .list-info .title{ font-size: 24px; font-weight: bold; height: 42px; line-height: 42px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; display: block; text-align: center; padding:10px 10px 0 10px; }
.piclist-slide  .listbox .list-info .listRemarks{  padding:0 25px; font-size: 18px;}
.piclist-slide  .listbox .list-info .listRemarks .sp{ display: block; margin: 5px 0; position: relative; min-height: 30px;  line-height: 30px; word-break:break-all; padding-left: 116px; }
.piclist-slide  .listbox .list-info .listRemarks .sp i{ font-style: normal; position: absolute; color: #666; display: block; width: 90px; top:0; left:26px;}
.piclist-slide  .listbox .list-info .listRemarks .sp-address{background: url(../images-qsy/add-ico.png) left  6px  no-repeat;  }
.piclist-slide  .listbox .list-info .listRemarks .sp-type{background: url(../images-qsy/type-ico.png) left  6px  no-repeat;  }
.piclist-slide  .listbox .list-info .listRemarks .sp-url{background: url(../images-qsy/url-ico.png) left 6px no-repeat;    }
.piclist-slide  .listbox .list-info .listRemarks .sp-tel{background: url(../images-qsy/tel-ico.png) left  6px  no-repeat;  }
.piclist-slide  .pic-num{  font-size: 0; text-align: center; height: 14px;}
.piclist-slide  .pic-num li{ display: inline-block; *display:inline;*zoom:1; font-size: 0; margin:0 6px; width: 14px; height: 14px; background: #d8d8d8; border-radius: 50%; -moz-border-radius: 50%; cursor: pointer; }
.piclist-slide  .pic-num li.on{ background: #eb1504;  border-radius: 10px; -moz-border-radius: 10px;}
/*.zt-qsylist-wh .piclist-slide .listbox .list-info{ display: none;}
.zt-qsylist-wh .piclist-slide .listbox:hover .list-info{ display: block;}*/

.wza-black-white .piclist-slide  .listbox .list-info{ background:black !important; }
.wza-yellow-black .piclist-slide  .listbox .list-info{ background:yellow !important; }
.wza-blue-yellow  .piclist-slide  .listbox .list-info{ background:blue !important; }
.wza-yellow-blue  .piclist-slide  .listbox .list-info{ background:yellow !important; }
.wza-white-black   .piclist-slide  .listbox .list-info{ background:white !important; }
.wza-black-yellow  .piclist-slide  .listbox .list-info{ background:black !important; }
@media (min-width: 992px) and (max-width:1199px) {
    .piclist-slide .ulbox{ margin-right: -20px;}
    .piclist-slide  .listbox{ width: 486px; margin-right: 20px;}
    .piclist-slide  .listbox .list-img img{height: 273px;}
    .piclist-slide  .listbox .list-info{ left:30px; right: 30px;}
    .zt-qsylist-wh .piclist-slide .listbox .list-info{ display: block;}
}
@media (max-width:991px) {
    .dwxxgk-bg{ margin-top:30px;}
    /*.piclist-slide .pic-list{ height: 990px;}*/
    .piclist-slide .ulbox{ margin-right: -20px;}
    .piclist-slide  .listbox{ width: 374px; height: auto; margin-right: 20px;}
    .piclist-slide  .listbox .list-img img{height: 210px;}
    .piclist-slide  .listbox .list-info{ position: static; height: 240px; overflow: auto; }
    .piclist-slide .listbox .list-info .listRemarks{ padding: 0 15px; font-size: 16px;}
    .zt-qsylist-wh .piclist-slide .listbox .list-info{ display: block;}
}
@media (max-width: 767px) {
    .dwxxgk-bg{ margin-top:20px;}
    .zt-qsylist{ margin:20px 0 10px 0;}
    /*.piclist-slide .pic-list{ height: auto;}*/
    .piclist-slide .ulbox{ margin-right: 0;}
    .piclist-slide  .listbox{ width: auto; float: none; margin-bottom: 15px;  margin-right: 0;}
    .piclist-slide  .listbox .list-img img{height: auto;}
    .piclist-slide  .listbox .list-info{  height: auto; overflow:inherit; }
    .piclist-slide .listbox .list-info .listRemarks{ padding: 0 10px;}
    .piclist-slide .pic-list ul,.piclist-slide .pic-list li{ position: static !important; width: auto !important; height: auto !important;}
    .piclist-slide  .pic-num{ display: none;}
}
/* 线下公开活动  */
.hdxxgk-bg{background: url(../images-qsy/xxhd-bg-new.png) bottom center no-repeat #fff; }
.ls-imglist-slide{position: relative; margin: 30px 0 40px 0; width: 100%; overflow: hidden; height: 210px;}
.ls-imglist {height: 100%;overflow: hidden;}
.ls-imglist-slide .ls-prev,.ls-imglist-slide .ls-next{ position: absolute; width: 30px; height: 60px; display: block; top: 50%; margin-top: -30px; background: center center no-repeat;z-index: 2; cursor: pointer; background-color: rgba(0, 0, 0, 0.3) !important;  }
.ls-imglist-slide .ls-prev{left: 0; background-image: url("../images-qsy/btn-prev.png") !important; border-radius: 0 8px 8px 0;}
.ls-imglist-slide .ls-next{right: 0; background-image: url("../images-qsy/btn-next.png") !important;  border-radius: 8px 0 0 8px;}
.ls-imglist-slide .ls-prev:hover,.ls-imglist-slide .ls-next:hover{ background-color: rgba(0, 0, 0, 0.7) !important; }
.ls-imglist-slide li{ float: left; width: 306.5px; height: 210px;}
.ls-imglist-slide li a{display: block;height: 100%; color: #fff; overflow:hidden;margin-right: 25px; position: relative; }
.ls-imglist-slide li img{display: block;width:100%;height: 100%;}
.ls-imglist-slide li .title{display: block; position: absolute; left:0; right: 0; padding: 0 5px;  bottom: -38px; font-size: 16px; height: 38px; line-height: 38px; background-color: rgba(0, 0, 0, 0.4) !important; padding: 0 10px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; text-align: center; -moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;}
.ls-imglist-slide li a:hover .title{  bottom: 0;}
.wza-black-white  .ls-imglist-slide li .title{  background-color: rgba(0, 0, 0, 0.4) !important;}
.wza-yellow-black .ls-imglist-slide li .title{ background-color: rgba(255, 255, 0, 0.4) !important; }
.wza-blue-yellow .ls-imglist-slide li .title{ background-color: rgba(0, 0, 255, 0.4) !important;}
.wza-yellow-blue .ls-imglist-slide li .title{ background-color: rgba(255, 255, 0, 0.4) !important;}
.wza-white-black  .ls-imglist-slide li .title{ background-color: rgba(255, 255, 255, 0.4) !important;}
.wza-black-yellow  .ls-imglist-slide li .title{background-color: rgba(0, 0, 0, 0.4) !important; }
@media (min-width: 992px) and (max-width:1199px) {

    .ls-imglist-slide{ height: 190px;}
    .ls-imglist-slide li{ width: 253px; height: 190px;}
    .ls-imglist-slide li a{ margin-right: 20px;}
}
@media (max-width:991px) {
    .ls-imglist-slide{ margin: 20px 0 30px 0;  height: 197px; }
    .ls-imglist-slide li{ width: 263px; height: 197px;}
    .ls-imglist-slide li a{ margin-right: 20px;}
}
@media (max-width: 767px) {
    .ls-imglist-slide{  width: 280px; margin: 15px auto 15px auto;}
    .ls-imglist-slide li{ width: 280px; height: 210px;}
    .ls-imglist-slide li a{ margin-right: 0;}
}

/*搜索页面*/
.lmbodybg{ background: #f7fbff; }
.ggsy-mainnr{ background: #fff; margin-bottom: 30px; padding:10px 20px 20px 20px;     box-shadow: 0 0 25px 0 rgba(24, 51, 99, 0.15);border-radius: 10px;-moz-border-radius: 10px;}
.search_time{padding: 11px 10px; line-height: 26px; background: #f8f8f8; font-size: 16px;}
.search_time span{color: #dd0000;}
.search-list{font-size: 16px; padding: 20px 0; position: relative; border-bottom: 1px solid #f2f2f2; }
.search-list .search-title{ font-size: 20px; padding: 5px 0; margin-bottom: 5px;  line-height: 30px; font-weight: bold; }
.search-list .search-title .red{ color: #EB1504; }
.search-list .search-info{ color: #666;  line-height: 28px; }
.search-list .search-source{ color: #999;line-height: 28px; }
.search-list .search-source .source{ margin-right: 14px;}
.search-list .search-source .date{ display: inline-block;}
.search-imglist{ min-height: 152px; padding-left: 232px;}
.search-list .search-img{ position: absolute; left:0; top:20px; width: 202px; }
.search-list .search-img img{ width: 100%; height: 152px;}
@media (max-width:767px) {
    .search-imglist{  padding-left: 0;}
    .search-list{ padding: 10px 0;}
    .search-list .search-img{ position: static; width: auto; text-align: center;}
    .search-list .search-img img{ max-width: 100%; height: auto;}
}

/*当前位置*/
.wz_top{   font-size: 16px;line-height: 30px;padding: 10px 0 10px 25px;background: url(../images/dqwz.png) left 15px no-repeat; }
.wz_top .search-keywords{ color: #f00;}
.wz_top i{ font-style: normal;}
/*栏目页*/
.listnews{ min-height: 300px;}
.listnews .doc_list li{font-size:18px; height: 44px; line-height:44px; overflow:hidden; position: relative;}
.listnews .doc_list  li .date{color:#adadad; white-space: nowrap; position: absolute; right: 0; top: 0;}
.listnews .doc_list li{ padding-left: 10px; padding-top: 2px; padding-bottom: 2px;}
.listnews .doc_list li a{ float: left; max-width:950px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.listnews .doc_list li{overflow:hidden;  background: url(../images-qsy/icon.png) no-repeat left 20px;     padding-left: 14px;}
.listnews .doc_list li img{float:left;margin:18px 0 0 0;}
.listnews ul li.lm_line{height: 0;border-bottom: 1px dashed #d6ddea;margin: 12px 0; padding:0;background-image: none !important;}
.listnews ul li.lm_line.add{display: none;}
.listnews ul li.columnName{height:auto;margin:0 0 5px;padding:5px 70px 5px 10px;background-image:none !important;background:#f9fafb;overflow: hidden;position: relative;}
.listnews ul li.columnName .title{display:block; white-space:normal; margin-right: 0 !important; height:auto;line-height:30px;font-size:16px;font-weight: bold;max-width: none;}
.listnews ul li.columnName .more{font-size:14px;color:#999; margin-right: 0 !important; line-height:30px;position: absolute;top:5px;right:10px;}
.listnews ul li.columnName .more:hover{color:#d80c18;}
@media (min-width: 992px) and (max-width:1199px) {
    .listnews .doc_list li a{ max-width:750px;  }
}
@media (max-width:991px) {
    .listnews .doc_list li{ padding-right: 110px;}
    .listnews .doc_list li a{ display: block;  width: auto;float: none;}
    .listnews .doc_list li img{ display: none;}
    .listnews ul li.columnName{height: auto;position: relative;}
}
@media (max-width: 767px) {
    .listnews{ min-height: 100px;}
}
/* 底部  */
.footbg{ border-top:3px solid #0070D7; background: #fff; }
.footbg .foot-con,.footbg .foot-con a{ color: #666;}
.footbg .foot-con .foont-nav{ color: #333; }
.footbg .foot-con .foont-nav a{ color: #333;}
.footbg .foot-con .foont-nav a:hover,.footbg .foot-con a:hover{ color: #ff9933; }

/*专题头部样式*/
.zt-header{ height:40px; background:url(../images_zt/zt_topbg.gif) 0 bottom repeat-x #fff;}
.zt_logo{position: static !important; float: left !important; padding: 0 !important; margin: 0 !important; width: auto !important;}
.zt_logo a{display: inline-block;}
.zt-header .zt_logo ul li .img_title{display: none;}
.zt-header .zt_logo img{ height: 34px; width: auto; margin-top: 2px;}
.zt-header .zt-nav{ line-height:38px; height: 38px; overflow: hidden; color:#999999; padding-left: 15px;}
.zt-header .zt-nav ul li{float: left;height: 39px;line-height: 39px;padding: 0;font-size: 0;margin: 0;}
.zt-header .zt-nav ul li a{ font-size:15px; color:#333; padding:0 6px;background:url(../images_zt/fotfgbg_zhu.gif) left center no-repeat;}
.zt-header .zt-nav ul li.num1 a{background: none;}
.zt-header .zt-nav ul li a:hover{ color:#c00;}
.zt-right{font-size: 0; line-height: 0;}
.zt-header .zt-nsearch{ width:250px; height:26px; display: inline-block; vertical-align: middle; *float: right; *margin-top: 7px;}
.zt-header .zt-nsearch ul{position: relative; z-index: 10; height:100%; padding: 0 62px 0 66px;border: 1px #ddd solid;background: #fff;}
.zt-header .zt-nsearch li{font-size: 0; line-height: 0;}
.zt-header .zt-nsearch li input{border:0 none; background:none; vertical-align: middle; width: 100%; height:100%;}
.zt-header .zt-nsearch li.ss1{ height:24px;  border-right: 0 none;  position: relative;}
.zt-header .zt-nsearch li.ss1 input{width:96%; padding: 0 2%; line-height:24px; font-size:12px;}
.zt-header .zt-nsearch .msg-box{ position: absolute; left: 0; bottom: 0;}
.zt-header .zt-nsearch .ls-select{position: absolute;top: 4px;width: 55px;padding:0 5px 0 0;  height: 16px;left: 5px;border-right: 1px #aaa solid;}
.zt-header .zt-nsearch .ls-select select{ background: none; width: 100%; font-size: 14px; line-height: 22px; height: 22px; margin-top: -3px; vertical-align: middle; border: 0 none;-o-appearance: none;-webkit-appearance: none;-ms-appearance: none;-moz-appearance: none;background: url(../images/search-jt.png) no-repeat scroll right center transparent;cursor: pointer;padding-left: 6px;}
.zt-header .zt-nsearch .ls-select select::-ms-expand {display: none;}
.zt-header .zt-nsearch li.ss2{ width:62px; height:26px; position: absolute;right:-1px;top: -1px }
.zt-header .zt-nsearch li.ss2 input{overflow:hidden; cursor:pointer; font-size: 0; text-indent:-10em;background-image: url(../images_zt/zt_sear.gif) !important; background: right 0 no-repeat;}
.zt-right .wza_font{ display: inline-block; vertical-align: middle; padding-left: 8px; height: 38px; *float: right;}
.zt-right .wza_font li,.zt-right .wza_font ul{ display: inline;}
.zt-right .wza_font li a{ display: inline-block; padding: 0 5px; line-height: 38px; font-size: 14px;}

@media (max-width: 1199px) and (min-width: 992px){
    .zt-header .zt-nav{width: 502px; padding-left: 20px;}
    .zt-header .zt-nav ul li a{font-size: 13px; padding: 0 4px;}
}
@media (max-width: 767px) {
    .zt-header{padding: 0 5px; height: auto;}
    .zt-header .zt_logo img{height: 25px;padding: 7px 0 0 0;}
}


/*适老化*/
.useOldFixed .zt-header{ height: auto !important;}
.useOldFixed  .ls-special-search{ background: none; padding: 0;}
.useOldFixed .ggsy-doclist li a{ max-width:95%;}
.useOldFixed .piclist-slide .listbox .list-info .listRemarks .sp i{ position: static; width: auto;}
.useOldFixed  .piclist-slide .listbox .list-info .listRemarks .sp{ padding-left: 0 !important;}
.useOldFixed .piclist-slide  .listbox .list-info .listRemarks .sp-address{background: none; !important;  }
.useOldFixed .piclist-slide  .listbox .list-info .listRemarks .sp-type{background: none; !important; }
.useOldFixed .piclist-slide  .listbox .list-info .listRemarks .sp-url{background: none; !important;    }
.useOldFixed .piclist-slide  .listbox .list-info .listRemarks .sp-tel{background: none; !important; }
