@charset "utf-8";

.art-title {
	border-bottom: 1px solid #f2f2f2;
	padding-top: 124px;
	padding-bottom: 24px;
}
.art-title h1 {
	color: #333;
	font-size: 36px;
	line-height: 1.5;
}
.art-title .edit-time {
	color: #999;
	margin-top: 15px;
}
.art-title .edit-time span {
	color: #e0e0e0;
	padding-right: 12px;
	padding-left: 12px;
}
.art-content {
	justify-content: space-between;
	width: 100%;
}
.art-content .art-body {
	flex: 0 0 900px;
	font-size: 16px;
	color: #333;
}
.art-content .art-body p {
	margin-top: 15px;
}
.art-content .art-body p:first-child {
	margin-top: 0;
}
.art-content .art-body img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.art-content .art-aside {
	flex: 0 0 230px;
}
.art-footer {
	border-top: 1px solid #f2f2f2;
	padding-top: 24px;
	padding-bottom: 12px;
}