/* 作者主页 */
.author_home {
	width: 580px;
	margin: 210px auto 50px;
}

.author_home .title {
	display: flex;
}

.author_home .title li img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #808080;
	margin-right: 34px;
}

.author_home .title li h2 {
	font-size: 28px;
	font-weight: 500;
	color: #222222;
	line-height: 1;
	margin: 16px 0;
}

.author_home .title li p {
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	color: #757575;
}

.author_home .contnet {
	margin-top: 56px;
}

.author_home .contnet .content_title {
	border-bottom: 1px dotted #222;
}

.author_home .contnet .content_title p {
	width: 80px;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	border-bottom: 6px solid #222;
	padding-bottom: 12px;
}

.author_home .contnet .content_title span {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #222222;
	display: block;
	margin-bottom: 8px;
}

.author_home .contnet ul li {
	padding: 30px 0;
	border-bottom: 1px dotted #E0E0E0;
}

.author_home .contnet ul li h2 {
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	color: #262626;
	line-height: 32px;
}

.author_home .contnet ul li .author_con {
	font-size: 14px;
	font-weight: 400;
	color: #717171;
	line-height: 1;
	margin: 14px 0 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.author_home .contnet ul li .time {
	font-size: 14px;
	font-weight: 400;
	color: #B0B0B0;
	line-height: 1;
}

/* 作者文章详情 */
.author_article img {
	max-width: 100%;
}

.author_article {
	margin: 190px 0;
}

.author_article .author_information {
	width: 182px;
	margin: auto;
	text-align: center;
}

.author_article .author_information img {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	margin: 45px auto 0;
	border: 2px solid #808080;
}

.author_article .author_information h2 {
	font-size: 18px;
	font-weight: 500;
	color: #262626;
	margin: 15px 0 20px 0;
}

.author_article .author_information p {
	font-size: 14px;
	font-weight: 500;
	color: #3A3A3A;
}

.author_article .author_content {
	width: 668px;
	margin: 0 30px 0 40px;
}

.author_article .author_content .header_img {
	width: 668px;
	/* height: 380px; */
}

.author_article .author_content .title h2 {
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	line-height: 42px;
	margin: 60px 0 30px 0;
}

.author_article .author_content .title p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #222222;
}

.author_article .author_content .title p .author_au {
	color: #BD9E6F;
	margin-right: 20px;
}

.author_article .author_content .title p .source {
	color: #BD9E6F;
}

.author_article .author_content .title .time {
	font-size: 18px;
	font-weight: 500;
	color: #D1D1D1;
	line-height: 1;
	margin-top: 40px;
}

.author_article .author_content .content {
	margin-top: 30px;
}

.author_article .author_content .content section {
	margin: 0 !important;
}

.author_article .author_content .content p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 24px;
	margin: 0 !important;
}

.author_article .recommend {
	width: 270px;
	margin-top: 45px;
}

.author_article .recommend h2 {
	font-size: 24px;
	font-weight: 500;
	color: #727272;
}

.author_article .recommend ul li {
	border-bottom: 1px solid #DCDCDC;
	padding: 20px 0;
}

.author_article .recommend ul li a {
	display: flex;

}

.author_article .recommend ul li a img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.author_article .recommend ul li a p {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-left: 10px;
	font-size: 14px;
	color: #727272;
	font-weight: 500;
}



/* 文章详情 */
.all_article .author_article .author_content {
	width: 894px;
}

.all_article .author_article .author_content .header_img {
	width: 894px;
}


/* 评论 */
.comment_list .comment_list_com {
	display: flex;
	width: 668px;
}

.comment_list .comment_list_com .comment_list_left img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}

.comment_list .comment_list_com .comment_list_right {
	width: 608px;
}

.comment_list .comment_list_com .comment_list_right .comment_list_com {
	padding: 30px 0;
}

.comment_list .comment_list_com .comment_list_right .item_user {
	display: flex;
	justify-content: space-between;
}

.comment_list .comment_list_com .comment_list_right .item_user .title {
	color: #a7a7a7;
	font-size: 14px;
	margin: 10px 0;
}

.comment_list .comment_list_com .comment_list_right .item_user .title .time {
	font-weight: 400;
	font-size: 13px;

}

.comment_list .comment_list_com .comment_list_right .item_text {
	font-size: 14px;
	margin-bottom: 16px;
	font-weight: 400;
	color: #9D9D9D;
}

.comment_list .comment_list_com .comment_list_right .reply a {
	font-size: 12px;
	color: #0068FF;
}

.item_reply {
	position: relative;
	margin-top: 15px;
	background-color: #edf1f4;
	border-radius: 2px;
}

.item_reply::after {
	content: " ";
	display: block;
	position: absolute;
	left: 14px;
	top: 0;
	height: 40px;
	width: 40px;
	background-color: #edf1f4;
	transform: rotate(45deg);
	z-index: -1;
}

.item_reply ul {
	padding: 0 16px;
}

.item_reply ul li {
	border-bottom: 1px dotted #ddd;
	padding: 10px 0 20px;

}

.item_reply ul li:last-of-type {
	border: none;
}

.author_home .contnet ul li h2:hover {
	color: #969896;
}
