footer {
    height: 230px;
    max-width: 1920px;
    text-align: center;
    background-color: #1a1a1a;
    margin: auto;
    color: #fff;
}

.footer-top > ul > li {
    display: inline-block;
    margin: 50px 6px 30px 6px;
    font-size: 14px;
}

    .footer-top > ul > li > a {
        color: #fff;
    }

.footer-center {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.footer-bottom {
    font-size: 12px;
    margin-top: 31px;
    padding-bottom: 15px;
}
