/* 精品课程 */
.main{
	background-color: #f5f5f5;
	overflow:hidden;
	padding-bottom: 1px;
}
.main .center-box{

}
.main .center-box .top-title{
	width: 100%;
	line-height: 120px;
	font-size: 24px;
}
.main .center-box .box-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;

}
.main .center-box .box-list .link{
	display: block;
	width: 386px;
	overflow:hidden;
	margin-right: 20px;
	margin-bottom: 37px;
	background-color: #ffffff;
}
.main .center-box .box-list .link:hover{
	webkit-box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
	box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
}
.main .center-box .box-list .link:nth-child(3n){
	margin-right: 0;
}
.main .center-box .box-list .link img{
	width: 100%;
	height: 290px;
}
.main .center-box .box-list .link .bottom-box{
	width: 100%;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	display: block;
	color: #333333;
}
.main .center-box .box-list .link .bottom-box .de-text{
	width: 100%;
	margin-bottom: 20px;
}
.main .center-box .box-list .link .bottom-box span{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main .center-box .box-list .link .bottom-box span img{
	height: 15px;
	width: 15px;
	display:inline-block;
	margin-right:5px;
}
.main .center-box .box-list .link .bottom-box span p{
	height:15px;
	line-height:15px;
	color: #999;
}