@charset "utf-8";
/* 主内容样式 Start */
.centerDiv {
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	min-height: 500px;
	height: expression_r(document.body.clientHeight <   500 ?   "500px" :   "auto");
}

.centerDiv>div {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.topPicDiv {
	background-image: url("../../v2/img/course/course2.png");
	background-repeat: repeat-x;
	height: 240px;
}

.topPicDiv .topCenterPicDiv {
	background-image: url("../../v2/img/course/course1.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 1190px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
}

.filterContentDiv, .infoDiv>div span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family: 'Microsoft YaHei';
}

/* 主内容样式 Start */
.filteringConditionsMainDiv {
	width: 100%;
}

.filterContentDiv {
	width: 1160px;
	margin-left: 15px;
	border: 1px solid #6BBA60;
}

.filterContentDiv>div {
	float: left;
}

.filteringConditionsDiv {
	margin: 5px;
}

.filterContentDiv span {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	display: inline-block;
	margin: 0 10px 0 5px;
}

.filterContentDiv span:hover {
	color: #aaa;
}

.conditionTitleLabel {
	color: #555;
}

.conditionTitleLabel:hover {
	color: #555 !important;
}

.conditionLabel_sel {
	color: red;
	cursor: pointer;
}

.conditionLabel_sel:hover {
	color: red !important;
}

.conditionLabel {
	cursor: pointer;
}

.conditionSplitDiv {
	background-image: url("../../v2/img/course/zaixianketang_0000.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 1px;
	height: 24px;
	margin: 6px 10px 0 10px;
}

.filteringConditionsByTypeDiv {
	margin: 5px;
	width: 1112px;
}

.courseTypeDiv {
	width: 1106px;
	margin-left: 48px;
}

.courseTypeDiv span {
	margin: 0 15px 10px 5px;
}

.courseListContentDiv {
	display: inline-block;
}

.courseListContentDiv>div {
	float: left;
	margin: 20px 0 40px 64px;
}

.courseListContentDiv .courseContentDiv {
	width: 240px;
	height: 240px;
	border: 1px solid #fff;
	border-bottom-color: #C3C3C3;
	filter: alpha(opacity =   90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.courseListContentDiv .courseContentDiv img {
	border: 1px solid #fff;
}

.courseListContentDiv .courseContentDiv:hover {
	/* border: 1px solid #47B5EC; */
	filter: alpha(opacity =   100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.courseListContentDiv .courseContentDiv:hover img {
	border: 1px solid #E8D1C6;
}

.courseListContentDiv .courseContentDiv img {
	width: 240px;
	height: 190px;
	cursor: pointer;
}

.courseTitleDiv {
	//height: 24px;
	//margin: 0;
}

.courseTitleDiv span {
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #145372;
	font-weight: bold;
	cursor: pointer;
}

.courseContentDiv .infoDiv {
	height: 24px;
}

.courseContentDiv .infoDiv>div {
	float: left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	height: 24px;
	margin: 3px 20px 0 3px;
}

.entryNumberDiv span {
	line-height: 24px;
	color: #868282;
}

.entryNumberLabel {
	color: #421A1A !important;
}

.enterDiv {
	background-image: url("../../v2/img/course/1.png");
	float: right !important;
	width: 57px;
	height: 24px;
	margin: 0 0 0 0 !important;
	cursor: pointer;
}

.enterDiv:hover {
	background-image: url("../../v2/img/course/3.png");
}

.enteredDiv {
	background-image: url("../../v2/img/course/enter1.png");
	float: right !important;
	width: 78px;
	height: 24px;
	margin: 0 0 0 0 !important;
	cursor: pointer;
}

.enteredDiv:hover {
	background-image: url("../../v2/img/course/enter2.png");
}
/* 主内容样式 End */