    /* 报名动态 */
.bmdt{
    border:1px solid red;
    /* width: 100%; */
    height: 220px;
    padding: 20px 2%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f34048),to(#f20d3b));
    background-image: linear-gradient(#f34048,#f20d3b);
}
.bmdt-one{
    height: 40px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fbd387),to(#f9be4c));
    background-image: linear-gradient(#fbd387,#f9be4c);
    margin-bottom: 10px;
    padding-left:3%;
    padding-right:3%;
    font-size:18px;
    font-weight:bold;
    color:red;
    line-height: 40px;
}
.bmdt-one span:nth-child(1){
    color:#fff;
}
.bmdt-one span:nth-child(2){
    border: 1px solid red;
    width:85px;
    display: inline-block;
    height: 25px;
    border-radius: 20px;
    background: red;
    /* margin-top: 3px; */
    position: relative;
    top: 7px;
    line-height: 24px;
    float: right;
    color:#fff;
    font-size:14px;
    text-align: center;
}
.bmdt-two{
    border:1px solid #fff;
    height:115px;
    background:#fff;
    overflow: hidden;
}
.bmdt-two li{
    height:27px;
    padding:8px 0px 8px 5px;
    line-height: 30px;
}
.bmdt-two span:nth-child(1){
    display: inline-block;
    height:21px;
}
.bmdt-two span:nth-child(2){
  position: relative;
    top: -6px;
    font-size: 14px;
}


.header-search{
    top:2.3rem;
}
.banner{
    margin-top:51px;
}
.c-course-box1 li:nth-child(n+3){
    margin-top:0;
}

.xcll1,.kfyp1,.a01{display: hide;}

.NavTop,.header-top{
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
}