
/*教师中心*/
.container .fastSearch{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	background: #fff;
}
.container .fastSearch span{
	float: left;
	color: #333333;
	font-weight: bold;
	margin-left: 20px;
}
.container .fastSearch ul{
	float: left;
	margin-left: 25px;
}
.container .fastSearch ul li{
	float: left;
	width: 20px;
	margin: 0px 5px;
}
.container .fastSearch ul li a{
	height: 36px;
	color: #666;
	text-align: center;
	display: block;
}
.container .fastSearch ul li a:hover,.container .fastSearch ul li a.active{
	color: #5987ed;
	border-bottom: 1px solid #5987ed;
}

.container .classifyBox{
	margin-top: 20px;
	background: #fff;
	font-size: 16px;
	padding: 5px 0;
	zoom: 1;
}
.container .classifyBox:after{
	display:block;
	content:'';
	height:0;
	clear:both;
	visibility:hidden;
}
.container .classifyBox .classify{
	float: left;
}
.container .classifyBox .classify span{
	float: left;
	line-height: 46px;
	font-weight: bold;
	color: #333;
	margin-left: 20px;
}
.container .classifyBox .classify ul{
	float: left;
	width: 800px;
	margin-left: 15px;
	margin-top: 10px;
}
.container .classifyBox .classify ul li{
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	color: #666;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.container .classifyBox .classify ul li.hover{
	color: #5987ed;
	background: #dedede;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.container .classifyBox .classify ul li.active{
	color: #fff;
	background: #5987ed;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.container .shaixuan{
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	position: relative;
}
.container .shaixuan input{
	float: left;
	width: 170px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ababab;
	text-indent: 12px;
	font-size: 14px;
}
.container .shaixuan a{
	float: left;
	width: 64px;
	height: 26px;
	line-height: 26px;
	background: #0d3387;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-left: 25px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

.container .teachers{
	width: 1240px;
	margin-top: 30px;
}
.container .teachers dl{
	float: left;
	width: 210px;
	margin-right: 37px;
	margin-bottom: 30px;
	position: relative;
}
.container .teachers dl dt{
	width: 210px;
	height: 226px;
	margin-bottom: 5px;
	overflow: hidden;
}
.container .teachers dl dt img{
	width: 100%;
	height: 100%;
	display: block;
}
.container .teachers dl dd{
	font-size: 14px;
	color: #666;
}
.container .teachers dl dd.name{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #333;
}
.container .teachers dl.hover{
	padding: 10px;
	background: #fff;
	box-shadow: 5px 0px 5px #d4d4d4,-5px 0px 5px #d4d4d4;
	margin: -10px 27px 20px -10px;
	
}