/* 标题 */
#topics .postTitle {
	font-size: 2.25em;
}
#topics .post {
	position: relative;
    display: flex;
    flex-flow: column;
}

/* 正文 */
#cnblogs_post_body,
#topics .postTitle {
    max-width: 860px;
  	margin: 0 auto;
  	padding: 30px;
}
#cnblogs_post_body {
	padding-bottom: 100px;
}
#topics .postTitle a {
	background: unset;
	padding-left: 0;
	padding-bottom: 30px;
}

@media only screen and (min-width: 1400px) {
	#cnblogs_post_body,
	#topics .postTitle {
		max-width: 1024px;
	}
}

@media only screen and (min-width: 1800px) {
	#cnblogs_post_body,
	#topics .postTitle {
		max-width: 1200px;
	}
}

div[data-processed] {
	text-align: center;
}
#cnblogs_post_body h1,
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
	margin-top: 30px;
}