.teacher_content{
	width: 1199px;
	min-height: 500px;
	background-color: white;
	margin-top: 6px;
	padding-top: 25px;
	padding-bottom: 10px;
}
.teacher_list{
	width: 1146px;
	min-height: 199px;
	margin: 0px 26px;
	background-color: #f7f7f5;
	margin-bottom: 20px;
	/*cursor: pointer;*/
}
.teacher_message{
	font-size: 14px;
	padding-left: 30px;
	color: #5B5B5B;
}
.all_message{
	width: 104px;
	height: 38px;
	background-color: #DBAD29;
	color: #5F4731;
	font-size: 16.2px;
	border: 1px;
	border-radius: 6px;
	cursor: pointer;
}
.teacher_list:hover{
	box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.63);
}
.pagelist {
	text-align : center;
	margin: 25px auto;
	clear: both;
	padding-top: 10px;
}