.video{
	width:100%;
	height:4.2rem;
	position: relative;
}
.fx{
	position: absolute;
	right:.2rem;
	top:50%;
	margin-top:-.3rem;
	width:.4rem;
	height:.4rem;
	padding:.1rem;
}
/* 列表 */
.cont{
	margin:0 .3rem;
}
.cont h2{
	font-size: .3rem;
	color:#21242d;
	margin:.6rem 0 .4rem;
}
.listMin{
	background: #fff;
    border-radius: .1rem;
    margin-right: .3rem;
    padding: .4rem .6rem .4rem .4rem;
}
.listMin h4{
	font-size: .24rem;
    color: #21242d;
}
.listMin p {
	font-size: .22rem;
    color: #bbc0c7;
    margin-top: .3rem;
}
.list .swiper-slide{
	width: auto;
}
.list .listActive h4{
	color:#0072ff;
}
/* 相关课程 */
.recommend{
	border-radius: .1rem;
	
}
.recommend dl{
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom: .3rem;
	padding:.4rem;
}
.recommend dl dt{
	width:1.5rem;
	height:1.5rem;
}
.recommend dl dt img{
	width:100%;
	height:100%;
}
.recommend dl dd{
	width:0;
	flex:1;
	margin-left:.22rem;
}
.recommend dl h5{
	font-size: .3rem;
	color:#222222;
}
.recommend dl h5 span{
	font-size: .24rem;
	color:#bbcccc;
	margin-left:.4rem;
}
.recommend dl p{
	font-size: .24rem;
	color:#222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin:.23rem 0;
}
.recommend .affiliation{
	color:#bbcccc;
	margin:0;
}
.recommend .affiliation span{
	font-size: .22rem;
	color:#bbcccc;
	margin:0 .2rem;
}
.recommend .affiliation span:first-child{
	margin-left:0;
}
.recommend .affiliation span:last-child{
	float:right;
	background:url(../../images/icon.png)no-repeat left center;
	background-size:.24rem;
	padding-left:.4rem;
	margin-right:0;
}