#main {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.main_nav {
	height: 20px;
	width: 1000px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D10E44;
	padding-left: 10px;
	font-family: "微软雅黑";
	font-size: 16px;
	text-decoration: none;
	line-height: 20px;
}.article {
	height: 800px;
	width: 1000px;
}
.article_title {
	height: 50px;
	margin-top: 20px;
	font-family: "宋体";
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.article_word {
	padding-right: 30px;
	padding-left: 30px;
	text-indent: 2em;
	padding-top: 40px;
}
