.teachers img{
	max-width:100%;
}
.teachers>div{
	overflow:auto;
	border-bottom:1px solid #DDDDDD;
	padding-bottom:4%;
	margin-bottom:4%;
}
.teachers>div .teachers-img{
	float:left;
	width:30%;
	text-align:center;
}
.teachers>div .teachers-img p{
	display:inline-table;
	width:58%;
}
.teachers>div .teachers-content{
	float:right;
	width:70%;
}
.teachers>div .teachers-content .teachers-title{
	color:#636363;
	font-size:20px;
	text-align:right;
	margin-top:2%;
}
.teachers>div .teachers-content .teachers-cont{
	text-indent:5%;
	color:#636363;
	font-size:20px;
	line-height:160%;
}
.teachers>div .teachers-content .teachers-title>div{
	margin-bottom:1%;
}
/*屏幕大于等于1200样式*/
@media screen and (min-width: 1240px) {
}
/*屏幕大于等于1200px,小于等于1239px样式*/
@media (min-width: 1200px) and (max-width: 1239px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 992px) and (max-width: 1199px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 750px) and (max-width: 992px){

}
/*屏幕大于等于992px,小于等于1199px样式*/
@media (min-width: 0px) and (max-width: 749px){
	.teachers{
		padding:0px 2%;
	}
	.teachers>div .teachers-img ,.teachers>div .teachers-content{
		float:none;
		width:100%;
	}
}