.main {
	background: #f5f5f5;
	padding: 35px 0 60px;
}

.article_detail {
	background-color: #f5f5f5;
	padding-bottom: 60px;
}

.detail_head {
	border-bottom: 1px solid #ebedf0;
	padding-bottom: 30px;
	margin-top: -10px;
}

.detail_body {
	color: #666;
}

.detail_body h1 {
	font-size: 30px;
	color: #333;
	text-align: center;
}
.detail_body .time {
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}

.article-item {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 2;
}

.article-item img {
	display: block;
}

.article-item-title {
	/* font-size: 24px; */
	font-weight: 500;
}

.article-item-content.right {
	text-align: right;
}
.article-item-content.indent {
	text-indent: 40px;
}
