
.annual-right {
	width: 846px;
	min-height: 700px;
	background: #f1f4f8;
	border-bottom: 6px solid #efefef;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 33px 40px;
}
.annual-right>h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
	color: #214c93;
	padding-bottom:19px;
	border-bottom: 1px solid #dcb65b;
	margin-bottom:20px;
}
.annual-right>font {
	display: none;
	width: 142px;
	height: 1px;
	background: #dcb65b;
	margin-top: 15px;
	margin-bottom: 15px;
}
.teacher-list {
	width: 762px;
}
.teacher-details {
	width: 165px;
	height: 245px;
	/*background: #dcb65b;*/
	margin-bottom: 35px;
}
.teacher-details>a{
	display: block;
	width: 100%;
	height: 100%;
}
.teacher-img {
	width: 165px;
	height: 189px;
	overflow: hidden;
}
.teacher-img>img {
	display: block;
	width: 100%;
}
.teacher-details h3, .teacher-details h4 {
	display: block;
	font-size: 16px;
	color: #333;
	font-family: ;
	text-align: center;
	margin-top: 36px;
	max-height: 42px;
	overflow: hidden;
}
.teacher-details h4 {
	margin-top: 2px !important;
}
.teacher-details+.teacher-details {
	margin-left: 34px;
}



.jump {
	text-align: right;
	height: 41px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.jump a{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	border:1px solid #c9c9c9;
	padding: 9px 6px;
}
.jump a:hover{
	color: #fff;
	background: #214c93;
	border-color: #214c93;
}

.jump a+a{
	margin-left: 6px;
}








