@charset "UTF-8";
.search_course,.search_name{
	width:100px;
	float:left;
	color:#686868;
	line-height:30px;
}
.search_list{
	width:1044px;
	float:right;
}
.search_list_line{
	border-bottom:#e5e5e5 solid 1px;
}
#search_classify_two{
	position: relative;
	padding-left: 61px;
}
#search_classify_two .classifyTit{
	position:absolute;
	left: -13px;
	top: 0px;
	color: #686868;
    line-height: 30px;
}
.search_listnode{
	width:1044px;
}
.search_listnode .node_tag{
	cursor:pointer;
	height:28px;
	border:1px solid #e5e5e5;
	border-radius:15px;
	display:block;
	line-height:28px;
	padding:0px 10px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	font-size:12px;
	color:#aaaaaa;
	background-color:#fff;
}
.search_listnode .node_tag:hover{
	border:1px solid #1772bb;
}
.search_listnode .node_tag.hover{
	color:#fff;
	background: #1772bb;
	border:1px solid #1772bb;
}
.search_listline{
	width:1044px;
	height:1px;
	background-color:#e5e5e5;
	margin:10px 0px;
}
.search_listnode .node_tag.more{
	float:right;
	margin-right:0px;
	padding:0px 11px;
}
.search_teacher_result{
	width:200px;
	height:250px;
	float:left;
	padding-top:30px;
	margin-hottom:20px;
	position:relative;
	overflow:hidden;
	cursor:default;
}
.search_teacher_head{
	margin:0 auto;
	position:relative;
	width:100px;
	height:100px;
	border-radius:100px;
	cursor:pointer;
	background:url(../../../moocimages/webui/public/teacherhead_100.png) no-repeat center #ededed;
}
.search_teacher_head img{
	width:100px;
	height:100px;
	border-radius:100px;
	border:none;
	background-color:#ffffff;
}
.search_teacher_result .admire{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
.search_teacher_title{
	line-height:20px;
	color:#222222;
	cursor:pointer;
	text-align:center;
	margin-top:10px;
}
.search_teacher_title .named_title{
	cursor:pointer;
	color:#686868;
	font-weight:bold;
}
.search_teacher_title .named_tag_frame{
	position:relative;
}
.search_teacher_title .named_tag_body{
	float:none;
	position:absolute;
	left:0;
	top:0;
}
.search_teacher_value{
	color:#aaaaaa;
	line-height:20px;
	padding-top:8px;
	height:48px;
	font-size:12px;
	overflow:hidden;
	cursor:pointer;
}
.search_teacher_statistics{
	color:#aaaaaa;
	position:absolute;
	font-size:12px;
	bottom:10px;
	width:100%;
	text-align:left;
}
.search_teacher_statistics span{
	color:#686868;
	font-weight:bold;
}
/* 搜索结果*/
.search_sort{
	border: 1px solid #e5e5e5;
	background-color: #fff;
	margin: 20px 0px;
	padding: 0px 10px;
	height:40px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}
.search_sort .selectbox{
	height:28px;
	line-height:28px;
	margin-top:5px;
	z-index:11;
}
.search_none{
	font-size:22px;
	text-align:center;
	display:none;
	padding:120px 0px 120px 0px;
}
.search_else_word{
	font-size:12px;
	color:#686868;
	padding-top:40px;
}
.search_sort .sort_data{
	line-height:40px;
	height:38px;
}
.search_sort .sort_data:hover{
	border-bottom:solid 2px solid;
}
