.author-box {
	margin: 10px 0 20px 0;
	padding: 15px;
	border: 1px solid #dddddd;
	display: flex;
}

.author-box .left {
	display: flex;
	align-items: center;
}

.author-box .head-pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.author-box .middle {
	margin: 15px 20px;
	flex: 1;
}

.author-name {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.author-box .line-2 {
	font-size: 16px;
	color: #808080;
	margin: 12px 0 10px 0;
	display: flex;
	align-items: center;
}

.author-box .authentication-icon {
	width: 25px;
	height: 25px;
	margin-right: 2px;
}

.organize-name {
	margin-right: 50px;
}

.author-box .line-3 {
	font-size: 16px;
	color: #808080;
	margin: 5px 0;
}

.author-subscribe {
	display: inline-block;
	background-image: url('/staticsg/res/images/subscribe2.png');
	background-size: 100% 100%;
	width: 70px;
	height: 29px;
	cursor: pointer;
}

.author-subscribed {
	display: inline-block;
	background-image: url('/staticsg/res/images/subscribed2.png');
	background-size: 100% 100%;
	width: 80px;
	height: 33px;
	cursor: pointer;
}

.news-content .recommend-head {
	height: 44px;
	padding-left: 14px;
	position: relative;
	margin-bottom: 28px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.recommend-head .label-icon {
	display: inline-block;
	margin-top: 10px;
	color: #222643;
	font-size: 16px;
}