@charset "utf-8";
/* CSS Document */
.main {
	padding-top:0;
	padding-bottom:0;
}
.current_position,
.current_position a {
	color:#878787;
	font-size:12px;
	line-height:50px;
}
.current_position .current {
	color:#333333;
}
.article {
	width:788px;
	border:1px solid #eef0f1;
	padding:40px 95px 100px;
	background:#f6f8f9;
}
.article .title {
	color:#333333;
	line-height:60px;
	font-size:26px;
	font-weight:700;
	text-align:center;
}
.article .info {
	color:#858585;
	line-height:60px;
	font-size:12px;
	text-align:center;
}
.line {
	height:0;
	border-bottom:1px solid #e8e9ea;
	margin-top:15px;
}
.article .word {
	padding-top:40px;
	color:#343434;
	line-height:27px;
	text-indent:2em;
}
.foot {
	background:none;
	margin:auto 50px;
}