@charset "utf-8";
/* CSS Document */
@import 'common.css';
.info_content{
	width:710px;
	margin:0 auto;
	padding:0px;
}
.info_content .title{
	text-align:center;
	margin:0 auto;
	color:#000;
	width:710px;
	padding-bottom:15px;
	font-weight:600;
	font-size:14px;
}
.info_content .time{
	width:710px;
	margin:0 auto;
	border-bottom:#CCC 1px solid;
	text-align:center;
	color:#666;
}
.info_content .info_image{
	width:710px;
	margin:0 auto;
	overflow:hidden;
	padding:0px;
	padding-top:10px;
	text-align:center;
	padding-bottom:15px;
}
.info_image img{
	max-width:680px;
	max-height:600px;
	width: expression(this.width > 680 && this.width > this.height ? 680 : true);
	height: expression(this.height > 600 ? 600 : true);
}
.info_content .info_1{
	margin:0 auto;
	border-bottom:#999 1px solid;
	padding-bottom:12px;
}
.info_content .info_1 p{
	text-indent:2.0em;
	line-height:26px;
	
}
.preAndNext{
	margin-top:20px;
}
.preAndNext li{
	line-height:26px;
}
.video{
	width:500px;
	margin:0 auto;
}