.wrapper {
	width: 95%;
	margin: 0 auto;
	max-width:1662px;
}
h3 {
	font-size: 52px;
	font-weight: 800;
	font-family: "微软雅黑";
	margin: 50px 0 40px 0;
}
h3 .span-01 {
	color: #17435c;
}
h3 .span-02 {
	color: #eb4d66;
}
.wrapper .core-team ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapper .core-team ul li p{
	text-align: center;
}
.wrapper .core-team ul li {
	width: 30%;
	font-weight: 600;
	text-align: center;
}
.wrapper .core-team ul li img {
	width: 216px;
	height: 216px;
	margin-bottom: 15px;
}
.wrapper .core-team ul li .name {
	font-size: 30px;
	color: #17435e;
	margin-bottom: 15px;
}
.wrapper .core-team ul li .qualification {
	font-size: 22px;
	color: #606060;
	margin-bottom: 15px;
}
.wrapper .core-team ul li .job-title {
	font-size: 25px;
	color: #ea4e64;
	margin-bottom: 25px;
}
.wrapper .elite-team ul {
	max-width:1662px;
	width: 95%;
	margin: 0 auto;
	font-size: 14px;
	color: #606060;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	
}
.wrapper .elite-team ul li {
	/* background-position:10px 10px; */
	background-repeat: no-repeat;
	width: 22%;
	height: 400px;
	padding: 16px 20px 20px 20px;
	box-shadow:4px 4px 10px #e5e5e5;
	background-size: 158px 185px;
	margin-left: 35px;
	margin-bottom: 30px;
	background-position-x: 130px;
	background-position-y: 20px;
}
.wrapper .elite-team ul li:nth-child(1) {
	margin-left: 0;
}
.wrapper .elite-team ul li:nth-child(5) {
	margin-left: 0;
}
.wrapper .elite-team ul li:nth-child(9) {
	margin-left: 0;
}
.wrapper .elite-team ul li:nth-child(13) {
	margin-left: 0;
}
.wrapper .elite-team ul li .qualification {
	height: 162px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
/* 公共类 */
.elite-team .main-name {
	font-size: 30px;
	color: #19435c;
	margin-top: 90px;
	margin-bottom: 6px;
}
.elite-team .main-jobTitle {
	font-size: 22px;
	color: #e94d65;
	margin-bottom: 15px;
}

