.content {
	margin-left:16px;
	margin-right:16px;
	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 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;
}