.member_tab {
	display: flex;
	justify-content: center;
}

.member_ul {
	width: 1200px;
	display: flex;
	justify-content: center;
}

.member_li {
	width: 154px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;

	border-radius: 20px;
	margin: 0 27px;
	background-color: #dedede;
}

.member_liatv {
	background-color: #2b6ef0;
	color: #fff;
}

.member_cont_ul {
	/* margin: 0 auto; */
	/* display: flex; */

	/* margin: 50px 0; */
	width: 1200px;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	display: ruby-text;
	
}

.member_cont_li {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.member_cont_img {
	width: 220px;
	height: 195px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-bottom: 10px;
}

.member_cont_img img {}

.Member_cont {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;

}

.Member_ul {

	width: 1064px;
	background-color: #fff;
	padding: 38px 88px;
}

.Member_li {
	display: flex;
	padding: 28px 0;
	border-bottom: 1px dashed #999;
	cursor: pointer;
}

.Member_li>img {
	width: 233px;
	height: 154px;
	margin-right: 20px;
}

.Member_right_title {
	font-size: 18px;
	font-weight: bold;

}

.Member_right_cont {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100px;

}

.Member_right_time {
	font-size: 14px;
	color: #999;
}

.Benefits_cont {
	width: 1200px;
	height: 520px;
	background-color: #fff;
	margin: 0 auto;
}