.team_details .center{
	margin-top:20px;
}
.team_details .center >*{
	margin-bottom: 15px;
}

.team_details .details_top >div{
	float: left;
}
.team_details .details_top{
	background:#fff;
	padding: 20px;
}
.team_details .details_top .teacher_pic{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.team_details .details_top .teacher_pic img{
	display: block;
	margin: 0 auto;
	position: relative;
}
.team_details .details_top .teacher_nameBox{
	width: 60%;
	padding-top: 15px;
	padding-left: 20px;
}
.team_details .details_top .teacher_nameBox .name{
	font-size: 24px;
	color: #086fe3;
	line-height: 180%;
}
.team_details .details_top .teacher_nameBox .honour{
	color:#8c8c8c;
	line-height: 150%;
}
.team_details .details_top .teacher_nameBox .field{
	font-size: 14px;
	color:#b0b0b0;
}

.team_details .details_top .address_share{
	padding-top: 20px;
	font-size: 14px;
}
.team_details .details_top .address_share .address{
	line-height: 280%;
	text-align: right;
}


/*荣誉*/
.team_details .center .honourBox{
	padding: 20px;
}
.team_details .center .honourBox h2{
	font-size: 18px;
	line-height: 200%;
	padding-bottom: 5px;
}
.team_details .center .honourBox h2 >.iconfont{
	font-size: 45px;
	position: relative;
	top: 9px;
	color:#ff9900;
}
.team_details .center .honourBox .honourList{
	padding-left: 5px;
	line-height: 180%;
}
.team_details .center .honourBox .honourList .iconfont{
	font-size: 26px;
	position: relative;
	top: 4px;
	color:#ff9900;
}
.team_details .center .introduce{
	padding: 30px;
}
.team_details .center .introduce h2{
	font-size: 18px;
	line-height: 280%;
	font-weight: normal;	
}
.team_details .center .introduce h2 .iconfont{
	font-size: 34px;
	position: relative;
	top: 5px;
}
.team_details .center .introduce .contents_box{
	padding-top: 10px;
	font-size: 14px;
	color: #8c8c8c;
}

.team_details .center .introduce .partsBox{
	padding-bottom: 40px;
}
