.carousel-right{
    position: absolute;
    right: 0;
    width: 355px;
    padding-left: 10px;
}
.load-ad{
    position: absolute;
    top: 35px;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    /*background: #d2052b;*/
    /*background: url('/statics/plugin/qikan/images/ad_bg_02.jpg');*/
}
.load-hide{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
}
.carousel-content{
    position: relative;
    /*display: inline-block;*/
    /*margin: 10% 0 0 40%;*/
    margin: 0 auto;
}
.carousel{
    width: 100%;
    /*height: 510px;*/
    position: relative;
    overflow: hidden;
}
.carousel li{
    float: left;
    position: absolute;
    display: none;
}
/*.carousel li,.carousel li img{
    width: 100%;
    height: 100%;
}*/
.img-index{
    position: absolute;
    bottom: 8px;
    right: 0px;
    display: flex;
    justify-content: right;
}
.img-index li{
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*border-radius: 10px;*/
    background-color: #535353;
    font-size: 16px;
    cursor: pointer;
    /*margin: 0 3px;*/
    color: #fff;
}
.img-index li.index{
    background-color: #0b76d7;
}
.img-index li:hover{
    background-color: rgba(0,0,0,0.6);
}
.carousel-prev,.carousel-next{
    position: absolute;
    display: inline-block;
    top: 40%;
    cursor: pointer;
}
.carousel-prev{
    left: 0;
}
.carousel-next{
    right: 0;
}
.carousel-title{
    position: absolute;
    top: 462px;
    background: url(/statics/plugin/qikan/images/carousel-title.png) center no-repeat;
    width: 100%;
    margin: 0 auto;
    height: 44px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-size: 24px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
    margin:0 0 50px 0;
}
.course-title-img {
    width: 100%;
}
.course-list{
    margin: 20px 0 0 0;
}
.list-title{
    border-bottom: 1px solid #a1a1a1;
    padding:0 0 10px 0;
    text-align: right;
}
.list-title h1 {
    font-size: 18px;
    display: inline-block;
}

.list-title span{
    float: right;
}

.list-content{
    margin: 10px 0 0 0;
    border-bottom: 1px solid #a1a1a1;
    padding: 0 0 10px 0;
    overflow: hidden;
}
.list-content h1{
    display: inline-block;
}
.course-item{
    margin: 10px 0 0 30px;
}
.course-item li{
    list-style-type: disc;
}
.course-item label{
    font-weight: bold;
}
.list-icon{
    font-size: 10px;
    color: #024fb2;
    background: url(../images/icon.png);
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 20px;
    background-position: -145px -10px;
    /*margin: 0 8px 0 0;*/
}
.list-content a{
    color: #25487d;
    float: right;
}
.list-time{
    margin:10px 0 0 0;
}
.list-time span{
    margin:0 0 0 12px;
}
.separate-line{
    border-right: 1px solid #a1a1a1;
    width: 1px;
    height: 435px;
    position: absolute;
    right: 0;
    top: 170px;
}
.course-title{
    margin: 20px 0 0 0;
    position: relative;
}
.course-title-bg1{
    background-size: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    position: absolute;
    top: 74px;
    left: 19%;
}
.course-title-text1{
    background-size: 100%;
    height: 70px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    position: absolute;
    top: 82px;
    left: 27%;
}
.course-title-bg2{
    background-size: 100%;
    height: 90px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    position: absolute;
    top: 22px;
    left: 30%;
}
.course-title-bg3{
    background-size: 100%;
    height: 112px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    position: absolute;
    top: 55px;
    left: 18%;
}
.course-title-text3{
    background-size: 100%;
    height: 70px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 88px;
    left: 35%;
    width: 93px;
}


.course-title-text2{
    background-size: 100%;
    height: 70px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 53px;
    left: 30%;
    width: 93px;
}

