main{overflow: hidden;}

.content{overflow: hidden;margin-top: .65rem;}
.content p{margin: .42rem 4.13rem 0 4.13rem;font-size: .18rem;font-family: Regular;color: #333333;line-height: .3rem;}

.team_list{margin: .74rem 4.14rem 0 4.13rem;text-align: center;}
.team_list li div{width: .65rem;height: .65rem;margin: 0 auto;line-height: .65rem;background-color: #595959;border-radius: 50%;font-size: .24rem;color: #fff;}
.team_list li p{font-size: .18rem;margin-top: .1rem;color: #323333;word-wrap: break-word;}

/*-----------------------移动端样式-------------------------*/
@media only screen and (min-width: 320px) and (max-width: 1200px) {
	main,.applyInspect{background-color: #FFFEFE;}
	.content p{margin: .55rem .63rem;font-size: .18rem;color: #333333;}
	.team_list{margin: 0 .95rem;flex-wrap: wrap;}
	.team_list li{width: 33.333%;}
	.team_list li div{width: .7rem;height: .7rem;line-height: .7rem;}
}