﻿.course-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	display: inline-block;
}

.tutor-name {
	margin-left: 20px;
	margin-right: 5px;
}

li .course-block {
	float: none;
}
.course-block {
	min-height: 100px;
	padding: 5px;
	background: #fff;
	margin: 5px 0;
	font-size: 12px;
	float: left;
	border: 1px solid #3D8ABB;
	border-bottom: 3px solid #3D8ABB;
	line-height: 20px;
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	positon: relative;
}



.course-block:hover {
*cursor:pointer;
*background-color:#08c;
	border-color: #2A6082;
	
	-webkit-box-shadow: 0 2px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 2px 4px rgba(0,105,214,0.25);
	box-shadow: 0 2px 4px rgba(0,105,214,0.25);
}




a:hover img.course-cover {
	opacity: 0.5;
	border-color: #3d8abb;
}
.course-block .class-reminders {
	position: absolute;
	right: 10px;
	top: -6px;
}
.course-block .class-reminders .badge {
	margin-left: 2px;
	font-size: 12px;
	padding: 2px 6px;
	margin-bottom: 0;
}
.course-block .course-cover {

	background: #ccc;
	display: block;
}
.course-block .course-brief {
	border-bottom: 1px solid #9ec4dd;
	padding: 5px 0 5px;
	text-align: left;
	line-height: 16px;

	
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑", "黑体", "宋体";
}

 

.course-block .course-tutor {
	border-bottom: 1px solid #9ec4dd;
	padding: 2px 0 2px;
	
}
.course-block .course-detail {
	padding: 5px 0 0 0;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
}
.course-block .hover-course-detail {
	position: absolute;
}
.course-block .course-detail .course-price {
	font-size: 16px;
	color: #377CA8;
	font-weight: bold;
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #CCC;
	line-height: 20px;
	margin: 0;
}
.course-block .course-rating {
	margin: 0 auto;
	display: block;
}
.course-block .class-progress {
	margin-top: 5px;
	margin-bottom: 0;
	cursor: pointer;
}
.course-block .class-progress :hover {
	cursor: pointer;
}

@media(max-width:1200px) {
.course-block .course-detail .course-rating img {
	width: 12px;
}
.course-block .course-detail .course-enrolled {
	font-size: 10px;
}
.course-block .course-detail .course-price {
	font-size: 14px;
}
}
.course-block .course-brief .course-listprice {
	font-size: 12px;
	line-height: 12px;
	margin-top: 4px;
	margin-right: 2px;
	color: gray;
	text-decoration: line-through;
	float: right;
}
.course-block .course-tutor .tutor-name {
	font-size: 12px;
	line-height: 12x;
	margin-left: 0;
	display: inline-block;
	padding-left: 2px;
}
.course-block .course-tutor .tutor-face {
	width: 20%;
	display: inline-block;
*float:left;
}
.course-block .course-tutor .tutor-name-title {
	width: 75%;
	line-height: 18px;
	display: inline-block;
*float:left;
	vertical-align: middle;
}
.course-block .course-tutor .tutor-title {
	padding-left: 2px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	display: block;
	
}
.course-block .course-enrolled {
	float: right;
	width: 25%;
	text-align: center;
*margin-top:2px;
	border-left: 1px solid #CCC;
}
.abbr {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	
}

.block .block-title.sub-title span.badge {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-right: 20px;
	border-bottom: none;
	display: inline-block;
}
.block-title.sub-title .progress {
	line-height: 20px;
}