a:hover{
	color: #027938;
}
.course-banner{
	height: 120px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.course-banner .banner-container{
    position: relative;
}
.course-banner img{
    width: 1920px;
    height: 120px;
    margin: 0 -100%;
}
.course-banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: none;
    border: 3px solid #fff;
}
.course-banner .swiper-pagination-bullet-active{
    background: #fff;
}
.course-content{
	width: 100%;
}
.course-content .course-list{
	width: 1200px;
	height: 1300px;
	margin: 0 auto;
	padding-top: 6px;
}
.course-content .course-list .list-title{
	width: 1200px;
	height: 60px;
}

.list-bg{
	float: left;
	width: 299px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #f3f3f3;
	color: #555;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #dfdfdf;
}
.chose{
	color: #fff;
	background: #027938;
}
.chose a{
	color: #fff;
}
.triangle{
	position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    border-top-color: #027938;
}

.course-content .list-title ul li:last-child{
	border: none;
}
.course-content .course-list .list-content{
	width: 1200px;
	height: 1360px;
}
.course-content .list-content .cont-li{
	float: left;
	width: 1200px;
	height: 260px;
	padding: 15px 0;
	border-bottom: 1px dashed #e9e9e9;
}
.course-content .list-content .cont-left{
	width: 365px;
	height: 260px;
	float: left;
}
.course-content .bg-left1{
	background: url(../images/c5.jpg) no-repeat;
}
.course-content .bg-left2{
	background: url(../images/c7.jpg) no-repeat;
}
.course-content .bg-left3{
	background: url(../images/c10.jpg) no-repeat;
}
.course-content .bg-left4{
	background: url(../images/c15.jpg) no-repeat;
}
.course-content .bg-left5{
	background: url(../images/c20.jpg) no-repeat;
}
.course-content .bg-left6{
	background: url(../images/c30.jpg) no-repeat;
}
.course-content .bg-left7{
	background: url(../images/c50.jpg) no-repeat;
}
.course-content .bg-left8{
	background: url(../images/c60.jpg) no-repeat;
}
.course-content .list-content .cont-right{
	float: left;
	width: 808px;
	padding-left: 25px;
}
.course-content .list-content .cont-head{
	position:relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 3px;
}
.course-content .list-content .cont-head a{
	position: absolute;
	left: 0;
	font-weight: bold;
}
.course-content .list-content .head-price{
	position: absolute;
	right: 115px;
	color: #027938;
}
.course-content .list-content .head-price h2{
	float:left;
	font-size: 22px;
}
.course-content .list-content .head-price span{
	display: inline-block;
	margin-top: 3px;
}
.course-content .list-content .showdetail{
	    position: absolute;
    right: 0;
    top: 5px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #027938;
    font-weight: bold;
    border: 1px solid #027938;
}
.course-content .list-content .cont-date li:last-child:hover {
    text-decoration: underline;
}
.course-content .list-content .showdetail:hover {
    background: #027938;
}
.course-content .list-content .showdetail a{
	width: 100%;
}
.course-content .list-content .showdetail a:hover{
	color: #fff;
}
.course-content .list-content .cont-intro{
	width: 808px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
.course-content .list-content .cont-intro h4{
	display: inline-block;
	font-weight: 400;
	color: #027938;
}
.course-content .list-content .cont-intro a{
	font-weight: 400;
	cursor: pointer;
	color: #d8d73c;
}
.course-content .list-content .cont-intro a:hover{
	color: #027938;
}
.course-content .list-content .aim{
	color: #027938;
}
.course-content .list-content .cont-date{
	width: 808px;
	height: 130px;
	margin-top: 15px;
}
.course-content .list-content .cont-date li{
	float: left;
	width: 259px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #e9e9e9;
	margin-bottom: 12px;
	margin-right: 15px;
}
.course-content .list-content .cont-date li:nth-child(3n+0){
	margin-right: 0;
}
.course-content .list-content .cont-date li:nth-child(n+7){
	margin-bottom: 0;
}
.course-content .list-content .cont-date li:last-child{
	cursor: pointer;
	color: #027938 ;
	font-weight: bold;
	background: #fed700;
}
