.zt_kzqjhead{
	width: 1920px;
	height: 300px;
	margin-bottom: 20px;
}
.zt_kzqjhead img{
	width: 1920px;
	height: 300px;
}
.zt_kzqjcont{
	width: 1200px;
	margin: 0 auto;
}
.zt_kzqjtab{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ECEEF4;
	margin-bottom: 20px;
}
.zt_kzqjtabs{
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #999999;
}
.zt_kzqjtabs img{
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.zt_kzqjtitle{
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 10px;
	border-bottom: 1px solid #F3BD83;
	margin-bottom: 20px;
}
.zt_kzqjgl{
	display: flex;
	/* align-items: flex-end; */
	align-content: space-between;
	justify-content: space-between;
	margin-bottom: 40px;
}
.zt_kzqjgleft{
	width: 590px;
}
.zt_kzqjgimg{
	width: 590px;
	height: 340px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.zt_kzqjgimg img{
	width: 590px;
	height: 340px;
	border-radius: 8px;
}
.zt_kzqjright{
	height: 520px;
}
.zt_kzqjgtab{
	display: flex;
	width: 590px;
	height: 100%;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
}
.zt_kzqjgtabs{
	width: 285px;
	height: 160px;
	border-radius: 8px;
}
.zt_kzqjgtabs img{
	width: 285px;
	height: 160px;
	border-radius: 8px;
}
.zt_kzqjhb{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zt_kzqjhbli{
	width: 224px;
	height: 334px;
	border-radius: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}
.zt_kzqjhbli img{
	width: 224px;
	height: 334px;
	border-radius: 8px;
	object-fit: cover;
}
.zt_jhm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.zt_jhms{
	position: relative;
	width: 27vw;
	height: 82vh;
}
.zt_jhms img{
	width: 27vw;
	height: 82vh;
}
.zt_jdel{
	position: absolute;
	right: -30px;
	top: -30px;
	width: 30px;
	height: 30px;
}
.zt_jdel img{
	width: 30px;
	height: 30px;
	cursor: pointer;
}