*{
    margin:0px;
    padding:0px;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
    color: #4D4D4D;
}
.special-header{
	z-index: 1000;
}
body{
	min-width: 1220px;
}
#banner{
	width: 100%;
	height: 395px;
	margin-top: 60px;
	background:url("../images/banner.jpg") no-repeat scroll center top;
}
.main{
	width: 1220px;
	margin: 0 auto;
}
.title{
	height: 105px;
	font-size: 30px;
	line-height: 105px;
	padding-left: 45px;
	background:url("../images/title.png") no-repeat scroll left center;
}
.content{
	float: left;
	width: 282px;
	height: 290px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 45px;
}
.content>.math{
	display: block;
	width: 100%;
	height: 167px;
	background:url("../images/sx.jpg") no-repeat scroll left center;
}
.content>.math>.first{
	font-size: 40px;
	float: right;
	margin-right: 20px;
	margin-top: 50px;
	color: #fff;
}
.content>.math>.second{
	font-size: 16px;
	float: right;
	margin-right: 20px;
	color: #fff;
}
.content>.english{
	display: block;
	width: 100%;
	height: 167px;
	background:url("../images/yy.jpg") no-repeat scroll left center;
}
.content>.english>.first{
	font-size: 40px;
	float: right;
	margin-right: 20px;
	margin-top: 50px;
	color: #000;
}
.content>.english>.second{
	font-size: 16px;
	float: right;
	margin-right: 20px;
	color: #000;
}
.word{
	width: 265px;
	height: 103px;
	padding-left: 15px;
	border: 1px solid #ccc;
	border-top: none;
	font-size: 14px;
	color: #000;
	padding-top: 20px;
}
.word>.teacher>p{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.word>.teacher>.bisuying{
	background:url("../images/teacher1.png") no-repeat scroll left center;
	padding-left: 30px;
}
.word>.teacher>.niuboxiong{
	background:url("../images/teacher2.png") no-repeat scroll left center;
	padding-left: 30px;
}
.word>.teacher>.guomengxiao{
	background:url("../images/teacher3.png") no-repeat scroll left center;
	padding-left: 30px;
}
.word>.teacher>.null{
	background:url("../images/teacher.png") no-repeat scroll left center;
	padding-left: 30px;
}
.word>.teacher>.last{
	float: right;
	margin-right: 15px;
	color: #00AB65;
}
.word>.count{
	background:url("../images/time.png") no-repeat scroll left center;
	padding-left: 30px;
}
.word>.count>a{
	display: block;
	width: 65px;
	height: 20px;
	float: right;
	margin-right: 15px;
	border-radius: 20px;
	border: 1px solid #FB9510;
	color: #FB9510;
	text-align: center;
}

.homepage-footer{
	clear: both;
}