@media only screen and (max-width: 1024px) {
    .header .bot {
        position: static !important;
        padding-top: 15px  !important;
        padding-bottom: 15px  !important;
        box-shadow: initial  !important;
    }
    .header .bot .menu a {
        font-size: 14px;
        font-weight: bold;
    }
        .slide .course-other ul.list-course li a {
    margin: 9px 0 !important;

    }
    .center .course .frame-img .img-pic {
        height: 100px;
        border-radius: 8px;
    }
}
@media only screen and (max-width: 768px) {
    .center .course .frame-img .img-pic {
        height: 110px;
        border-radius: 12px;
    }
        .center .course .frame-news .col-md-3 {
    padding-right: 15px !important;
}

}
@media only screen and (max-width: 414px) {

    .header .bot {
        position: static !important;
        padding-top: 10px  !important;
        padding-bottom: 10px  !important;
        box-shadow: initial  !important;
    }
    .header .top {
        height: 56px;
        background-color: #f4f4f4;
    }
    .header .top .hotline {
        margin-top: 8px;
    }
    .header .top .hotline div.mm {
    font-size: 16px;
}
    .header .top .frame-logo {
        line-height: 40px;
    }
    .header .top .search {
         margin-top: 0px;
    }
    
    .header .top .search input {
        width: 170px;
    }

    .header .bot .nav{
        display: none;
        position: absolute;
        right: 0;
        top: 40px;
        background: #fff;
        width: auto;
        z-index: 999;
    box-shadow: 0 4px 6px rgba(0,0,0,.5);
        background: #131d49;
        border-radius: 10px;
    }
    .header .bot .nav>li{
        margin-right: 0;
        height: 46px;
        line-height: 46px;

    }
    .header .bot .nav>li:last-child{
        border-bottom: none!important
    }
    .header .bot .nav>li>a{
        padding: initial;
    }
    .header .bot .nav li a{
        padding-left: 20px;
        padding-right: 20px;
        color: #f8ad17;
            text-transform: uppercase;
    }
    .center .course .frame-img .img-pic {
        height: 204px;
        margin-bottom: 10px;
    }
    .center .course .frame-news .col-md-3 {
        padding-right: 15px !important;
    }
    .slide .col-md-9 {
        padding-left: 15px !important;
    }
}