.teacher{
	margin:.4rem .3rem;
}
.list{
	background: #fff;
	border-radius:.1rem;
	padding:.4rem;
	margin-bottom: .4rem;
	overflow: hidden;
}
.list>img{
	width:2.72rem;
	height:2.8rem;
	float:left;
}
.listCont{
	float:right;
	width:3rem;
}
.listCont h3{
	font-size: .3rem;
	color:#22282d;
	margin-top:.3rem;
}
.listCont h3 span{
	font-size: .24rem;
	margin-left:.3rem;
}
.listCont p{
	font-size: .24rem;
	color:#bac3c7;
	margin-top:.45rem;
	overflow: hidden;
    text-overflow;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all; 
}
.teacher a:nth-child(even) img{
	float:right;
}
.teacher a:nth-child(even) .listCont{
	float:left;
}