/**政务公开CSS**/
.listcon{
	height:320px;
}
.conter .rightcon .zmhd_leftcon .tit_tab span.hover{
	border:0;
	background:none;
	color:red;
	font-weight:bold;
}
.conter .rightcon .zmhd_rightcon .tit{
	background:#39c3ff;
	margin:0;
}
.conter .rightcon .zmhd_leftcon .zmhd_btn p a{
	color:white;
}
.conter .rightcon .zmhd_leftcon .xingj_search span{
	background:#39c3ff;
}
.conter .rightcon .tit_tab span{
	color:#39c3ff;
}
.conter .rightcon .zmhd_leftcon .xingj_search form .btn{
	background:#39c3ff;
}
.conter .rightcon .zmhd_leftcon .changjing_menu span{
	background:#39c3ff;
	font-weight:bold;
}
.conter .rightcon .zmhd_rightcon .zaixian_ft{
	padding:0;
}
.zmhd_leftcon_title{
	width:70px;
	height:18px;
	line-height:18px;
	font-size:17px;
	display:inline-block;
	padding-left:8px;
	border-left:4px solid #4b81ed;
}
.zmhd_leftcon_line{
	width:490px;
	height:18px;
	display:inline-block;
	border-bottom:1px solid #54afd6;
}
.zmhd_leftcon_more{
	/*float:right;*/
	width:60px;
	height:18px;
	display:inline-block;
}
.zmhd_leftcon_more a{
	line-height:17px;
	font-size:17px;
	color:#acacac;
}
.zmhd_leftcon_chan{
	margin-bottom:15px;
}
.zmhd_leftcon_chan li span{
	float:right;
}
.zmhd_leftcon_chan li{
	height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.zmhd_leftcon_chan li a{
	color:#333;
}
.zmhd_rightcon_title{
	width:70px;
	height:18px;
	line-height:18px;
	font-size:17px;
	display:inline-block;
	padding-left:8px;
	border-left:4px solid #4b81ed;
}
.zmhd_rightcon_line{
	width:264px;
	height:18px;
	display:inline-block;
	border-bottom:1px solid #54afd6;
}
.zmhd_rightcon_zwgk{
	width: 100%;
    height: 333px;
}
.zwgk_top div{
	margin-top:20px;
	width:175px;
	height:100px;
	float:left;
}
.zwgk_top div img{
	margin-left:86px;
}
.zwgk_top div span{
	width: 70px;
	padding-left: 86px;
    display: block;
}
.zwgk_top div a{
	color:#000000;
	font-size:17px;
}
.zwgk_bottom div{
	margin-top:30px;
	width:115px;
	height:100px;
	float:left;
}
.zwgk_bottom div img{
	margin-left:30px;
	margin-right:30px
}
.zwgk_bottom div span{
	width: 70px;
	padding-left: 30px;
    display: block;
}
.zwgk_bottom div a{
	color:#000000;
	font-size:17px;
}
.zmhd_rightcon_ztzl li{
	width:116px;
	height:43px;
	float: left;
}
.zmhd_rightcon_ztzl li a{
	color:#000000;
	font-size:15px;
	float: left;
	padding: 10px 25px;
        background:url(zwgk_more_pg.png) 90px center no-repeat;
}
.zmhd_bottomcon{
	width: 900px;
	height: 80px;
	/*float: left;*/
	padding: 0 18px;
	overflow: hidden;
}
.zmhd_bottomcon ul li{
	float:left;
}
.zmhd_bottomcon a{
	display:block;
	color:#fff;
	width:190px;
	height:80px;
	font-size:20px;
	line-height:80px;
	float:left;
}

/************************************************图片滚动************************************************/

/* 本例子css */
.picScroll-left {
	overflow:hidden;
	position:relative;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}
.picScroll-left .hd {
	position: absolute;
	height: 100%;
	/*z-index: 999;*/
	width: 100%;
}
.picScroll-left .hd .prev,.picScroll-left .hd .next {
	margin-top: 10px;
	display:block;
	overflow:hidden;
	cursor:pointer;
	background: #d4d4d4 url(yongxiu20171221_60.png) left center no-repeat;
    width: 30px;
    height: 86px;
    border: none;
    cursor: pointer;
	z-index: 999;
}
.picScroll-left .hd .next {
	background-position:right center;
	float: right;
}
.picScroll-left .hd .prev{
	float: left;
}
.picScroll-left .hd .prevStop {
	background-position:-60px 0;
}
.picScroll-left .hd .nextStop {
	background-position:-60px -50px;
}
.picScroll-left .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.picScroll-left .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:url(icoCircle.gif) 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position:0 0;
}
.picScroll-left .bd {
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li {
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.picScroll-left .bd ul li .pic {
	text-align:center;
}
.picScroll-left .bd ul li .pic img {
	width:190px;
	height:80px;
	display:block;
	padding:2px;
	border:1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color:#999;
}
.picScroll-left .bd ul li .title {
	line-height:24px;
}