.tabs{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	background-color: #fff;
	z-index: 10;
}
.tabs.active{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.tabs li{
	display: inline-block;
	width: 12.5%;
	font-size: 18px;
	color: #222;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.tabs li:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #f58635;
	-webkit-transition: width .3s ease;
	-ms-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
}
.tabs li.active:after{
	width: 100%;
}
.course-list{
	padding-bottom: 3%;
	background-color: #e9e9e9;
}
.course-list ul{
	padding-top: 1%;
}
.course-list ul h3{
	font-size: 30px;
	line-height: 40px;
	color: #222;
	padding-top: 3%;
	padding-bottom: 3%;
	position: relative;
}
.course-list ul h3:before,.course-list ul h3:after{
	position: absolute;
	content: '';
	top: 50%;
	width: 50px;
	height: 3px;
	background-color: #f58635;
}
.course-list ul h3:before{
	left: calc(50% - 160px);
}
.course-list ul h3:after{
	right: calc(50% - 160px);
}
.course-list li{
	display: inline-block;
	width: 32.3%;
	margin-right: 1.55%;
	margin-bottom: 2%;
	vertical-align: top;
	background-color: #fff;
	box-shadow: 0 4px 21px rgba(40,19,19,.2);
}
.course-list li:nth-of-type(3n){
	margin-right: 0;
}
.course-list ul .course-img{
	position: relative;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.course-list ul .course-img span{
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px 5px 15px;
	border-radius: 0 0 0 15px;
	background-color: rgba(245,134,53,.8);
}
.course-list ul li section{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.course-list ul h4{
	font-size: 22px;
	line-height: 30px;
	height: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ececec;
}
.course-list ul p{
	font-size: 16px;
	line-height: 24px;
	color: #656565;
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.course-list ul p:before{
	position: absolute;
	top: 7px;
	left: 10px;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #f58635;
	border-radius: 50%;
}
.course-list ul p span,.course-list ul p i{
	font-weight: bold;
	color: #222;
}
.course-list ul p span{
	display: block;
	padding-bottom: 10px;
}
.course-list ul p:first-of-type{
	margin-bottom: 20px;
}
.course-list ul a{
	display: block;
	font-size: 20px;
	color: #fff;
	border-radius: 22px;
	width: 180px;
	line-height: 44px;
	background-color: #f53041;
	text-align: center;
	margin: 0 auto;
}
#course8 li{
	display: inline-block;
	width: 15.2%;
	margin-right: 1%;
	padding: 2%;
	text-align: center;
	background: #fff;
	vertical-align: top;
}
#course8 li img{
	width: 90%;
}
#course8 li section{
	padding: 10px 0 0;
	text-align: left;
}
#course8 li h4{
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	border: none;
}
#course8 li p{
	padding-left: 0;
	margin-bottom: .1rem;
}
.course-list #course8 li p:before{
	opacity: 0;
}
#course8 li a{
	margin-top: 20px;
}
.course-bottom{
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
}
.course-bottom section{
	display: inline-block;
}
.course-bottom section img{
	display: inline-block;
	border: 4px solid #ececec;
	vertical-align: bottom;
}
.course-bottom section p{
	display: inline-block;
	font-size: 18px;
	padding-bottom: 20px;
	text-align: left;
	margin-left: 10px;
	vertical-align: bottom;
}
.course-bottom section p em{
	display: block;
	color: #f58635;
	font-weight: bold;
	padding-top: 5px;
}