.banner {
    width: 100%;
    height: auto;
    display: inline-block;
}

.banner img {
    width: 100%;
}

.information {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f4f4f4;
    padding-top: 2%;
    padding-bottom: 5%;
}

.m-left {
    overflow-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    background-color: rgb(255, 255, 255);
    width: 22%;
    border-style: solid;
    float: left;
}

.ml-top {
    text-align: center;
    padding-top: 22px;
}

.ml-top h3 {
    color: #434343;
    font-family: Microsoft YaHei;
    font-size: 24px;
    padding-bottom: 8px;
}

.ml-top span {
    color: #999;
    font-size: 14px;
    display: none;
}

.ml-bottom {border-left: 7px solid #ffae00;width: 96%;height: auto;padding-top: 32px;padding-bottom: initial;}

.ml-bottom li {
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 54px;
    height: 54px;
    border-bottom: 1px dashed#e8e8e8;
}

.ml-bottom li a {
    color: #555555;
    font-size: 15px;
}

.m-right {
    width: 73%;
    float: right;
    background-color: white;
    padding: 0px 20px 50px 20px;
}

.cmp-one {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999999;
    margin: 18px 0 15px 0px;
    font-size: 19px;
    color: #223870;
}

.cmp-one span {
    margin-left: 7px;
    font-size: 15px;
    color: #999999;
}

.mr-bottom ul {
    width: 100%;
    height: auto;
    display: inline-block;
}
.mr-bottom{
    width: 100%;
    height: auto;
    display: inline-block;
}
.mr-bottom li{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#d2d2d2;
    padding: 3% 0;
}
.mb-left{
    width: 30%;
    float: left;
    margin-right: 3%;
}
.mb-left img{
    width: 100%;
    border-radius: 10px;
}
.mb-right{
    float: left;
    width: 67%;
    position: relative;
}
.mb-right h3{
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.mb-right p{
    color: #6a6a6a;
    font-size: 13px;
    line-height: 27px;
    float: left;
    margin-top: 12px;
}
.training_info .btn_box {
    text-align: right;
    padding-right: 32px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.btn {
    line-height: 32px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 32px;
    color: #222328;
    background-color: #fff;
    border: 1px solid #4F5362;
    border-top-color: rgb(79, 83, 98);
    border-right-color: rgb(79, 83, 98);
    border-bottom-color: rgb(79, 83, 98);
    border-left-color: rgb(79, 83, 98);
}
.btn_box{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
@media screen and (max-width: 1024px) and (min-width: 0px){
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 12%;
    }
    .m-left {
        overflow-wrap: break-word;
        padding: 0px;
        border-color: transparent;
        border-width: 0px;
        background-color: rgb(255, 255, 255);
        width: 100%;
        border-style: solid;
        float: left;
        margin-bottom: 6%;
    }
    .m-right {
        width: 88%;
        float: right;
        background-color: white;
        padding: 0px 20px 50px 20px;
    }
    .mb-left {
        width: 100%;
        float: left;
        margin-right: 0%;
        margin-bottom: 5%;
    }
    .mb-right {
        float: left;
        width: 100%;
        position: relative;
    }
    .btn_box {
        position: static;
        right: 0px;
        bottom: 0px;
        margin-top: 3%;
        display: inline-block;
    }
    
}