﻿﻿ @charset "utf-8";
/* CSS Document */
html{overflow-y:auto;overflow-x:auto;-webkit-text-size-adjust:none;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*CSS 解决页面切换时滚动条出现时跳动问题 start*/
html {overflow-y: scroll;}
:root {overflow-y: auto;overflow-x: hidden;}
:root body {position: absolute;}
body {width: 100vw;overflow: hidden;}
/*CSS 解决页面切换时滚动条出现时跳动问题 end*/
*{margin:0;padding:0;list-style:none;}
q:before, q:after {content:'';}
abbr,acronym{border:0;}
body {color: #333333;font:12px/1.5 Microsoft YaHei,"SimSun",Verdana,tahoma,arial,sans-serif, Arial, Helvetica, sans-serif;margin: 0 auto;padding: 0; background:#fff; _position:relative;}	
ul, ol, li {list-style: none outside none;}
input, textarea { padding:0; font-family: Microsoft YaHei; outline:0 none;}
textarea {resize: none;}
a {color: #000;text-decoration: none; outline:none; font-family: Microsoft YaHei;}
a:hover {color: #c00; text-decoration:none;}
img{ border:0 none;}
li, input ,textarea{vertical-align: middle; outline:0 none;}
table, td, input, textarea { padding:0;}
.fl,.left{ float:left;}
.fr,.right{ float:right;}
.mar15{ margin-left:15px;}
.mat20{ margin-top:20px;}
/* clear */
.clearfix:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.clear,.cc{clear:both;font-size:0;line-height:0;height:0;margin-top:0;*margin-top:-1px;_margin-top:-1px;overflow:hidden; padding:0;}
.clear20{clear:both;font-size:0;line-height:0;height:0; padding:10px 0;margin-top:0;*margin-top:-1px;_margin-top:-1px;overflow:hidden;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;margin: 0;padding: 0}
h1{ font-size:18px;}
h2{ font-size:14px;}
h3{ font-size:12px;}
.indcontainer{ width:1160px; margin:0 auto;}
/*头部*/
.header_search .lm_top{ background:#537f44; }
.header_search .lm_top ul li,.header_search .lm_top ul li a{ color:#fff;}
.header_search .lm_top .lm_topl ul li{  background: url(../images/lmline_r.gif) left center no-repeat;}
.header_search .lm_top .lm_topl ul li.num1{ background:none;}
.ss_header{ height:124px;}
.ss_header .logo{ background:#fff; padding:20px 0 0 0; text-align:center; float:left;}
.ss_header .logo ul li .img_title{ display:none;}
/*搜索框*/
.search_typebg{ background:#f7f7f7; border-top:1px solid #eee; padding:5px 0;}
.searchbox_bg{ height:78px; float:right; width:720px; padding:42px 0 0 0;}
.searchbox{height:40px; width:100%; margin:0 auto;  position:relative;}
.searchbox ul{position: relative;width: 579px;position: relative;z-index: 11;height: 40px;}
.searchbox ul li{float:left;}
.searchbox ul li.se_box{height:40px;position:relative; z-index:11;float: none;margin-right: 50px;}
.searchbox ul li.se_box .msg-box{left:0;top:40px;position:absolute; z-index:9999999;}
.searchbox ul li.se_box input{float:left;width:100%;height:34px;background:#fff;border:#3871cb 1px solid; border-right:none; line-height:34px;padding:2px 0 2px 0;font-size:16px;color:#333;text-indent: 0;}
.searchbox li.sea_an{width:50px;height:40px;position: absolute;right: 0;top: 0;float: none;}
.searchbox li.sea_an input{width:100%;height:100%;background:url(../ss_images/sea_an.png) center center no-repeat #537f44;border:none;overflow:hidden;cursor:pointer;outline:none; font-size:18px; color:#fff; text-indent:-999em;border:#537f44 1px solid; border-left:none; }
.searchbox li.se_say{ display:none; position:absolute; left:512px; top:7px; width:19px; height:27px; background:url(../ss_images/sayico.png) center center no-repeat; z-index:112; cursor:pointer; }
.searchbox .result_search{ float:right; font-size:15px; color:#695435; padding:10px 0 0 0; line-height:22px;}
.searchbox .result_search input{ background:#fff; border:1px solid #c1c1c1; width:18px; height:18px; margin:-5px 10px 0 0;}
.searchbox  .se_boxlist{ position:absolute; left:0; top:40px; border:1px solid #c8bea4; width:538px; padding:10px 0; background:#fff; }
.searchbox  .se_boxlist ul li{ line-height:32px; font-size:16px; padding:0 0 0 18px; float:none;}
.searchbox  .se_boxlist ul li .red{ color:#f50404;}
.input-area { width: auto;  height: 34px;  background: #fff;  border: #537f44 1px solid; border-right: none; line-height: 34px;  padding: 2px 10px;  font-size: 18px;  color: #333; }
.searchbox ul li.se_box .input-area .search-keywords { border: none; }
.first-input {  float: left; line-height: 36px; font-size: 16px;  color: #999;  padding-right: 10px;  margin-right: 10px;  max-width: 265px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;background: url(../ss_images/arrow_right.png) right center no-repeat;  }
.searchbox ul li.se_box input { width: 100%; padding: 0; }
input.srkcss:focus{
    outline: none;
    border-color:#9ecaed !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
   transition: border linear .2s, box-shadow linear .2s;
}
.search_tips{width: 840px; height:44px; line-height:44px; font-size:16px; padding:10px 0 0 0;}
.search_tips .red{ color:#e00000; padding:0 8px;}
.search_tips .search_time{ float:left;}
.search_titcont{ float:right; width:240px; margin:6px 0 0 0; }
.search_titcont li{ float:left; width:98px; text-align:center; height:28px; line-height:28px; background:#f3fdef; border:1px solid #e5e5e5; color:#666; font-size:16px; margin:0 0 0 20px; }
.search_titcont li a{  color:#666; }
.search_titcont li.active{ background:#537f44; color:#fff; border:1px solid #537f44;}
.search_titcont li.active a{ color:#fff;}
.search_typebox .searchType-title{ display: none;}
/*搜索分类*/
.search_typetable td{ font-size:15px;line-height:32px; padding:0 ; color:#333; }
.search_typetable .search_type{ font-weight:bold; text-align:left;  width:110px; letter-spacing:0.2px;}
.search_typetable .search_typesm{ letter-spacing:4px;}
.reslut_type ul li{ display:inline; float:left; margin-right:25px;}
.reslut_type ul li a{ color:#5b5b5a;}
.reslut_type ul li.typeline{width:1px; margin:0 15px;  height:32px; float:left; background:url(../ss_images/typeline.gif) center center no-repeat; display:none;}
.reslut_type ul li.active{ color:#4e6da9; font-weight:bold; text-decoration:underline; }
.reslut_type ul li.active a{ color:#416b33; }
.reslut_type ul li.dateform.active { text-decoration:none;}
.reslut_type ul li.dateform.active .datefont{ text-decoration:underline;}
.reslut_type .dateform .dateinput{ width:208px; height:22px; line-height:22px; font-size:14px; border:1px solid #e5ded0; padding:0 5px; color:#999; margin-left:5px; }
.reslut_type .dateform input.active{ border:1px solid #ffaa05;}
.reslut_type .dateform .datesubmit{ width:43px; font-size:12px; height:24px; line-height:22px; border:1px solid #dce6fb; background:#537f44; text-align:center; color:#fff; margin-left:6px; cursor:pointer; }
.reslut_infotype{  font-size:14px;}
.reslut_infotype ul li{ display:inline;    float:left; margin:0 25px 0 0; }
.reslut_infotype ul li select{ margin:0 0 0 12px; width:160px; border:1px solid #dcdcdc;}
.search_unit{   position:relative; line-height:28px; clear:both;}
.search_unit ul{ clear:both;  position:relative; padding-left:66px; left:0; display:block; min-height:32px;}
.search_unit .search_bmlist{ height:32px; overflow:hidden; clear:both;  }
.search_unit .showbm{ height:auto; overflow:inherit;}
.search_unit ul li.unittype{ width:66px; margin-right:0; position:absolute; left:0; top:0; }
.search_unit ul li{ float:left; margin-right:10px; white-space:nowrap; height:28px; overflow:hidden;}
.search_unit ul li a{ color:#5b5b5a;}
.search_unit ul li a.active{ font-weight:bold; color:#416b33; text-decoration:underline; }
.search_unit ul li a.wait:hover,.search_unit ul li a.wait{ color:#acacab;}
.search_unit .tit{ position:absolute; right:25px; bottom:4px; color:#333; cursor:pointer; width:64px; height:26px; line-height:26px;border:1px solid #e5e5e5;  background:#f3fdef; font-size:14px; padding-left:12px;}
.search_unit .tit .hide_btn{ display:none; height:26px;  background:url(../ss_images/closeico.png) 38px center no-repeat #f3fdef;  }
.search_unit .tit .show_btn{ height:26px;   background:url(../ss_images/openico.png) 38px center no-repeat #f3fdef;  }
.unitlist{ display:none; padding:10px 20px;-moz-box-shadow: 3px 3px 4px #f5f5f5; position:absolute; top:77px; left:0px;
	-webkit-box-shadow: 3px 3px 4px #f5f5f5;
	box-shadow: 3px 3px 4px #f5f5f5; border:1px solid #f5f5f5; border-top:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f5f5f5')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#f5f5f5'); background:#fff;}
/*搜索列表*/
.containerbox{ }
.searchlist_bg{  background:url(../ss_images/searchline.gif) 858px top repeat-y; min-height:500px;}
.leftbar{ width:840px; height:auto; float:left; padding-right:20px;}
.searchlistw{ clear:both;}
.searchlistw .search-list{height:auto;margin-bottom:10px; font-size:13px; overflow:hidden; }
.searchlistw .search-list li.search-title{line-height:40px; height:40px; background:#f7f7f7; font-weight:bold;font-size:18px; padding:0 0 0 10px; clear:both;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.searchlistw .search-list li.search-title a{ color:#333;}
.searchlistw .search-list li.search-title a:hover{text-decoration:underline;} 
.searchlistw .search-list li.search-title img{ vertical-align:middle; padding:0 8px 0 0;}
.searchlistw .search-list li.search-resources{ color:#999; height:35px; line-height:35px; font-size:14px; padding:0 0 0 20px;}
.searchlistw .search-list li .date{ padding-left:45px; display:block; float:left;}
.searchlistw .search-list li .author{  display:block; float:left;}
.searchlistw .search-list li .df_btn{ margin:6px 0 0 45px; width:66px; padding-left:34px; color:#537f44; height:23px; line-height:23px; display:block; float:left; background:url(../ss_images/df_btn.png) 0 0 no-repeat;}
.searchlistw .search-list li .zxbl_btn{margin:6px 0 0 0; width:66px; padding-left:34px; color:#537f44; height:23px; line-height:23px; display:block; float:left; background:url(../ss_images/zxbl_btn.png) 0 0 no-repeat; }
.searchlistw .search-list li.search-info{line-height:25px; max-height:50px; overflow:hidden; clear:both; font-size:14px; padding:0 0 0 20px; clear:both;}
.searchlistw .search-list li.search-column{color:#2052a4;line-height:26px;}
.searchlistw .search-list li.search-url{height:auto;line-height:25px; color:#377127;font-family:Arial, Helvetica, sans-serif;font-size:14px; padding:0 0 0 20px;}
.searchlistw .search-list li.search-url a{color:#377127;}
.searchlistw .search-list li.search-url a:hover{text-decoration:underline;}
.searchlistw .search-listimg{ position:relative; margin-bottom:15px; height:163px;}
.searchlistw .search-listimg .search-img{ position:absolute;left:0; top:60px; left:20px; width:173px; height:104px;}
.searchlistw .search-listimg li.search-resources{ padding-top:12px; }
.searchlistw .search-listimg li.search-resources,.searchlistw .search-listimg li.search-info,.searchlistw .search-listimg li.search-url{ padding-left:212px; }

 .searchlistw01 .search-list{height:auto;margin-bottom:10px; font-size:13px; overflow:hidden; }
 .searchlistw01 .search-list li.search-title{line-height:40px; height:40px; background:#f7f7f7; font-weight:bold;font-size:18px; padding:0 0 0 10px; clear:both;text-overflow: ellipsis;overflow: hidden;white-space: nowrap; margin-bottom: 10px;}
 .searchlistw01 .search-list li.search-title a{ color:#333;}
 .searchlistw01 .search-list li.search-title a:hover{text-decoration:underline;}
 .searchlistw01 .search-list li.search-title img{ vertical-align:middle; padding:0 8px 0 0;}
 .searchlistw01 .column{ display: block; float: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
 .searchlistw01 .column .red{color: #ff0000;}
 .searchlistw01 .search-list li.search-title a.more{ font-weight: normal; padding: 0 10px; font-size: 14px; color:#b11405;}
 .searchlistw01 .sea-list{ line-height: 30px; height: 30px; overflow: hidden; font-size: 15px; padding-left: 25px;background: url("../images/ico.png") 10px center no-repeat;}
 .searchlistw01 .sea-list a{display:block; float: left; max-width: 100%; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

 /*热点信息&搜索历史*/
.rightbar{ width:285px; height:auto; float:left; padding-left:15px;}
.fenlei_tit{ height:36px; line-height:36px; }
.fenlei_tit a.zcwjk-a{font-size: 16px; font-weight: bold;color: #fff;text-align: center;background: #537F44; display: block;line-height: 32px;}
.fenlei_tit span{ float:left; font-size:16px; font-weight:bold;}
.fenlei_tit .ftit{ float:right; cursor:pointer;}
.fenlei_tit .ftit .hide_btn1{ padding-right:23px; background:url(../ss_images/ss_sq.png) right center no-repeat; font-size:14px; font-weight:normal; color:#999;}
.fenlei_tit .ftit .show_btn1{  display:none; padding-right:23px; background:url(../ss_images/ss_zk.png) right center no-repeat; font-size:14px;font-weight:normal; color:#999;}
.histry{ margin:5px 0; margin-bottom:20px; overflow:hidden; width:100%;}
.histry ul li{ min-height:26px; max-width:90%;   line-height:24px; display:inline; float:left; font-size:15px; text-align:center; margin:14px 13px 0 0;}
.histry ul li a{ display:block; padding:0 5px; border:1px solid #cccccc;  line-height:24px;  border-radius: 3px; -moz-border-radius: 3px;  color:#666; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis; }
.histry ul li a:hover{ background:#eb6e6e; border:1px solid #eb6e6e; color:#fff;}
.hot_list{  b margin-bottom:10px;}
.hot_list ul li{ height:33px; line-height:33px;  font-size:14px;  white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.hot_list ul li a{  height:33px;}
.hot_list ul li span{ display:inline-block; width:15px; text-align:center; height:15px; margin-right:10px; font-size:12px;  background:#478aca; color:#fff; font-family:Arial, Helvetica, sans-serif; line-height:15px;}
.hot_list ul li .num1{ background:#ff4e00;}
.hot_list ul li .num2{ background:#ff8400;}
.hot_list ul li .num3{ background:#ffb400;}
/*搜索无内容*/
.search_noreslut{ background:#f6f6f6; padding:0 0 80px 0;}
.search_noreslut .search_noreslutbox{ width:715px; margin:0 auto;   background:url(../ss_images/no_result.gif) left top  no-repeat;}
.search_noreslut .search_noreslutfont{ font-size:20px; line-height:50px; padding:80px 0 0 320px;}
.search_noreslut .search_noreslutfont h1{ font-size:24px;  line-height:38px;  padding-bottom:15px;}
.search_noreslut .search_noreslutfont h2{ font-size:20px; font-weight:bold;}
.search_noreslut .search-h20{ height:20px; background:#fff; margin-bottom:80px;}
/*分页*/
 .pagination button {width: 40px;height: 30px;line-height: 22px;padding: 2px 5px;border: #537f44 1px solid;margin: -5px 6px 0 3px;_margin: -5px 3px 0;background: #537f44;vertical-align: middle;color: #fff;}
.zsk_box .pagination{ border:none;}
/*外链弹窗*/
.btn-group{ height:30px; margin-top:20px; padding-left:130px;}
.btn-group .btn{ width:60px; height:30px; margin-right:20px; text-align:center; line-height:30px; background:#8d744b; color:#fff; font-size:12px; float:left; display:block;}
.jump-info p{word-break:break-all;}

.date-picker-wrapper .footer { background:none; padding:0;}
@media (max-width:1199px) {
    .ss_header{ height:auto;}
    .ss_header .logo{  float: none; text-align:center;}
    .searchbox_bg {  float: none; padding: 15px 0;margin:0 auto; height:auto;}
    .searchlist_bg { background: url(../ss_images/searchline.gif) 732px top repeat-y;}
    .leftbar { width: 717px;}
    .rightbar { width: 200px;}
}
@media (min-width: 992px) and (max-width:1199px) {
    .ss_header{ height:auto;}
    .ss_header .logo {  float: none; text-align:center;}
    .searchbox_bg {  float: none; padding: 15px 0;margin:0 auto; height:auto;}
    .searchlist_bg { background: url(../ss_images/searchline.gif) 732px top repeat-y;}
    .search_tips{width: 717px;}
    .leftbar { width: 717px;}
    .rightbar { width: 200px;}
}

@media (min-width: 768px) and (max-width:991px) { 
    .ss_header{ height:auto;}
    .ss_header .logo {  float: none; text-align:center;}
    .searchbox_bg {  float: none; padding: 15px 0;margin:0 auto; height:auto;}
    .searchlist_bg { background:none;}
    .leftbar{ width: auto; float:none;padding-right: 0;}
    .rightbar{ display:none;}
    .search_tips{width: 100%;}
    .searchbox ul li.se_box { width: 100%;}
}
@media (max-width: 767px) {
    .ss_header{ height:auto;}
    .ss_header .logo {  float: none; text-align:center;}
    .searchbox_bg {  float: none; padding: 15px 0;margin:0 auto; height:auto;}
    .searchlist_bg { background:none;}
    .leftbar, .rightbar{ width: auto; float:none; padding:0;}
    /* .rightbar{ display:none;} */
    .header .topbg {  height: auto;}
    .menu{ height:70px; line-height:30px; padding:10px 0 0 0;}
    .menu ul li {   padding: 0;  height: 30px;  line-height: 30px;width:25%; text-align:center;}
    .menu ul li.num4{ background:none;}
    .ss_logo img{ width:100%; height:auto;}
    .searchbox_bg {  float: none; padding: 15px 0;margin:0 auto; height:auto; width:auto;}
    .searchbox_bg .searchbox ul.fl{ float:none; height:40px;}
    .searchbox ul{width: 100%;}
    .searchbox_bg .searchbox .result_search{ float:none;}
    .searchbox_bg .searchbox{ height:80px;}
    .searchbox li.sea_an { position:absolute; right:0; top:0; z-index:12;}
    .searchbox ul li.se_box input{width: auto!important;}
    .input-area{ width:96%;     padding: 2px 2% 2px 2%;}
    .searchbox .se_boxlist { width: 99%;}
    .pagination { margin-bottom:0;}
    .search_typebox{ display:none;}
    .search_tips{width:auto; height:auto; padding:0 0 10px 0;}
    .search_tips .search_time{ line-height:28px;}
    .search_tips .search_time,.search_tips .search_titcont{ float:none;}
    .search_titcont  li{ margin:0 20px 0 0;}
    .searchlistw .search-listimg { height:auto;}
    .searchlistw .search-listimg .search-img { position:inherit; top:auto; left:auto; margin:0 auto;}
    .searchlistw .search-list li.search-resources,.searchlistw .search-list li.search-resources,.searchlistw .search-list li.search-resources { padding: 0 10px;}
    .searchlistw .search-listimg li.search-resources, .searchlistw .search-listimg li.search-info, .searchlistw .search-listimg li.search-url { padding: 0 10px;}
    .searchlistw .search-list li .date { padding-left: 10px;}
    .searchlistw .search-list li .df_btn{ margin: 6px 0 6px 10px;}
    .searchlistw .search-list li.search-resources{  line-height:28px;}
    .topbox,.containerbox,.ss_header{ padding:0 10px;}

}
@media (max-width:480px) {
    
    .header .topbg {  height: auto;}
    .menu{ height:70px; line-height:30px; padding:10px 0 0 0;}
    .menu ul li {   padding: 0;  height: 30px;  line-height: 30px;width:25%; text-align:center;}
    .menu ul li.num4{ background:none;}
    .ss_header .logo  img{ width:100%; height:auto;}
    .searchbox_bg {  float: none; padding: 15px 0;margin:0 auto; height:auto; width:auto;}
    .searchbox_bg .searchbox ul.fl{ float:none; height:40px;}
    .searchbox_bg .searchbox .result_search{ float:none;}
    .searchbox_bg .searchbox{ height:80px;}
    .searchbox li.sea_an { position:absolute; right:-1px; top:0; z-index:12;}
    .input-area{ width:96%;     padding: 2px 2%;}
    .searchbox .se_boxlist { width: 99%;}
    .pagination { margin-bottom:0;}
    .search_typebox{ display:none;}
    .search_tips{ height:auto; padding:0 0 10px 0;}
    .search_tips .search_time,.search_tips .search_titcont{ float:none;}
    .search_titcont  li{ margin:0 20px 0 0;}
    .searchlistw .search-listimg { height:auto;}
    .searchlistw .search-listimg .search-img { position:inherit; top:auto; left:auto; margin:0 auto;}
    .searchlistw .search-list li.search-resources,.searchlistw .search-list li.search-resources,.searchlistw .search-list li.search-resources { padding: 0 10px;}
    .searchlistw .search-listimg li.search-resources, .searchlistw .search-listimg li.search-info, .searchlistw .search-listimg li.search-url { padding: 0 10px;}
    .searchlistw .search-list li .date{ padding-left: 10px;}
    .searchlistw .search-list li .df_btn{ margin-left:0;}
}

 .hide.active{display: block !important;}
 /*搜索内容-领导-左侧*/
 .search-leader-info-ul {padding: 20px;border: #eee 1px solid;position: relative;}
 .search-leader-info .search-leader-img {width: 120px;height: 160px;text-align: center;overflow: hidden;float: left;}
 .search-leader-info .search-leader-img img {width: auto;height: auto;max-height: 100%;max-width: 100%;}
 .search-leader-info .search-leader-info-con {margin-left: 140px;position: relative;}
 .search-leader-info-con .search-leader-name {height: 36px;line-height: 36px;padding: 8px 0;font-size: 15px;}
 .search-leader-info-con .search-leader-name .leader-name {font-size: 20px;font-weight: bold;margin-right: 18px;}
 .search-leader-info-con .search-leader-resume {font-size: 15px;line-height: 24px;padding-top: 5px;}
 .search-leader-info-con .search-leader-resume .detailed {font-size: 14px;color: #C50001;}
 .search-leader-info-con .search-leader-xiexin {position: absolute;top: 5px;right: 0;display: block;width: 81px;height: 35px;border-radius: 4px;line-height: 35px;font-size: 16px;color: #C50001;padding-left: 48px;background: #ebf2fc url("../ss_images/xiexin_btn.png") 20px center no-repeat;}
 .search-leader-info-con .search-leader-xiexin:hover {text-decoration: underline;}
 .search-leader-info-news {padding: 15px 20px;background: #fafafa;margin-top: 20px;}
 .leader-info-tit span {height: 28px;line-height: 28px;font-size: 16px;font-weight: bold;}
 .search-leader-info-news .leader-info-list li {height: 32px;line-height: 32px;vertical-align: bottom;padding-left: 12px;background: url("../images/ico.png") left center no-repeat;}
 .search-leader-info-news .leader-info-list li a {display: block;float: none;font-size: 15px;line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 /*搜索内容-领导-右侧*/
 .search-leader-type {height: auto;width: 100%;line-height: 45px;position: relative;border-bottom: none;}
 .search-leader-type ul {margin-right: -10px;}
 .search-leader-type li {float: left;width: 137px;margin-right: 10px;}
 .search-leader-type ul li a {display: block;color: #666;font-size: 18px;text-align: center; background: #f3fdef;cursor: pointer;}
 .search-leader-type ul li.active a, .search-leader-type ul li a:hover {background-color:#537f44;color: #fff;}
 .search-leader-type-list {background: #fafafa;padding-top: 10px;margin-bottom: 10px;}
 .search-leader-type-list li.num1 {border-top: #eee 1px solid;}
 .search-leader-type-list li {border-bottom: 1px solid #eee;line-height: 30px;}
 .search-leader-type-list li a {display: block;line-height: 30px;padding: 10px 0;}
 .search-leader-type-list li .leader-name {float: left;width: 84px; line-height: 30px; height: 30px; text-align: center;display: block;font-size: 18px;font-weight: bold;}
 .search-leader-type-list li .leader-position {margin-left: 84px;color: #666;font-size: 0; padding: 4px 5px 0 0;}
 .search-leader-type-list li .leader-position span.span1 {background: none;font-size: 15px; line-height: 22px; display: inline-block;}
 .search-leader-type-list li.active a, .search-leader-type-list li a:hover {border-left: 2px solid #537f44;}
 .search-leader-type-list li.active .leader-name{color: #537f44;}
 @media (min-width: 992px) and (max-width: 1199px) {
     .search-zt-images-ul .search-zt-info-img {width: 300px;}
     .search-zt-images-ul .search-zt-info {margin-left: 320px;}
     .search-leader-type li {width: 95px;}
     .search-leader-type ul li a {font-size: 16px;}
 }
 @media (max-width: 991px) {
     .searchlist_bg{background: none; min-height: 200px;}
     .searchlistw01 .search-list{ margin-bottom: 15px;}
     .search-zt-images-ul, .search-leader-info-ul, .search-work-guide-ul, .search-question-ul {padding: 15px;}
     .search-leader-info-news{margin-top: 10px;}
     .search-zt-images-ul .search-zt-info-img {top: 15px;left: 15px;}
 }
 @media (max-width: 767px) {
     .search-zt-images-ul, .search-leader-info-ul, .search-work-guide-ul, .search-question-ul {padding: 10px;}
     .search-zt-images-ul .search-zt-info-img {position: static;width: 100%;height: auto;line-height: 0;}
     .search-zt-images-ul .search-zt-info {margin-left: 0;margin-top: 10px;}
     .search-leader-info-news, .search-work-guide-bg {padding: 10px;}
     .search-public-table .table td{padding: 8px;}
 }
 @media (max-width: 479px) {
     .search-leader-info .search-leader-img {float: none;margin: 0 auto;}
     .search-leader-info .search-leader-info-con {margin-left: 0;margin-top: 10px;}
     .search-leader-info-con .search-leader-name {height: auto;}
 }


 .searchlistw2 .search-list {
     height: auto;
     margin-bottom: 20px;
     font-size: 13px;
     overflow: hidden;
     padding: 20px;
     border: #eee 1px solid;
 }

 .search-work-guide-bg {
     padding: 15px 20px;
     background: #fafafa;
 }

 .search-work-guide-bg .search-type-title {
     font-weight: 700;
     font-size: 16px;
 }

 .search-work-list li {
     height: 36px;
     line-height:36px;
     font-size: 15px;
     border-bottom: #eaeaea 1px dotted;
     vertical-align: bottom;
     overflow: hidden;
     padding:2px 0 2px 12px;
     background: url("../images/dot.png") left center no-repeat; position: relative;;
 }

 .search-work-guide-ul .search-work-list li .btn-online-processing {
     display: block;
     width: 66px;
     height: 23px;
     line-height: 23px;
     font-size: 14px;
     padding-left: 34px;
     background: url(../ss_images/zxbl_btn.png) 0 0 no-repeat; position: absolute;right: 0px; top:13px;
 }

 .search-work-list li .title {
     display: block;
     margin-right: 120px;
     float: none;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .search-work-list li .date {
     padding-left: 45px;
     display: block;
     position: absolute;
     right: 0px;
     top: 0px;
 }