

body{
	background-color: #f5f5f5;
}
.bodytop2{
	background-image: url('/front/zt/2025/hxh/images/top2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	height: 483px;
}



.content {
	margin-top: 30px;
	margin-left: 0px;
	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;
}

.txt .video, #video {
	height: 525px;
	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: #1F4D83;
	font-size: 25px;
	line-height: 40px;
	padding-top: 20px;
	margin: auto auto;
	font-weight: bold;
}

@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;
	}
}