/* 轮播图*/
.banner_box{
	width:100%;
	height: 480px;
	position: relative;
}
/* 课程列表 */
.course_title{
	font-size:20px;
	font-weight: normal;
	margin-top: 20px;
	line-height: 40px;
}
.course_list{
	margin:20px 0px 40px;
}
.course_list .course_face{
	width: 287px;
    height: 215px;
    overflow: hidden;
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    border: 10px #f8f8f8 solid;
}
.course_list .course_face img{
	max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.course_list .detail_info{
	height: 215px;
	margin-left: 27px;
	width:730px;
	border-bottom: 1px solid #888;
}
.course_list .course_name{
	display: block;
	font-size:20px;
	line-height: 30px;
	width: 100%;
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.course_list .course_teacher{
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	color: #a31837;
}
.course_list .short_intro{
	height: 90px;
	font-size:12px;
	line-height: 25px;
	margin-top: 15px;
}
.course_list .class_hour{
	float:right;
	height: 20px;
	line-height: 23px;
	font-size: 12px;
	color: #a31837;
	background:url(../../../fltrpimages/webui/public/icon_time3.png) no-repeat left center;
	padding-left: 25px;
	margin-top: 20px;
}
.course_list .class_hour .num{
	margin-right:3px;
}
/* 加载更多*/
.load_more{
	text-align: center;
	padding: 20px 0px;
}