
.article-area .article-left .post ,
.article-area .article-right {
	margin-bottom: 118px
}
.article-area .row {
	position: relative;
}
.article-area .article-right {
	position: sticky;
	top: 118px
}
.article-top {
	margin-bottom: 116px
}
h1.entry-title {
	margin-bottom: 56px;
	font-size: 36px;
	line-height: 40px;
}
.entry-cover {
	margin-bottom: 36px
}
.entry-cover img {
	width: 100%
}
.entry-description {
	background-color: #F6F7FA;
	border: #E9EAED solid 1px;
	padding: 16px 32px
}
.entry-description br {
	margin-bottom: 16px
}

.author-info {
	background-color: #F6F7FA;
	padding: 24px 24px 56px
}
.author-avatar {
	margin: 0 auto 12px;
	text-align: center;
	width: 130px;
	border: #E1523D solid 2px;
	border-radius: 50%;
	padding: 4px;
	overflow: hidden;
}
.author-avatar .avatar-box {
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden
	
}
.author-name {
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-align: center
}
.author-des {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 36px
}



.type-post .entry-content h2,
.type-post .entry-content h3 {
	margin-top: 118px;
	margin-bottom: 36px;
}
.type-post .entry-content h4 {
	margin-top: 56px;
	margin-bottom: 16px;
}
.type-post .entry-content h2 {
	font-size: 28px;
	line-height: 34px;
}
.type-post .entry-content h3 {
	font-size: 20px;
	line-height: 30px
}
.type-post .entry-content h4 {
	font-size: 16px;
	line-height: 28px
}
.type-post .entry-content p,
.type-post .entry-content ul,
.type-post .entry-content ol {
	margin-bottom: 16px
}
.type-post .entry-content a,
.type-post .entry-content a:active,
.type-post .entry-content a:visited {
	color: #E1523D;
	text-decoration: underline;
}
.type-post .entry-content a:hover {
	color: #E1523D;
	text-decoration: none
}
.type-post .entry-content ul,
.type-post .entry-content ol {
	margin-left: 15px;
}
.type-post .entry-content ul li {
	list-style: disc
}
.type-post .entry-content ol li {
	list-style: decimal
}

.type-post .entry-content blockquote {
	margin: 0 0 16px 0;
	padding-left: 24px;
	border-left: #E9EAED solid 4px
}
.type-post .entry-content blockquote p {
	margin: 0
}
.type-post .entry-content .wp-block-group {
	margin-top: 56px
}
.type-post .entry-content figure {
	margin: 56px 0
}
.type-post .entry-content figure figcaption {
	font-size: 14px;
	line-height: 20px;
	color: #87898D;
	text-align: left
}