/*最近更新*/
.content_list{
	display: block;
	width: 100%;
	height: 1.6rem;
	padding: 0.2rem;
	margin: 0 -0.2rem;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 0.2rem;
	box-shadow: 0 0.02rem 0.05rem 0.02rem rgba(237,238,239,0.75);
	position: relative;
}
.content_list>div{
	float: left;
}
.content_img{
	width: 1.2rem;
	height: 100%;
	border-radius: 0.05rem;
	overflow: hidden;
}
.content_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.content_theme{
	width: calc(100% - 1.2rem);
	height: 1.5rem;
	padding-top: 0.1rem;
	margin-left: 0.2rem;
	margin-right: -0.2rem;
}
.course_list .content_theme{
	padding-top: 0.5rem;
	height: auto;
}
.content_wrap{
	height: 100%;
}
.course_list .content_wrap{
	padding-right: 0.2rem;
}
.content_data{
	width: calc(100% - 0.2rem);
	padding-right: 0.2rem;
	border-bottom: 0.01rem solid #e9e8e8;
}
.content_wrap h3{
	height: 0.32rem;
	font-size: 0.3rem;
	color: #141414;
	font-weight: normal;
	line-height: 0.32rem;
	padding-bottom: 0.09rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content_wrap p{
	height: 0.26rem;
	color: #b7b7b7;
	font-size: 0.24rem;
	line-height: 0.26rem;
	padding-bottom: 0.1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content_wrap .recent_update{
	color: #141414;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content_tip{
	margin-top: 0.1rem;
	overflow: hidden;
	padding-right: 0.2rem;
}
.content_tip li{
	display: block;
	width: 100%;
	height: 0.26rem;
	font-size: 0.24rem;
	color: #b7b7b7;
}
.content_tip li h4{
	font-size: 0.24rem;
	font-weight: normal;
	color: #b7b7b7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content_tip .content_host{
	margin-bottom: 0.08rem;
}
.course_all,.course_listen{
	float: left;
	height: 100%;
}
.course_listen{
	margin-left: 0.3rem;
}
.course_all i,.course_listen i{
	display: block;
	float: left;
}
.course_all i{
	width: 0.18rem;
	height: 0.18rem;
}
.course_listen i{
	width: 0.16rem;
	height: 0.18rem;
}
.course_all i img,.course_listen i img{
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 0.04rem;
}
.course_total span,.course_listen span{
	display: block;
	float: left;
	height: 100%;
	margin-left: 0.1rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
}
.course_price{
	width: 2rem;
	height: 0.3rem;
	position: absolute;
	right: 0.2rem;
	bottom: 0.2rem;
}
.course_price i{
	float: left;
	display: block;
	padding: 0 0.1rem;
	height: 0.28rem;
	border: 0.01rem solid #ff3838;
	font-size: 0.2rem;
	color: #ff3838;
	line-height: 0.28rem;
	font-style: normal;
	margin-right: 0.1rem;
	border-radius: 0.05rem;
}
.course_price span{
	float: left;
	display: block;
	height: 100%;
	line-height: 0.3rem;
}
.course_price .real_price{
	font-size: 0.26rem;
	color: #ff3838;
}
.course_price .original_price{
	font-size: 0.2rem;
	color: #b7b7b7;
	line-height: 0.36rem;
	text-decoration: line-through;
	margin-left: 0.1rem;
}