.crumbs-nav{
	max-width: 1240px;
}
.teacherlists{
	max-width:1280px;
	width: 100%;
	margin:0 auto; 
}
.teacherlist{
	font-size: 0;
}
.teachersearch{
	border:2px solid #bababa;
	margin-left: auto;
	margin-right: 1.3%;
	width: 306px;
	height: 42px;
	line-height:42px;
	padding:0 42px 0 20px;
	position: relative;
}
.teachersearch .t-search-txt{
	border:0;
	background: none;
	outline: none;
	height: 42px;
	line-height: 42px;
	width: 100%;
}
.teachersearch .t-search-btn{
	border:0 none;
	padding:0;
	background: none;
	outline: none;
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	top:0;
	background: url(http://active.cn/statics/images/aolilai/images/search-01.png) no-repeat center;
}
.teacherlist li{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 30.73%;
	*width: 30.63%;
	margin:2.3% 1.3%;
	font-size: 14px;
	vertical-align: top;
}
.teacherinfo img{
	display: block;
	width: 100%;
}
.teacherinfo .line{
	width: 26px;
	height: 4px;
	background: #eb691d;
	margin:40px 0 20px;
}
.teacherinfo .teachername{
	letter-spacing: 1px;
}
.teacherinfo .teachername .cn{
	font-size: 24px;
	font-weight: normal;
	color:#383838;
}
.teacherinfo .teachername .en{
	font-size: 18px;
	font-weight: normal;
	color:#b8b8b8;
	margin-left: 10px;
}
.teacherinfo .teacherhonor{
	padding:20px 0 30px;
	border-bottom: 4px solid #eb691d;
}
.teacherinfo .teacherhonor p{
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
@media (max-width: 1024px){
	.teacherlist li{
		width: 46%;
		*width: 45.9%;
		margin-left: 2%;
		margin-right: 2%;
	}
}
@media (max-width: 768px){
	.teacherlists{
		padding:5% 0;
	}
	.teachersearch{
		width: 248px;
		margin:0 auto;
	}
	.teacherlist {
		width: 100%;
	}
	.teacherlist li{
		display: block;
		width: 90%;
		float: none;
		margin:4% auto 8%;
	}
}