body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "Arial Narrow", HELVETICA;
	color: #333;
	
}

h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd,
input,
img,
ol {
	padding: 0;
	margin: 0;
	border: none;
	list-style: none;
	outline: none;
}
a{color: #333;}
a:link,
a:visited {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.teacherTit{
	width: 100%;height: 128px;line-height: 128px;
	background: #f08300;min-width:1100px;text-align: center;
	font-size: 40px;color: #fff;font-weight: bold;
}
.teacherTit span{
	position: relative;
}
.teacherTit span:before{
	position: absolute;content: '';
	left: -110px;top: 50%;
	width: 94px;height: 4px;background: #fff;
	border-radius: 2px;margin-top: -2px;
}
.teacherTit span:after{
	position: absolute;content: '';
	right: -110px;top: 50%;
	width: 94px;height: 4px;background: #fff;
	border-radius: 2px;margin-top: -2px;
}


.teacherlist{margin-left: -25px;margin-bottom: 80px;}
.teacherlist li{
	width: 200px;text-align: center;
	margin-top: 50px;float: left;margin-left: 25px;
}
.teacherlist li .teacherimg img{
	display: block;
	width: 200px;height: 200px;
}
.teacherlist li .teachername{
	font-size: 16px;color: #333333;
	margin-top: 5px;
}
.teacherlist li .teachernum{
	font-size: 14px;color: #666666;
	
}