@charset "UTF-8";
/* CSS Document */
#videonode_template{
	display:none;
}
.videonode{
	margin-right: 17px;
	position:relative;
	width:215px;
	height:282px;
	border:1px solid #e5e5e5;
	background-color:#fff;
	float:left;
	display:inline;
	cursor:pointer;
	border-radius:4px;
	margin-bottom:40px;
}
.videonode:hover{
	border:1px solid #cacbcd;
}
.videonode:hover .videolink img{
	opacity: 0.8;
	/*-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);*/
}
.videonode .named_tag_body{
	padding-left:5px;
	background: #f5f5f5;
	margin-bottom: 0;
}
.videonode .named_tag{
	background: #f5f5f5;
	padding-right:5px;
	margin-bottom: 0;
}
.videonode .videolink{
	position:relative;
	display:block;
	border:none;
	width:213px;
	height:119px;
	border-radius:3px;
	border-bottom:1px solid #e5e5e5;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	background:url(../../../../moocimages/webui/public/coursebg.png) center no-repeat #ededed;
	overflow:hidden;
}
.videonode .videonode_tag{
	position: absolute;
	height:30px;
	clear: both;
	z-index: 10;
	width: 100%;
	top: 5px;
}
.videonode .videolink img{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	display:block;
	width:213px;
	height:119px;
	border:none;
	border-radius:3px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	transition:all ease-in-out 200ms;
	-webkit-transition:all ease-in-out 200ms;
	-moz-transition:all ease-in-out 200ms;
	-ms-transition:all ease-in-out 200ms;
	-o-transition:all ease-in-out 200ms;
}
.videonode_tag:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
	line-height:0;
}
.videonode_tag .tag_node{
	float: right;
	width: 30px;
	height: 30px;
	line-height: 25px;
	z-index: 2;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
}
.videonode_tag .tag_node.tag_leftsort{
	float:left;
}
.videonode_tag .tagicon_job{
	background: url(../../../../moocimages/webui/public/certificate.png) no-repeat center #ffffff;
}
.videonode_tag .tagicon_grade{
	background: url(../../../../moocimages/webui/public/credit.png) no-repeat center #ffffff;
}
.videonode .videonode_title{
	padding:7px 10px 0 10px;
	text-align:left;
	font-size:14px;
	line-height:20px;
	height:58px;
	overflow:hidden;
	color: #333333;
}
.videonode .videonode_message{
	font-size:12px;
	color:#686868;
	padding:0px 10px;
	line-height:20px;
	height:80px;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
}
.videonode .videonode_message_name{
	height:20px;
	padding:0px 5px;
	line-height:20px;
	font-size:12px;
	background-color:#85bc29;
	border-radius:3px;
	text-align:center;
	color:#fff;
	display:block;
	float:left;
	margin-left:10px;
}
.videonode .search_line{
	position:absolute;
	width:200px;
	height:1px;
	background-color:#e5e5e5;
	bottom:30px;
	left:0px;
}
.videonode .videonode_tip{
	position:absolute;
	height:30px;
	line-height:30px;
	border-top:1px #f4f4f4 solid;
	font-size:12px;
	color:#686868;
	left:0px;
	right:0px;
	bottom:0px;
	overflow: hidden;
}
.videonode_arrow{
	position:absolute;
	background:#FF0004;
	width:8px;
	height:8px;
	top:7px;
	border-radius:8px;
	display: none;
}
.videonode_arrow_icon{
	position:absolute;
	width:8px;
	height:8px;
	left:0;
	top:0;
	border-radius:8px;
	background-color:#FF0004;
}
.videonode_tip_left{
	float: left;
	height:30px;
	padding-left: 10px;
	width: 50%;
	line-height: 30px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.videonode_tip_right{
	position:absolute;
	text-align:right;
	height:30px;
	right: 0;
	width: 50%;
	bottom:0px;
	padding-right:10px;
	top:0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.videonode .search_money{
	text-align:right;
	color:#1772bb;
	font-weight:bold;
	padding-right:10px;
}
.videonode .named_name{
	position:relative;
	float:left;
	margin-right:5px;
	height:20px;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.videonode .named_school{
	position:absolute;
	font-size:12px;
	left: 10px;
	top: 25px;
	color:#aaaaaa;
	margin-right:5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.videonode .amateur{
	position:relative;
	float:left;
	height:20px;
	margin-bottom:5px;
	padding:0 5px;
	line-height:20px;
	font-size:12px;
	background-color:#85bc29;
	margin-right:5px;
	border-radius:30px;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.sort_data_up{
	display: none;
}
