.w1200 {
	width: 1200px;
	margin: auto;
	margin-bottom: 50px;
}
.zcwj,.gly,.zhenjie {
	width: 100%;
	height: auto;
}
.div_header {
	height: 35px;
	width: 100%;
	border-bottom: 1px solid #d1ddfe;
	padding-left: 20px;
}
.zcwj_header {
	background-image: url("/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/17823/images/zc.png");
}
.gly_header {
	background-image: url("/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/17823/images/ly.png");
}
.zhenjie_header {
	background-image: url("/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/17823/images/zj.png");
}
.div_content {
	width: 100%;
	height: auto;
	margin-top: 13px;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
}
.zc_con {
	margin-top: 20px;
}
.zc_list {
	width: 380px;
	height: 130px;
	padding: 20px;
	background: linear-gradient(to bottom, #e0efff, #fff);
	border-top: 2px solid #1856fb;
	display: block;
	position: relative;
	margin-right: 20px;
}
.time {
	position: absolute;
	bottom: 0px;
	left: 20px;
	color: #687a97;
	font-size: 14px;
	line-height: 30px;
}
.title {
	color: #404040;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.type_title {
	font-size: 24px;
	color: #fff;
	font-weight: bolder;
	line-height: 35px;
}
.title_more {
	color: #404040;
	font-size: 16px;
	line-height: 35px;
	float: right;
}
.gly,.zhenjie,.zcwj {
	margin-top: 50px;
}
.lists {
	width: 162px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #404040;
	background-color: #e1f0ff;
	margin-top: 7px;
	display: block;
	margin-right: 7px;
  	transition: background-color 0.5s,color 0.5s;
}
.lists:hover {
	background-color: #3722f5;
	color: #fff;
} 
.content_img {
	width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 768px) {
	.w1200 {
		width: 100%;
	}
	.zc_list {
		width: 100%;
		margin: 0 auto;
	}
	.div_content {
		
		gap: 10px;
	}
	.lists {
		width: 30%;
	}
}
