@charset "UTF-8";
/**************专题页面 start*************/
.important_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:683px;
    overflow:hidden;
}
.important_banner span{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:1920px;
    height:683px;
    overflow:hidden;
}
.important_banner10 span{
    background:url("../images/important_banner10.jpg") no-repeat center;
}
.important_banner12 span{
    background:url("../images/important_banner12.jpg") no-repeat center;
}
.important_banner13 span{
    background:url("../images/important_banner13.jpg") no-repeat center;
}
.important_banner14 span{
    background:url("../images/important_banner14.jpg") no-repeat center;
}
.important_banner15 span{
    background:url("../images/important_banner15.jpg") no-repeat center;
}
.important_banner16 span{
    background:url("../images/important_banner16.jpg") no-repeat center;
}
.important_banner17 span{
    background:url("../images/important_banner17.jpg") no-repeat center;
}
.important_banner24 span{
    background:url("../images/important_banner24.jpg") no-repeat center;
}
.important_banner25 span{
    background:url("../images/important_banner25.jpg") no-repeat center;
}
.important_banner43 span{
    background:url("../images/important_banner43.jpg") no-repeat center;
}
.important_banner44 span{
    background:url("../images/important_banner44.jpg") no-repeat center;
}
.important_banner45 span{
    background:url("../images/important_banner45.jpg") no-repeat center;
}
.important_banner49 span{
    background:url("../images/important_banner49.jpg") no-repeat center;
}
.important_banner37 span{
    background:url("../images/important_banner37.jpg") no-repeat center;
}
.important_banner50 span{
    background:url("../images/important_banner50.jpg") no-repeat center;
}
.important_banner51 span{
    background:url("../images/important_banner51.jpg") no-repeat center;
}
.important_banner52 span{
    background:url("../images/important_banner52.jpg") no-repeat center;
}
.important_banner55 span{
    background:url("../images/important_banner55.jpg") no-repeat center;
}
.important_banner57 span{
    background:url("../images/important_banner57.jpg") no-repeat center;
}
.important_title{
    position:relative;
    width:100%;
    height:90px;
    text-align: center;
    margin:5px auto 15px;
    overflow:hidden;
}
.important_title img{
    position:absolute;
    left:50%;
    top:0;
    margin:0 0 0 -92px;
}
.important_title h2{
    display:inline-block;
    min-width:300px;
    height:50px;
    line-height:50px;
    background:#c3231f;
    border-radius:8px;
    color:#fff;
    font-size:22px;
    padding:0 35px;
    margin-top:40px;
}
.course_list li{ border:1px solid #eee;}
.notice{
    width:100%;
    line-height:30px;
    color:#c3231f;
    font-size:17px;
    margin-top:20px;
    text-align: center;
    overflow:hidden;
}
.notice a{
    color:#c3231f;
    font-size:20px;
}
.notice a:hover{ text-decoration: underline;}
/**************专题页面 end*************/