.zt_kzzwhead{
	width: 1920px;
	height: 240px;
	margin-bottom: 20px;
}
.zt_kzzwhead img{
	width: 1920px;
	height: 240px;
	object-fit: cover;
}
.zt_kzzwcont{
	width: 1200px;
	margin: 0 auto;
}
.zt_kzzwtab{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ECEEF4;
	margin-bottom: 20px;
}
.zt_kzzwtabs{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #999999;
}
.zt_kzzwtabs img{
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.zt_kzzwtabs span{
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #999999;
}
.zt_kzwlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zt_kzwli{
	width: 590px;
	height: 240px;
	box-sizing: border-box;
	padding: 20px 20px;
	border-radius: 16px;
	background: url('../images/zt_kz/kz_img21.png') no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.zt_kzwname{
	display: flex;
	margin-bottom: 10px;
}
.zt_kzwname img{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 10px;
}
.zt_kzwname span{
	font-size: 12px;
	font-weight: 500;
	color: #8391A5;
}
.zt_kzwtitle{
	display: flex;
}
.zt_kzwtitle p{
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #642121;
	margin-bottom: 15px;
}
.zt_kzwtext{
	width: 550px;
	height: 80px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.zt_kzwmoer{
	font-size: 12px;
	font-weight: normal;
	color: #C72019;
}