/*pc*/
.team_list{
	padding:0 10% 50px 10%;
}
.team_list h3{
	margin-top:20px;
	margin-bottom: 40px; 
}
.team_list .content{
	width: 100%;
}
.team_list .content .teamimg{
	float: left;
	width: 30%;
	margin-right: 10%; 
}
.team_list .content .txt{
	float: left;
	width: 60%;
}
.team_list .content .txt p{
	font-size: 13px;
	line-height: 40px;
	text-indent: 26px;
}
/*其他*/
.mteam_list{
	padding:0 10% 50px 10%;
}
.mteam_list h3{
	margin-top:20px;
	margin-bottom: 40px; 
}
.mteam_list .content{
	width: 100%;
}
.mteam_list .content .teamimg{
	width: 100%;
	margin-bottom: 50px; 
}
.mteam_list .content .txt{
	width: 100%;
}
.mteam_list .content .txt p{
	font-size: 13px;
	line-height: 40px;
	text-indent: 26px;
}