/* CSS Document */
body {background: #f6f6f6;}

.hide {display: none;}
.content {
	width: 1200px;
	margin: 0 auto;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}

.goodsList .banner {
	height: 226px;
	background: url("../images/goods_center/goods_list/banner.png") no-repeat center;
}
.goodsList .header_ele {
	background: #fff;
	margin: 30px 0 36px 0;
	padding: 28px 25px 0 0;
}
.goodsList .header_ele .item {
	margin: 0 0 15px 0;
}
.goodsList .header_ele .itemKey {
	width: 62px;
	line-height: 30px;
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 14px;
	color: #212121;
}
.goodsList .header_ele ul {
	width: 1080px;
}
.goodsList .header_ele ul li {
	line-height: 30px;
	width: 88px;
	text-align: center;
	font-size: 14px;
	color: #212121;
	float: left;
	margin: 0 8px 10px 0;
}
.goodsList .header_ele ul li:hover,
.goodsList .header_ele ul li.active {
	background: #f6f6f6;
	color: #d94b4b;
}

.goodsList .filter_box {
	font-size: 14px;
	color: #212121;
	padding: 0 0 24px 0;
}
.goodsList .filter_box span {
	margin: 0 24px;
	color: #cccccc;
}
.goodsList .filter_box a {
	color: #212121;
}
.goodsList .filter_box a:hover,
.goodsList .filter_box a.active {
	color: #d94b4b;
}

.goodsList .data_box ul {
	margin: 0 0 0 -24px;
}
.goodsList .data_box li {
	width: 282px;
	height: 316px;
	background: #fff;
	margin: 0 0 24px 24px;
}
.goodsList .data_box li:hover {
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
}
.goodsList .data_box li .pic {
	display: block;
	height: 160px;
	overflow: hidden;
}
.goodsList .data_box li .pic .topMark {
	width: 42px;
	height: 50px;
	top: 0;
	left: 12px;
	color: #fff;
	font-size: 16px;
	background: url("../images/goods_center/goods_list/icon01v2022.png") no-repeat center top;
}
.goodsList .data_box li .pic .topMark p {
	font-size: 12px;
	line-height: 18px;
}
.goodsList .data_box li .pic .bottomMark {
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	background: url("../images/goods_center/goods_list/filter_bg.png");
	color: #fff;
	font-size: 14px;
	right: 6px;
	bottom: 6px;
}
.goodsList .data_box li .pic .bottomMark img {
	margin: -3px 4px 0 0;
}
.goodsList .data_box li h1 {
	padding: 15px;
	font-weight: normal;
}
.goodsList .data_box li h1 a {
	height: 48px;
	line-height: 24px;
	color: #212121;
	font-size: 16px;
}
.goodsList .data_box li .lessonInfor {
	padding: 0 15px;
	line-height: 22px;
}
.goodsList .data_box li .lessonInfor .fl {
	color: #999;
	font-size: 14px;
}
.goodsList .data_box li .lessonInfor .mark_ele {
	padding: 0 12px;
	height: 22px;
	background: #fff0e0;
	font-size: 14px;
	color: #ff982b;
	border-top-left-radius: 11px;
	border-bottom-right-radius: 11px;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-bottom-right-radius: 11px;
	-moz-border-top-left-radius: 11px;
	-moz-border-bottom-right-radius: 11px;
}
.goodsList .data_box li .studyInfor {
	line-height: 22px;
	padding: 18px 15px 0 15px;
}
.goodsList .data_box li .studyInfor span {
	font-size: 12px;
	color: #999;
}
.goodsList .data_box li .studyInfor del {
	font-size: 12px;
	color: #999999;
	margin: 0 8px 0 0;
}
.goodsList .data_box li .studyInfor strong {
	color: #d94b4b;
	font-size: 16px;
}
.goodsList .isBottom {
	padding: 40px 0;
	font-size: 14px;
	color: #999999;
}

