.live_module .r{
	float: right;
}
.live_module{
	/*padding-top: 25px;*/
	width: 1000px;
	margin: -15px auto 0px;
}
.live_module .live_name{
	height: 18px;
	font-size: 18px;
	margin-top: 3px;
	color: #f02c36;
	font-family: "FZLTCHJW";
	padding-left: 11px;
	border-left: 2px solid #f02c36;
	/* margin-left: 11px; */
}
.live_module .day.active{
	color: #f02c36;
	border-bottom: 3px solid #f02c36;
}
.live_module .day{
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 34px;
	text-align: center;
	height: 22px;
	font-size: 14px;
	color: #333333;
	font-family: "FZLTCHJW";
	line-height: 22px;
	margin-right: 27px;
}
.live_module .day.day_last{
	margin-right: 0px;
}
.live_module .data{
	position: relative;
}
.live_module .time_line{
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}
.live_module .swiper-container {
	display: none;
    position: relative;
    width: 1000px;
    /*height: 255px;*/
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
}
.live_module .swiper-container.show{
	display: block;
}
.live_module .swiper-container .swiper-wrapper {
    width: 920px;
    margin: 0 auto;
}
.live_module .swiper-container .control{
    width: 36px;
	height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: 11;
    cursor: pointer;
}
.live_module .swiper-container .control_r{
    right: 0px;
    background:url(../image/live_btn_r.png) top center no-repeat;
}
.live_module .swiper-container .control_l{
    left: 0px;
    background:url(../image/live_btn_l.png) top center no-repeat;
}
.live_module .card{
	position: relative;
	width: 210px;
	margin: 0 10px;
	padding: 10px 0;
	box-shadow: 0px 4px 28px -8px rgba(0,0,0,0.2)
}
.live_module .card .time{
	position: relative;
	padding-left: 14px;
	font-size: 14px;
	color: #666666;
	font-family: "FZLTCHJW";
	line-height: 14px;
	margin-bottom: 10px;
}
.live_module .card .point{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #f02c36;
	top: 50%;
	margin-top: -4px;
	left: 0px;
}
.live_module .card .ke_bg{
	position: relative;
	width: 210px;
	height: 118px;
	margin-bottom: 6px;
	overflow: hidden;
}
.live_module .card .ke_bg .img_over{
	animation: mymove 1s 1;
}
@keyframes mymove
{
    0%{
        transform: scale(1); 
    }
    50%{
        transform: scale(1.1); 
    }
    100%{
        transform: scale(1);
    }

}
.live_module .card .ke_bg>img{
	width: 100%;
	height: 100%;
}
.live_module .card .tip{
	position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    border-bottom-left-radius: 10px;
    background: #333;
    opacity: 0.8;
}
.live_module .card .ke_name{
	width: 210px;
	height: 24px;
	text-indent: 10px;;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.live_module .card .ke_name a{
	display: block;
	width: 210px;
	height: 24px;
	text-indent: 10px;;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.live_module .card .ke_name a{
	display: block;
	width: 210px;
	height: 24px;
	text-indent: 10px;;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.live_module .card .left_div{
	margin-left: 10px;
}
.live_module .mon{
	font-size: 22px;
	color: #ff773a;
	line-height: 22px;
	margin-bottom: 6px;
	font-family: "FZLTCHJW";
}
.live_module .mon.free{
	color: #f02c36;
}
.live_module .mon.free>span{
	display: none;
}
.live_module .mon>span{
	font-size: 12px;
	font-weight: bold;
	font-family: "Microsoft Yahei";
}
.live_module .study_num{
	font-size: 12px;
	color: #666666;
}
.live_module .teacher_name{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #666666;
	margin: 2px 5px 0 5px;
}
.live_module .teacher{
	width: 40px;
	height: 40px;
	margin-top:2px;
}
.live_module .teacher>img{
	width: 100%;
	height: 100%;
}