.teacher-li{
	
}
.teacher-photo{
	float:left;
	width:15%;
}
.teacher-photo img{
	border-radius:10px
}
.teacher-content{
	float:left;
	width:70%
}
.teacher-title{
	width:100%;
	height:30px
}
.teacher-gz{
	float:right
}
.teacher-title span{
	float:left
}
.teacher-gz span{
	font-size:10px;
	color:#97110F;
}
.teacher-gz:hover{
	cursor:pointer;
}
.teacher-name span{
	font-size:15px;
	color:#97110F;
	font-weight:600
}
.teacher-detailed p{
	margin:0 0 3px
}
