#content .part {
	overflow: hidden;
}
#content .part .title2{
	margin-top: 10px;
}
#content .part .team-title span {
	font-size: 30px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #000;
}
#content .info1 {
	margin-top: 15px;
	font-weight: bold;
}
#content .info1 span {
	color: #000;
	font-size: 16px;
	color: #000;
}


#content .member {
	text-align: center;
	width: 20%;
	margin-left: 4%;
	float: left;
	height: 215px;
}
#content .member img {
	width: 95%;
	height:165px;
	transition-duration: 0.3s;
	border-radius: 15px;
	border: 1px solid var(--second-color);
}
#content .member img:hover {
	width: 100%;
	transition-duration: 0.3s;
}
