.search-cate{
	width:1200px;
	margin:20px auto 0 auto;
	background: rgba(69, 60, 132, 0.04);
	padding:30px 14px 10px;
	border-radius:4px;
	box-sizing:border-box;
}
.search-cate li{
	font-size:0;
	position:relative;
}
.search-cate li+li{
	margin-top:24px;
}
.search-cate li:after{
	content:"";
	display:table;
	clear:both;
}
.cate-label{
	font-size:14px;
	display:inline;
	vertical-align:top;
}
.cate-labels {
	display:inline;
	font-size: 14px;
	color: #000;
	vertical-align: top;
	margin-right: 20px;
}
.cate-rows {
	display: inline-block;
	cursor: pointer;	
}
.cate-div {
	display: flex;
	align-items: center;
}
.cate-p{
	display:inline-block;
	vertical-align:top;
	text-align:justify;
	width:1010px;
	height:34px;
	overflow: hidden;
}
.check-experiment {
	display: inline-block;
	width: 14px;
	height: 14px;
	background:url(../../image/no-sel-icon.png) left center no-repeat;
	vertical-align: middle;
	margin-right: 6px;
}
.check-experiment.echecked {
	background:url(../../image/icon-qbox-checked.png) left center no-repeat;
}
.experiment-txt {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #EA4C89;
}
.cate-p a{
	display:inline-block;
	font-size:14px;
	word-break:keep-all;
	cursor:pointer;
	color:#666;
	font-family: Noto Sans SC;
	padding: 0 5px;
	margin: 0 19px 22px -5px;
}
.cate-p a.on{
	color:#fff;
	background: #601E54;
	border-radius:10px;
}
.cate-p a:first-child{
	margin-left: 0;
}
.cate-toggle{
	position:absolute;
	right:20px;
	top:0px;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color:#999;
}
.cate-toggle:after{
	font-family: 'icomoon' !important;
	content:"\e908";
	font-weight:bold;
	margin-left:5px;
	vertical-align: top;
}
.cate-toggle-left:after{
	content:"\e90a" !important;
}
.cate-toggle:hover{
	color:#999;
}
.filter{
	width:1200px;
	margin:30px auto 0;
}
.filter span{
	cursor:pointer;
	font-size:16px;
	color:#666;
	margin-right:30px;
}
.filter span:after{
	content:"";
	display:inline-block;
	width:0px;
	height:0px;
	border-top:5px solid #666;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom: none;
	vertical-align:middle;
	margin-left:5px;
}
.filter span.on{
	color:#EA4C89 !important;
}
.filter span.on:after{
	border-top:5px solid #EA4C89;
}
.courseSum{
	float:right;
	font-size:14px;
	color:#999;
}
.course-div{
	width:1250px;
	margin:20px auto 0 auto;
	overflow: hidden;
	padding: 0 0 30px 20px;
}
.course-div ul{
	width:1224px;
}
.course-div ul li{
	float:left;
	width:285px;
	height:260px;
	display:inline-block;
	margin:0 20px 20px 0;
	border-radius:4px;
	background: #fff;
	overflow: hidden;
}
.course-div ul li:hover {
	box-shadow: 0px 10px 20px 5px #E5E5E5;
	-webkit-box-shadow: 0px 10px 20px 5px #E5E5E5;
	-moz-box-shadow: 0px 10px 20px 5px #E5E5E5;
}
.course-div ul li:hover img{
	transform: scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
.course-img{
	width:285px;
	height:175px;
}

.course-info{
	font-size:12px;
	margin-top:16px;
	padding:0 10px;
}
.course-title{
	margin:20px 0 0;
	line-height: 22px;
}
.name-txt {
	display: inline-block;
	max-width: 220px;
	white-space:nowrap;
	word-break:keep-all;
	overflow-x:hidden;
	overflow-y: visible;
	text-overflow:ellipsis;
	font-size:16px;
	color:#333;
	vertical-align: middle;
}
.ev_txt {
	display: inline-block;
	width: 32px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #999999;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Noto Sans S Chinese;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	color: #999;
	vertical-align: middle;
	margin-left: 6px;
}
.course-info p{
	color:#999;
	margin-top:12px;
}
.course-studySum{
	float:right;
	background:url(../../image/icon-user.png) left center no-repeat;
	padding:0 0 0 20px;
	color:#999;
	font-size:12px;
}
.tip{
	color:#999;
	font-size:16px;
	margin-bottom:40px;
}


