.wellness_content_boxs
{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center;
	padding-top: 3px;
}
.wellness_content_img
{
	width: 1220px;
	height: 444px;
	margin-bottom: 70px;
	object-fit: cover;
}
.wellness_name
{
	width: 100%;
	height: 36px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 36px;
	margin-bottom: 70px;
	text-align: center;
}
.wellness_label_boxs
{
	width: 1220px;
	height: 300px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.3);
	
}
.wellness_label_among
{
	width: 305px;
	height: 300px;
	float: left;
	cursor: pointer;
}
.wellness_label_among > img
{
	width: 120px;
	height: 120px;
	margin: 30px 0px 30px 92px;
}
.wellness_label_among > div
{
	width: 305px;
	height: 15px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.wellness_list_boxs
{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:center;
}
.wellness_list_box
{
	width: 1220px;
	height: auto;

}
.wellness_list_title
{
	width: 1220px;
	height: 24px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 24px;
}
.wellness_list
{
	width: 1220px;
	height: auto;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.hint
{
	width: 100%;
	height: 36px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #3C3C3C;
	line-height: 36px;
	margin: 300px 0;
	text-align: center;
}
.wellness_list_among
{
	width: 283px;
	height: 288px;
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 30px;
	cursor: pointer;
}
.wellness_list_among > img
{
	width: 100%;
	height: 193px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.list_among_title
{	
	width: 253px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3C3C3C;
	line-height: 16px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 18px;
}
.list_among_text
{
	width: 253px;
	height: 33px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #909090;
	line-height: 18px;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box!important;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-break:break-all;
}