.teacherBox{
	width: 1000px;
	padding-top: 70px;
	overflow: hidden;
}
.teacherBox li{
	float: left;
	width: 305px;
	height: 210px;
	background: #fff;
	border-radius: 10px;
	margin: 0 40px 93px 0;
	box-shadow: 3px 3px 5px 5px #f5f5f5;
}
.topimg{
	width: 131px;
	height: 131px;
	margin: -65px auto 0;
}
.topimg img{
	width: 131px;
	height: 131px;
	border-radius: 50%;
}
.teachername{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-top: 25px;
}
.teacherInfo{
	padding: 0 20px;
	height: 60px;
	text-align: center;
	font-size: 14px;
	color: #838389;
	margin-top: 20px;
	overflow: hidden;
}
.teacherDetails{
	width: 760px;
	min-width: 1000px;
	padding: 0 120px;
	box-shadow: 3px 3px 5px 5px #f5f5f5;
	border-radius: 5px;
	margin-top: 70px;
	margin-bottom: 47px;
	
}
.teacherDetails:before{
	 content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;   
}
.teacherDetails:after{
	 content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;   
}
.detailsBox{
	margin-top: 26px;
	margin-bottom: 76px;
	overflow: hidden;
}
.detailsBox p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-indent: 2em;
}
