@charset "UTF-8";
.tools{
	float: left;
	width: 1141px;
	height: 30px;
	margin: 0px auto;
	margin-bottom: 30px;
}
.tools .title{
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 20px;
}
.tools .select{
	width: 80px;
	height: 22px;
	line-height: 22px;
	float: left;
	margin-top: 5px;
	border: 1px solid #ff8246;
	color: #222222;
	border-radius: 3px;
	background: #EEEEEE;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.tools .showCount{
	float: left;
	height: 30px;
	margin-left: 10px;
}
.tools .showCount .text{
	float: left;
	font-size: 14px;
	color: #666666;
	height: 30px;
	line-height: 37px;
	margin-right: 5px;
}
.tools .showCount .count{
	float: left;
	font-size: 14px;
	color: red;
	height: 30px;
	line-height: 37px;
	margin-right: 5px;
}
.tools .buttons{
	float: right;
	height: 30px;
}
.tools .buttons .buttonType1{
	float: left;
	width: 44px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 4px;
	border: 1px solid #ff8246;
	color: #222;
	background-color: #FFF;
}
.tools .buttons .buttonType1 font{
	font-size: 14px;
}
.tools .buttons .buttonType1:HOVER{
	color: #FFF;
	background-color: #ff8246;
}
.tools .buttons .buttonType2{
	float: left;
	width: 44px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 4px;
	border: 1px solid #ff8246;
	color: #FFF;
	background-color: #ff8246;
	
}
.tools .buttons .buttonType2 font{
	font-size: 14px;
}
.listDiv{
	float: left;
	width: 1141px;
	margin: 0px auto;
}
.list{
	float: left;
	width: 268px;
	height: 260px;
	margin: 0px 7px 17px 6px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}
.list:HOVER{
	-moz-box-shadow: 2px 2px 8px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 8px #909090;/*safari或chrome*/
	box-shadow:2px 2px 8px #909090;/*opera或ie9*/
	border: 1px solid #999999;
}
.list .img{
	width: 268px;
	height: 150px;
	display: block;
	float: left;
	overflow:hidden;
}
.list .img img{
	float: left;
	width: 268px;
	height: 150px;
}
.list .img .text{
	float: left;
	width:268px;
	height:100px;
	line-height: 24px;
	background-color: #000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	color:#fff;
	margin-top: 0px;
}
.list .img .text font{
	display: block;
	font-size: 14px;
	margin: 15px 10px 0px 10px;
}
.list .content{
	float: left;
	width: 230px;
	height: 50px;
	line-height:25px;
	margin-left: 20px;
	margin-top: 10px;
}
.list .content a{
	font-size: 16px;
	color: #222222;
}
.list .content a:HOVER{
	color: #ff8246;
}
.list .info{
	float: left;
	width: 240px;
	height: 24px;
	margin-top: 10px;
	margin-left: 15px;
}
.list .info .teacherDIV{
	float: left;
	min-width: 65px;
	height: 20px;
	padding-left:20px;
	margin-top: 3px;
	background-image: url("/skins/images/miniHead.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
.list .info .teacherDIV a{
	float: left;
	font-size: 14px;
	color: #999999;
}
.list .info .teacherSpan a:HOVER{
	color: #f78a4b;
}
.list .info .price{
	display: blcok;
	width: 60px;
	text-align: center;
	float: left;
	min-width: 20px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	color: #f78a4b;
}
.list .info .priceFree{
	display: blcok;
	width: 60px;
	text-align: center;
	float: left;
	min-width: 20px;
	height: 18px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	color: green;
}
.list .info .buyBtn{
	float: right;
	width: 60px;
	height: 24px;
	line-height: 24px;
}
.list .info .noBuy {
	display: block;
	float: right;
	width: 60px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
	color: #3276B1;
	cursor: default;
}