.team{
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 0px 5px #E4E4E4;
	padding-top: 40px;
	margin-top: 50px;
}
.teamTitle{
	/* width: 100%; */
	height: 60px;
	background-color: #1C95D4;
	font-size: 24px;
	color: #fff;
	padding-left: 60px;
	line-height: 60px;
}
.content{
	padding: 30px 25px;
	min-height: 400px;
	line-height: 38px;
	display: flex;
	flex-wrap: wrap;
}
.teacheritem{
	width: 312px;
	box-shadow:0px 0px 16px 0px rgba(138,97,250,0.19);
	background: #fff;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: 103px;
	margin-bottom: 30px;
}
.teacheritem:nth-child(3n){
	margin-right: 0;
}

.teacheritem img{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	display: block;
	border-radius: 50%;
}
.name{
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 15px  0;
}
.task{
	color: #333333;
	font-size: 14px;
	margin-bottom:15px;
	text-align: center;
}
.name span:nth-child(2){
	font-size: 14px;
	font-weight: 100;
	margin-left: 15px;
}
.inforMore{
	display: block;
	width: 76px;
	height: 28px;
	background: url(../img/more1.png)no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.inforMore:hover{
	background: url(../img/more2.png)no-repeat;
}