
.body_box
{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 3px;
}
.elite_content_boxs
{
	width: 1220px;
	height: auto;
	margin: 40px auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content:space-between; 
}
.elite_box_among
{
	width: 600px;
	height: 504px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.3);
	margin-bottom: 20px;
	cursor:pointer;/* 鼠标变小手 */
}
.elite_img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.view_more_box
{
	width: 280px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.3);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D0323A;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	cursor:pointer;/* 鼠标变小手 */
}