.teachers li {
	display: inline-block;
}

.teachers div {
	width: 236px;
	height: 276px;
	margin-bottom: 15px;
	overflow: hidden;
}

.teachers img {
	width: 236px;
	height: 276px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.teachers img:hover {
	transform: scale(1.1);
}

.teachers p {
	text-align: center;
}

.teachers span {
	font-size: 16px;
	margin-right: 10px;
}

.teachers b {
	font-size: 12px;
	color: #8c8f99;
}



.famous {
	padding: 47px 0;
}

.famous_title {
	margin-bottom: 27px;
}

.famous_title span {
	font-size: 26px;
	margin-right: 1020px;
}

.famous_title i {
	color: #8c8f99;
	font-size: 14px;
	margin-right: 10px;
}

.famous_title img {
	vertical-align: bottom;
}
.teacher-list{
	padding-top: 30px;
	padding-bottom: 10px;
}
.teacher-deatil{
	display: inline-block;
	vertical-align: top;
	width: 580px;
	height: 316px;
	padding: 20px;
	margin: 0 20px 20px 0;
	background-color: #fff;
}
.teacher-deatil:nth-of-type(even){
	margin-right: 0;
}
.teacher-photo{
	width: 236px;
	height: 276px;
	margin-right: 20px;
	float: left;
}
.teacher-name{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 22px;
}
.teacher-info{
	font-size: 13px;
	line-height: 23px;
	color: #5f6167;
}
