/* 首页轮播图 */
.webbanner{
	position:relative;
	width:100%;
	min-width:1144px;
	height:400px;
	background:#e5e5e5;
}
.webbanner_banner{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1;
	min-width:1144px;
	height:400px;
	overflow:hidden;
}
.webbanner_banner .banner_img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover; 
	cursor: pointer;
}
.webbanner .banner_img a{
	width: 100%;
	height: 100%;
	display: inline-block;
}	
.webbanner .webbanner_banner_btn_box{
	position:absolute;
	left:50%;
	bottom:30px;
	height: 10px;
	z-index: 99;
}
.webbanner .webbanner_banner_btn{
	width:10px;
	height:10px;
	border-radius: 5px;
	opacity: 0.5;
	margin-right:8px;
	background: #dbdad9;
	display: inline-block;
	cursor: pointer;
	transition:all 0.2s;
}
.webbanner .webbanner_banner_btn_template{
	display: none;	
}
.webbanner .webbanner_banner_btn:hover{
	width:20px;
}
.webbanner .webbanner_banner_btn_hover{
	width:20px !important;
}

.webcontent{
	position: absolute;;
	width:1144px;
	top:235px;
	left:50%;
	margin-left: -572px;
	z-index:2;
}
.webindexsearch{
	width:640px;
	height:60px;
	position:relative;
	margin:0px auto;
}
.webindexsearch .indexsearchinput{
	position:absolute;
	width:575px;
	height:60px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	padding:15px 10px 15px 10px;
	color:#222222;
	line-height:30px;
	z-index:1;
}
.webindexsearch .theme_search{
	position:absolute;
	z-index:2;
	right:0px;
	top:0px;
	width:75px;
	height:60px;
	color:#ffffff;
	background:url(../../../moocimages/webui/public/websearchbt.png) no-repeat center #1772bb;
	border-radius:3px;
	border:none;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.button.theme_search:hover{
	color:#ffffff;
	background-color:#ca3311;
}
/* 搜索结果*/
.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:6px;
	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;
}
.videonode_cont_line,
.videonode_search_box{
	min-height:100px;
}