.activity_details .content_right {
	float: right;
	width: 382px;
}
.activity_details .recommend {
	width: 332px;
	padding: 0 25px;
	border: 1px solid #e9e9e9;
	background: #fff;
	margin-bottom:14px;
}
.recommend .recommend_mark {
	display: block;
	font-size: 16px;
	color: #fff;
	width: 110px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #feaa26;
	border-radius: 4px;
	margin-top: 20px;
}
.recommend .recommend_list {
	margin-top: 20px;
	border-bottom: 5px solid #f3f3f3;
}
.recommend .recommend_list:last-child {
	margin-top: 20px;
	border-bottom: none;
}
.recommend .recommend_list p {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #6a533e;
	padding: 20px 0px;
}
.activity_details .wetchat {
	width: 360px;
	padding: 10px;
	border: 1px solid #e9e9e9;
	background: #fff;
}