@charset "utf-8";
/* CSS Document */
@import 'common.css';
.article_article{
	width:710px;
	margin:0 auto;
	height:auto;
}
.article_article  .title{
	width:710px;
	margin:0 auto;
	padding:0px;
	text-align:center;
	font-size:16px;
	height:25px;
	color:#000;
}
.article_article  .arcInfo{
	float:right;
	padding-right:30px;
	height:26px;
}
.article_article .article_content{	
	line-height:30px;
	padding-bottom:2px;
	color:#333;
}
.article_article .article_bottom{
	border-bottom:#CCC 1px solid;
}
.article_article .article_content p{
	text-indent:2.0em;
}
.article_article .article_content img{
	text-align:center;
	margin:0 auto;
	padding:0px;
	max-width:680px;
	max-height:600px;
	width: expression(this.width > 680 && this.width > this.height ? 680 : true);
	height: expression(this.height > 600 ? 600 : true);
}
.article_article  .preAndNext{
	padding:10px 20px;
	float:left;
	line-height:26px;
	color: #6D6D6D;
}