.teachers-list{
	margin-left: -40px;
	margin-top: 30px;
}
.teachers-list .item{
	float: left;
	width: 50%;
	margin-bottom: 90px;
	height: 225px;
}
.teachers-list .item .inner{
	display: block;
	margin-left: 40px;
	padding: 25px;
	background: #fff;
	height: 100%;
	color: #000;
	text-decoration: none;
	/*transition: background .3s;*/
}
/*.teachers-list .item .inner:hover{background: #d2cfcb;}*/
.teachers-list .item .left{
	float: left;
	width: 165px;
	text-align: center;
}
.teachers-list .item .left img{border-radius: 100%;}
.teachers-list .item .left .name{margin: 10px 0; font-size: 18px; font-weight: bold;}
.teachers-list .item .left .spec{font-size: 14px;}


.teachers-list .item .right{
	margin-left: 165px;
	padding-left: 30px;
}
.teachers-list .item .right .spec{margin-bottom: 10px;}
.teachers-list .item .font-icon{
	width: 30px;
	text-align: left;
	margin-left: -30px;
	color: #0089c5;
}
.teachers-list .item .button{float: right; margin-top: 15px;}






.teacher-detail{
	margin-bottom: 50px;
	background: #fff;
	margin-top:20px;
}
.teacher-detail .img{
	float: left;
	width: 360px;
	margin-right: 10px;
}
@media screen AND (max-width: 500px){
	.teacher-detail .img{
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.teacher-detail .img img{
		width: 100%;
	}
	.teacher-detail .text{
		word-break: break-word;
	    padding-right: 0;
	}
}
.teacher-detail .text{
	/*margin-left: 390px;*/
	padding: 20px 45px 105px 0;
	font-size: 18px;
}
.teacher-detail p{line-height: 1.3;}


.teacher-detail .props .prop{margin-left: 30px; margin-bottom: 10px;}
.teacher-detail .prop .font-icon{
	width: 30px;
	text-align: left;
	float: left;
	margin-left: -30px;
	color: #0089c5;
}
.teacher-detail .button{float: right; margin-top: 20px;}