@charset "utf-8";
/* css document */

.article-base{
	margin:20px 30px 30px;
	padding-bottom:18px;
	border-bottom:1px dashed #e8e8e8;
	}
.article-tit{
	font-size:24px;
	min-height:60px;
	margin-bottom:20px;
	}
.article-time{
	color:#999999;
	font-size:17px;
	}
.article-con{
	width:800px;
	margin:0 auto;
	padding-bottom:20px;
	line-height:22px;
	color:#535353;
	}
.about-con{
	width:604px;
	color:#707070;
	}
.article-con>p{
	margin-bottom:20px;
	}
.article-con img{
	max-width:800px;
	}