
/* 文章详情页 */
.article-detail-head1{
	width: 100%;
	font-size: 2rem;
	text-align: center;
}

.article-detail-head2{
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	color: gray;
}




/* 底部关联文章列表 */
.article-friends{
	width: 100%;
	max-width: 800px;
	margin: 1rem 0 1rem 0;
}

.article-friends .article-friends-row{
	width: 100%;
	display: flex;
	justify-content: space-between;
}