.main {
	width: 1180px;
	margin: 0 auto;
}

.teaTop {
	width: 100%;
	margin-top: 20px;
}

.teaTop img {
	width: 100%;
}

.teacher {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	text-align: center;
	display: none;
}

.teacherBox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

.teacherCon {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding: 20px 25px;
	cursor: pointer;
}

.hoverTeacher {
	background: #eff3f5;
	color: #da4e4d;
}

.teacherCon span {
	display: inline-block;
	padding: 10px;
	border-radius: 5px;
}

.teacherList {
	width: 100%;
	margin: 40px auto;
}

.teacherList ul li {
	width: 280px;
	margin: 0 20px 20px 0;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	position: relative;
	padding-bottom: 122px;
}

.shade {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: -5px;
	bottom: 0;
	left: -5px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.classImg {
	width: 280px;
	height: 210px;
	text-align: center;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.classImg img {
	height: 100%;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.classCon {
	padding: 15px 20px;
	position: absolute;
	left: 0;
	top: 210px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 2;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}

.classTit {
	display: inline-block;
	width: 185px;
	font-weight: bold;
	color: #333333;
	vertical-align: bottom;
}

.teacherList ul li:hover .classImg img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.teacherList ul li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.teacherList ul li:hover .classCon{
	top: 0;
	background: rgba(0,0,0,.7);
}

.teacherList ul li:hover .shade {
	opacity: 1;
}
.teacherList ul li:hover .classCon>.teaInfo{
	height: auto;
	color: #dcdcdc;
}
.teacherList ul li:hover .classCon>span{
	color: #dcdcdc;
}
.teaInfo {
	box-sizing: border-box;
	margin: 10px auto;
	height: 54px;
	overflow: hidden;
	text-align: left !important;
	color: #666666;
	word-break: break-all;
}

.teacherList ul li:nth-of-type(4n) {
	margin-right: 0;
}

.myPage {
	margin: 0 auto;
	text-align: center;
}

.spage-number span.active {
	background: #dd3131;
	border-color: #dd3131;
}

.spage-number span.active:hover {
	background: #dd3131;
	border-color: #dd3131;
}

@media screen and (min-width: 1760px) {
	.main {
		width: 1480px;
	}
	.headBox {
		width: 1480px !important;
	}
	.teacherList ul li:nth-of-type(5n) {
		margin-right: 0;
	}
	.teacherList ul li:nth-of-type(4n) {
		margin-right: 20px;
	}
}