#footer{
    width: 100%;
    background: #444444;
    min-width: 1280px;
}
#footer>div{
    width: 1280px;
    background: #444444;
    overflow: hidden;
    margin: auto;
}
#footer>div>ul{
    width: 100%;
    border-bottom: 1px solid #c4ccde;
    list-style: none;
    box-sizing: border-box;
    padding: 20px 150px;
    display: flex;
}
#footer>div>ul li{
    flex: 1;
    text-align: center;
}
#footer>div>ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.btm-school-logo-box{
    width: 300px;
    border-right: 1px solid #c4ccde;
    margin: 50px 25px 50px 0 ;
    padding: 25px 0;
    float: left;
}
.btm-school-logo-box img{
    display: block;
}
.btm-txt{
    width: 400px;
    float: left;
    margin: 50px 0;
}
.btm-txt>p{
    color: #C9C9C9;
    font-size: 12px;
    margin-bottom: 2px;
}
.btm-txt>p>span{
    margin-right: 20px;
}
.ewm-box{
    width: 300px;
    margin: 50px 150px 50px 0;
    float: right;
}
.ewm-box>div{
    width: 200px;
    height: 100px;
    color: #C9C9C9;
    font-size: 12px;
    text-align: center;
    line-height: 100px;
    float: left;
}
.ewm-box>img{
    width: 100px;
    height: 100px;
    display: block;
    float: left;
}