
/*导师名录*/
.name_box{ width: 1050px; float: right; padding: 30px 0; margin-bottom: 50px;}
.name_title{ font-size: 24px; font-weight: bold; text-align: center; color: #333; padding: 30px 0; border-bottom: 1px solid #dcdcdc;}
.name_list{ clear: both;}
.name_list h3{ font-size: 18px; color: #444; font-weight: bold; text-align: center; margin: 30px 0; background-color: #F1FAFF; height: 50px; line-height: 50px;}
.name_list h3 span{ font-size: 16px; font-weight: normal;}
.name_list ul{ clear: both; overflow: hidden;}
.name_list ul li a{ display: block; width: 16.66%; float: left; text-align: center; line-height: 36px; font-size: 16px; color: #666;}

			
@media screen and (max-width: 960px){
	
	/*导师名录*/
	.name_box{ width: 100%; float: none; overflow: hidden; padding: 0; margin-bottom: 30px;}
	
}