#content-container{
	margin: 0 auto;
	min-height: 386px !important;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.org_content_big{
	/*background:#ffffff;*/
}
.org_content_big .f-l{float: left;}
.org_content_big .text-t{
	padding-left: 1rem; 
	padding: 0 3rem;
	color: #222;
}
.top-swiper .swiper-button-next:after, .top-swiper .swiper-button-prev:after{
	color: white !important;
}
#banner .pagination {
position: absolute;
left: 0;
text-align: center;
bottom: 5px;
width: 100%;
z-index:999;
}
#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
    background: #9e9f9f;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;

}
#banner .swiper-pagination-bullet-active{
	background: #fff;
}
#banner .swiper-button-next, #banner .swiper-button-prev{
	top: 21px;
	height: 100%;
	opacity: 0;
}
#banner .swiper-button-next:hover, #banner .swiper-button-prev:hover{
	opacity: 1;
}

.classification-box{
    /*padding: 50px 0;*/
    /*background-color: white;*/
    padding-top: 41px;
}
.classification-box .contclass {
    background-color: white;
    border-radius: 8px;
    /*height: 140px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.classification-box .type-show-list{
    font-size: 14px;
    /*font-weight: bold;*/
    height: 46px;
    line-height: 46px;
}
.classification-box .type-show-list .type-itme-z{
   display: inline-block;
   width: 80px;
   height: 46px;
   color: #000000;
   text-align: center;
   /* height: 30px; */
   line-height: 46px;
   overflow: hidden;
   border-radius: 8px;
}
.type-show-list .active{
    color:#ffc900 !important;
    background-color: #EBFBF8;
}
.type-show-list .d-link:hover{
    color:#ffc900 !important;
}
.type-show-list .blod-hui{
    color: #6c6c6f;
}
.classification-box .tag-list{
    margin-top: 10px;
}
.train-container{
    padding-top: 28px;
    overflow: hidden;
    padding-bottom: 35px;
}
.train-container .es-filter{
    background-color: #f5f5f5;
    margin-bottom: 0;
}
.train-container .es-filter .nav-sort>li>a{
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 52px 0 4px;
    background-color: transparent;
    color: #616161;
}
.train-container .es-filter .nav-sort>li>a.active{
    color: #000000;
    font-weight: bold;
}
.train-container .es-filter .nav-sort>li>a.active:after{
    content: " ";
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #ffc900;
    left: 4px;
    bottom: -4px;
}
.course-list .course-item {
	margin-top: 30px;
	margin-bottom: 0 !important;
	border: 1px solid rgb(227, 227, 227);
}
