

.teacher_btn{
	margin:10px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	
}
.teacher_btn div{
	font-size:.4rem;
	margin-bottom:2px;
	padding:5px;
	border:2px solid #ddd;
	border-radius:5px;
}
#zpzy_btn{
	border-color:#f70;
}
.teacher{
	margin:1%;
}
.teacher_list{
	display:flex;
	flex-flow: row wrap;
	align-content:space-around;
	
}

.mdzy{
	display:none;
}
.zhzy{
	display:none;
}
.sxzy{
	display:none;
}
.teacher_item{
	width:48%;
	text-align:center;
	border-bottom: 2px solid #363636;
	margin: 10px 1%;
}
.teacher_item h3{
	font-size:.5rem;
	color:#ee7800;
	margin:.2rem auto;
}
.teacher_item h5{
	font-size:.4rem;
	margin:.2rem auto;
}
.teacher_item p{
	height:1rem;
}