.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;
}


.content {
	margin-top: 50px;
	margin-left: 4px;
	margin-right: 6px;
	background-color: #fff;
	padding-bottom: 20px;
	min-height: 500px;
}

.txt {
	font-size: 16px;
	line-height: 180%;
	min-height: 600px;
	_height: 600px;
	width: 1050px;
	margin: auto auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.txt p {
	text-indent: 2em;
	margin-bottom: 16px;
	line-height: 200%;
}

.txt p img:only-child {
		display: block;
}

.txt img {
	cursor: pointer;
	overflow: hidden;
	width: expression(this.width > 700 && this.width > this.height ? 700 :  
		 this.width);
	max-width: 700px;
	margin: auto auto;
}

.text_ly {
	padding: 15px 5px 15px 5px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
	text-align: center;
}

.text_mid {
	text-align: center;
	color: #cc0000;
	font-size: 25px;
	line-height: 40px;
	padding-top: 20px;
	width: 1120px;
	margin: auto auto;
}

@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;
		
	}
	.content {
		margin-top: 0vw;
		margin-left: 0px;
		margin-right: 0px;
		padding-left:10px;
		padding-right:10px;
		background-color: #fff;
		padding-bottom: 20px;
		min-height: 500px;
		/* width:calc(100% - 20px); */
		/* margin-top: 175px; */
	}
	.txt {
		font-size: 16px;
		line-height: 180%;
		min-height: 600px;
		_height: 600px;
		width: auto;
		margin: auto auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.txt p {
		text-indent: 2em;
		margin-bottom: 16px;
		line-height: 200%;
	}
	.txt img {
		cursor: pointer;
		overflow: hidden;
		width: expression(this.width > 700 && this.width > this.height ? 700 :  
		 this.width);
		max-width: 90%;
		margin: auto auto;
	}
	.text_ly {
		padding: 15px 5px 15px 5px;
		border-bottom: solid 1px #ddd;
		overflow: hidden;
		text-align: center;
	}
	.text_mid {
		text-align: center;
		color: #cc0000;
		font-size: 25px;
		line-height: 40px;
		padding-top: 20px;
		width: auto;
		margin: auto auto;
	}
}
