.learn-banner {
	width: 1200px;
	height: 300px;
	box-sizing: border-box;
	margin:0 auto;
}
.learn-banner img {
	width: 100%;
	height: 100%;
}
.learn-content {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0 10px;
}
.learn-nav {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 25px 0 28px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
}
.samll-title {
	font-size: 16px;
	width: 100px;
	text-align: center;
	position: relative;
}
.samll-title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 20px;
	width: 1px;
	background-color: #54B7D1;
}
.learn-nav .nav-item {
	font-size: 16px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	margin: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.learn-nav .nav-active {
	background-color: #54B7D1;
	color: #FFFFFF;
	border: 1px solid #54B7D1;
}
/* 培训类型 */
.learn-type {
	width: 100%;
	height: 68px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #FFFFFF;
}
.learn-type p {
	margin-right: 10px;
}
.learn-type span {
	display: inherit;
	margin: 0 10px;
	font-size: 14px;
	color: #999999;
}
/* 排序 */
.learn-sort {
	width: 100%;
	height: 68px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: flex-start;
	background-color: #F1F1F1;
	margin-bottom: 15px;
}
.learn-sort .sort {
	height: auto;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	line-height: 68px;
	margin-left: 10px;
	margin-right: 30px;
	cursor: pointer;
}
.learn-sort i {
	color: #333333 !important;
}
.learn-sort .sort-active {
	color: #54B7D1;
}
.learn-class-box {
	box-sizing: border-box;
	width: 100%;
	background-color: #FBF8FB;
	padding: 10px;
}
.learn-class-ul {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.class-item {
	background-color: #FFFFFF;
	padding: 20px;
	width: 380px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 20px;
}
.class-item:nth-child(3n - 3) {
	margin-right: 0;
}
.class-item h4 {
	font-size: 16px;
	color: #333333;
	width: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}
.class-item .img-box {
	height: 240px;
	width: 340px;
	position: relative;
	margin-bottom: 10px;
}
.class-item .img-box img {
	width: 340px;
	height: 240px;
	border-radius: 5px 5px 0 0;
}
.class-item .img-box p {
	font-size: 14px;
	line-height: 35px;
	width: 100%;
	background: rgba(0,0,0, 0.4);
	color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	padding: 0 10px;
	align-items: center;
	justify-content: space-between;
}
.edit-box {
	box-sizing: border-box;
	padding: 5px 10px;
}
.edit-box .learn-now {
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 36px;
	background-color: #FF8100;
	border: 1px solid #FF8100;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	line-height: 36px;
	cursor: pointer;
}
.edit-box .type-video {
	font-size: 14px;
	color: #54B7D1;
	line-height: 35px;
}
.edit-box .learn-now:active {
	background-color: #EB7350;
}
.fenye {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
