body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	
}

.bza {
	/* background-color: #000; */
	background-image: url('/front/zt/2024/10dkjjz/images/top-sub.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 388px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 35px;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	color: #fff;
	font-size: 16px;
}

.bza-title {
	display: none;
}

.bza p {
	padding-bottom: 10px;
	text-indent: 2em;
	font-size: 18px;
}

.zmgzz-bg {
	background-color: #F7F7F7;
	counter-reset: section;
}

.zmgzz-bg>.row {
	padding-bottom: 0px;
}

.zmgzz-title {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
	display: block;
}

.item {
	width: 100%;
	height: 225px;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 15px;
	border-radius: 5px;
	position: relative;
}

.item:hover {
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}

.item::before {
	counter-increment: section;
	content: counter(section);
	position: absolute;
	font-size: 80px;
	font-weight: bold;
	font-style: oblique;
	padding-right:20px;
	padding-left:10px;
	background: linear-gradient(to bottom, #E4E4E4 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-color: #000;
	z-index: 1;
	left: 0;
	top: 5px;
}

.item .item-img {
	width: 300px;
	height: 170px;
	position: absolute;
	padding-left: 85px;
	padding-top:32px;
	z-index: 2;
	left: 0;
	top: 0;
}

.item .item-img img {
	width: 300px;
	height: 166px;
	
}

.item .item-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	width: calc(100% - 465px);
	float: left;
	font-size:26px;
	font-weight:bold;
	padding-top: 26px;
	padding-left:410px;
}

.item .item-info {
	text-indent: 2em;
	float: left;
	width: calc(100% - 465px);
	height: 105px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-left:410px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F2F2F2;
	border-radius: 5px;
}

.item .item-info .item-info-content {
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 18px;
	line-height: 30px;
}

@media ( max-width : 768px) {
	.bza {
		margin-top: 39vw;
		margin-right: 0px;
		margin-left: 0px;
		line-height: 22px;
		height: auto;
		background-color: #031F73;
		padding-left: 10px;
		padding-right: 10px;
	}
	.bza img {
		display: none;
	}
	.bza .bza-title {
		color: red;
		font-weight: bold;
		display: block;
	}
	.bza p {
		padding-bottom: 10px;
		text-indent: 2em;
		font-size: 14px;
		
	}
	.zmgzz-bg {
		background-size: 100vw;
	}
	.zmgzz-bg>.row {
		padding-bottom: 0px;
	}
	.zmgzz-title {
		margin: 0 auto;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 15px;
	}
	.zmgzz-title img {
		max-width: 100%;
	}
	.item {
		width: 100%;
		height: auto;
		background-image: none;
		background-color: #fff;
		display: block;
		float: left;
		margin-left: 0px;
		
		border-bottom: 0px solid #ccc;
		
		margin-bottom: 10px;
	}
	.item:last-child {
		border-bottom: none;
	}
	.item .item-img {
		width: calc(100% - 30px);
		height: 50vw;
		float: left;
		padding: 15px;
		padding-bottom:0px;
		position:static;
	}
	.item .item-img img {
		width: 100%;
		height: 50vw;
		position:static;
	}
	.item .item-title {
		width: calc(100% - 20px);
		float: left;
		padding-top: 15px;
		padding-left: 15px;
		font-size: 18px;
		
	}
	.item .item-info {
		text-indent: 2em;
		font-size: 12px;
		float: left;
		width: calc(100% - 40px);
		height: auto;
		min-height: calc(100vw - 265px);
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-bottom: 15px;
		background-color:#fff;
		/* background-color: #F9F9F9;
		border: 1px solid #ECECEC; */
		border-radius: 5px;
		margin-left: 10px;
	}
	.item .item-info .item-info-content {
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		font-size: 12px;
		line-height: 24px;
	}
	.item::before {
		display: none;
	}
}
