* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style: none;
}
/* 基层政务公开专栏 */

#zwgkzl{
	width:1200px;
	margin:10px auto;
}
#zwgkzl .banner,#zwgkzl .banner img{
	display: block;
	width:100%;
}

.zwgkzlLink{
	overflow:hidden;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	border:solid 1px #e2e2e2;
	box-sizing: border-box;
	margin:20px auto 50px;
}
.zwgkzlLink li{
	width:16.66%;
	height: 189px;
	border-right:solid 1px #e2e2e2;
	box-sizing: border-box;
}
.zwgkzlLink li:last-child{
	border-right: none;
}
.zwgkzlLink li a{
	display: block;
}
.zwgkzlLink li a:hover img{
	transform: scaleX(-1);
}
.zwgkzlLink li img{
	display: block;
	margin:20px auto 10px;
	transition: transform 0.5s;
}
.zwgkzlLink li font{
	display: block;
	width:110px;
	font-size: 16px;
	color:#333;
	margin:0 auto;
	text-align: center;
}
#zwgkzlCon02{
	overflow: hidden;
}
.zwgkzlCon02L{
	width:48%;
	float: left;
}
.zwgkzlCon02R{
	width:48%;
	float: right;
}
.titBg{
	height: 30px;
	line-height: 30px;
	position: relative;
	background: url(titBg.png) left center no-repeat;
	background-size:100% auto;
	font-weight: normal;
	margin-bottom: 30px;
}
.titBg font{
	color:#333;
	font-size: 24px;
	margin-left:40px;
}
.titBg img{
	display: inline-block;
}
.titBg a{
	position: absolute;
	font-size: 16px;
	color: #999;
	background: #fff;
	display: block;
	width:70px;
	text-align: center;
	right:0px;
	top:0px;
}

/* 图片轮播 */
.customs-news { overflow: hidden; margin-bottom: 50px; height: 480px; overflow: hidden; padding-top: 50px; }
.customs-news-flash { width: 100%; height: 350px; position: relative; }
.customs-news-ul li { width: 100%; height: 100%; position: relative; }
.customs-news-ul li img { width: 100%; height: 100%; object-fit: cover; }
.customs-news-ul li p { width: 100%; position: absolute; bottom: 0; height: 45px; line-height: 45px; background: url(gray80.png); font-size: 14px; color: #fff; text-indent: 20px; }
.customs-news-btn{position: absolute;z-index: 10;}
.customs-news-btn li{ width: 6px; height: 6px; background: #fff; border-radius: 6px; float: left; margin: 0 5px; }
.customs-news-btn li.on{background:#154079;}


/* 列表 */
.jczwgkalList li { height: 35px; line-height: 35px; vertical-align: middle; }
.jczwgkalList li a{display: block; overflow: hidden;}
.jczwgkalList li a font{ font-size: 16px; color: #333; display: block; float: left; width:calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jczwgkalList li span { float: left; display: block; color: #999; font-size: 16px; width:100px; }

/*  */
.zwgkzlCon03{
	display: flex;
	flex-wrap: wrap;
	margin:30px auto;
}
.zwgkzlCon03 a{
	display: block;
	width: calc(33.33% - 20px);
	overflow: hidden;
}
.zwgkzlCon03 a:nth-child(2){
	margin:0 30px;
}
.zwgkzlCon03 a img{
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
}
.zwgkzlCon03 a:hover img{
	transform: scale(1.2);
}
@media screen and (max-width:1200px) {
	#zwgkzl{
		width:96%;
	}
}

@media screen and (max-width:767px) {
	.titBg{
		margin-bottom:10px;
	}
	.zwgkzlLink{
		border-right:0px;
		border-bottom:0px;
		margin:20px auto;
	}
	.zwgkzlCon03{
		margin:20px auto;
	}
	.zwgkzlLink li{
		width:33.33%;
		border-bottom:solid 1px #e2e2e2;
	}
	.zwgkzlLink li:last-child{
		border-right:solid 1px #e2e2e2;
	}
	.zwgkzlCon02L,.zwgkzlCon02R{
		float: none;
		width: 100%;
	}
	.zwgkzlCon02L{
		margin-bottom:20px;
	}
	.customs-news-flash{
		height:50vw
	}
	.titBg font{
		font-size: 18px;
	}
	.zwgkzlCon03 a{
		width:100%;
		margin-bottom:10px;
	}
	.zwgkzlCon03 a:nth-child(2){
		margin:0 auto;
		margin-bottom:10px;
	}
	.jczwgkalList li a font,.jczwgkalList li a span,.zwgkzlLink li font,.titBg a{
		font-size: 14px;
	}
}