#userSetting{ display:none;  }

/* 新闻中心-首页 ============================ */

/* 焦点图 */
.focusNews{ width:100%; position:relative; overflow:hidden;   text-align:center;  }

.focusNews .bd li{ position:relative; text-align:center; }
.focusNews .bd li .pic{ line-height:0  }
.focusNews .bd li img{ width:100%; max-width:460px;  }
.focusNews .bd li .title{ position:absolute; width:100%; text-align:left; text-indent:10px; bottom:0; left:0;  height:30px; line-height:30px; color:#fff; background: rgba(0, 0, 0, 0.5); 	}
.focusNews .bd li .title span{ display:block; margin-right:90px;  }
.focusNews .hd{ position:absolute; z-index:1; right:10px; bottom:9px; height:12px; overflow:hidden; }
.focusNews .hd li{ display:inline-block; width:12px; height:12px; -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px; background:#C9C9C9; margin:0;
	-webkit-box-shadow:#333 1px 0 2px inset;
	-moz-box-shadow:#333 1px 0 2px inset;
	box-shadow:#333 1px 0 2px inset;
	vertical-align:top;
}
.focusNews .hd li span{ display:none;  }
.focusNews .hd li.on{ background:#CC1310;
	-webkit-box-shadow:#510906 1px 0 2px inset;d
	-moz-box-shadow:#510906 1px 0 2px inset;
	box-shadow:#510906 1px 0 2px inset;
}



/* 信息列表模块 */
.infoBox { padding:10px 6px; }
.infoBox nav{ border-bottom: 2px solid #1686DE; }
.infoBox nav h3{ color: #333; height:30px; line-height:30px;  text-shadow:1px 1px 0 #fff;}
.infoBox nav h3::before{
	content:"";
	display:block;
	float:left;
	height:18px;
	width:5px;
	margin:6px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:















	-webkit-gradient(linear,0 0,0 100%,from(#3698E4),to(#0569b7));
	background:

























	-moz-linear-gradient(#0e78ca, #0569b7);
	background: linear-gradient(#1686DE, #127DCF);
}
.infoBox nav ul{ overflow:hidden;  padding-bottom:7px;  }
.infoBox nav li { float: left; text-align: center; padding:0 8px;  position: relative; font-size:16px; }
.infoBox nav li a{ display:block; height:30px; line-height:30px; padding:0 10px; color:#333; font-weight:bold;
	text-shadow:1px 1px 0 #fff;
}
.infoBox nav .on::after{
	content:""; position: absolute; left: 50%; margin-left: -3px; bottom:-10px; border: 5px solid; border-color: #0d7fd8 transparent transparent ; }
.infoBox nav .on a{ background:#0d7fd8; color:#fff; text-shadow:1px 1px 0 #0c71c0;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	-webkit-box-shadow:#0c71c0 0 0 10px inset;
	-moz-box-shadow:#0c71c0 0 0 10px inset;
	box-shadow:#0c71c0 0 0 10px inset;
}


.boxCont{line-height: 160%; padding: 5px 10px; text-indent: 2em; }

.infoBox nav li.touchOn { background-color: #cfe3f1; }
.infoBox .infoList>li { padding:0 8px;  height: 35px; line-height: 35px; overflow: hidden; font-size:17px;
    text-overflow: ellipsis;  border-bottom:#cfe3f1 1px solid; box-shadow:0 1px 0 #fff; background-position: right center; background-repeat: no-repeat; background-size: 14px 13px; padding-right: 25px; }
.infoBox .infoList>li:nth-last-child { border-bottom: none; }
.infoBox .infoList>li.t { padding:0 8px 8px 8px; overflow: hidden; background-image: none; white-space: normal; height: auto; line-height:180%; }
.infoBox .infoList>li.t h5 { font-size:17px; height: 36px; line-height: 36px; padding-top: 2px; color: #000;  font-weight: 600;
    max-width: 100%; text-overflow: ellipsis; white-space: normal; overflow: hidden; }
.infoBox .infoList>li.t .pic { width: 75px; height: 55px; float: left; margin: 0 8px 0px 0; display: inline-block; overflow: hidden; border: #eceef0 1px solid; }
.infoBox .infoList>li.t img { width: 75px; float: left; }
.infoBox .infoList>li.t .intro { color: #78797a; font-size:14px; line-height: 19px; }
.infoBox .infoList>li.n { font-size:17px; }
.infoBox .infoList>li.n:first { margin-top: 2px; }
.infoBox .infoList .loading { background: url(../images/list_loading.gif) no-repeat center; border-bottom: none; }
.infoBox .infoList.hideMore>li:nth-child(n+9) { display: none; }


/* newsBox */
.newsBox{ margin:0 6px 10px 6px;  border:1px solid #cfe3f1;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	-webkit-box-shadow:#fff 0 1px 0 inset, #fff 1px 1px 0;
	-moz-box-shadow:#fff 0 1px 0 inset, #fff 1px 1px 0;
	box-shadow:#fff 0 1px 0 inset, #fff 1px 1px 0;
}
.newsBox .hd{ height:35px; line-height:35px; text-align:center; background:url(../images/newsBox.png) center bottom no-repeat;   }
.newsBox .hd h3{ color:#333;  }
.newsBox .bd{ padding:15px 0 0 0;  }

#jdztBox .bd{ padding:10px 0;  }
#jdztBox .bd ul{ overflow:hidden;  }
#jdztBox .bd ul li{ width:50%; float:left; text-align:center;   }
#jdztBox .bd ul li img{ width:140px; height:40px;  }


/* 领导-首页 -----------------------------------------*/
.leaderPicList{ overflow:hidden; padding-top:20px;  }
.leaderPicList li{ height:190px; float:left; text-align:center; width:33%;
}
.leaderPicList li .title{ display:inline-block; width:90%;  font-size:14px; line-height:18px;  }
.leaderPicList li .title span{ display:block; height:36px; overflow:hidden; margin-bottom:5px;   }


/* 问卷内容页 */
#surveyResult table td {border: 0 none !important;}
#surveyResult .border{ width:100% !important;  }
#surveyResult .tdbg .border{/* display:none; */}
#surveyResult #BtnReturn,
#surveyResult #BtnClose{padding:5px 20px;}
#surveyResult table .tdbg td  #LblTitle {color: #333 !important;display: block;font: bold 16px/200% "Microsoft YaHei";margin-bottom: 20px;padding: 5px 0;}
#surveyResult table td {text-align: left;}
#LblSurveyName{ font-size:22px; padding:10px 0 0 0 ; display:block; text-align:center; }
#surveyResult .ChartPic{ margin:5px 0 20px 0; width:100%; position:relative;  }
#surveyResult .ChartHasPic::after { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAADQ0lEQVR42qVWW0iTYRieJWQF3VSXXXWhUAgSdKCIKKJQKaSU6EBBQWKEEEF0k14UgjqKSdQKkUBGTWsZBF2MzVOeNTPMaMqktXCb7uTGDjq/3udjn+3f/v+31Qsv2/d+7+F7z79GswY4HI6NS0tLpxKJRD3hM8K+5G896LjX/CtEo9F8UtS2srIyx1SA7l3E1x6LxQqyMkBC+lRFC32DbFrbxL7V1rHRC9f4L86gp8Ly8vJzEs9RVW632/PIwBv+wkSC/XrdwXqPFDPL7n2KiHvwgR8Qj8c7nE7nJjUP2sAY88zzF6spT0fwQw5AuTKVl5evVwxR3Otj/cVnsjIgEHKQT3rUXFNTs06SZBGiT1dvyCoYKK1gn6tusb4TZaqGIC9C53K5CldzRF68BBGxTRcaLDvPAhOTkgT7hsdUjUEPD3ssZiJvcjVWqzVXePHxaKmEGee4P8CraPD0OU4bOnuJ+UfHWdTlZj0Hj8sagZzwprW1dYuGknQSBwimMzsMRhb56WSdew5L6FAOIzMPHyt6A30At9tdgVDdx2FG9ySDMTg5xX68MMgqwQPmu3oVjUAfYHFxsUlDHWvC4Uv1nczXjE9wZUpx91i6FY1AHyAcDpvhiQUHuaqa1bfIxl7kylb/SLXKAJFIZEjVExH70PdpLgTl45XVLGyf5QhaZ9GhtTyxwJM6nhOFJELxQk+/pITdZiv7ereWJeJxfpdeGDwnpA/g9XqbUV0lStWVit37j7Hhisusa+8Rfp57/0HSN4KeXl00D6+r9okaWgsPSAx5B4Zl+0Sv1+/kHU8j+hUIzjZTVrMKhiCDsE3cvL1KBy1ZvubGxsZt3Ai1/y7hzdiVyqwHI6aA+A954cXIyEgJjZU/Yx8LR0xhDMP/ncJ+v9+k0+m289mVAjk0nvnCQg9k6xH4IQcIBoNdWq12BxnIy9iUNpttAxlqF6FDbP9mM4JPhIg8sBoMhoKGhobNkn2SCthoWDhyO37q3gNexviV2/EIETyAAdnNmAp4AU3PIiqId9RH82pfK3TvoyqyIMnJHOQpeiADOUia2Wze6vF4LpKip6FQCJ8+k4FA4K3P52uhRqsyGo35KFNUUTLJGV8rvwEx3sQFIsxVBQAAAABJRU5ErkJggg==) no-repeat;
	position: absolute; right: 10px; bottom: 10px; content: ""; width: 25px; height: 25px; }
#surveyResult .ChartPic img {  max-width:100% !important; height:auto !important   }
#surveyResult .ChartPic map { display: none; }
#surveyResult .ChartHasPicOn { overflow: scroll; }
#surveyResult .ChartHasPicOn img{ max-width:700px !important; }
#surveyResult .ChartHasPicOn::after { display: none; }
#surveyResult .DivShowDataOn .ChartHasPic { overflow: scroll; }
#surveyResult .DivShowDataOn .ChartPic img{ max-width:700px !important; }
#surveyResult .DivShowDataOn .ChartHasPic::after{ display:none }
#surveyResult #BtnClose{ display:none }