.main-container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.img-fit {
    display: block;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.line-one {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.line-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.footer {
    margin-top: 120px;
    background: #0340B5;
    height: 260px;
    padding-top: 48px;
    text-align: center;
}

.footer .logo {
    width: 402px;
    height: 54px;
    margin: 0 auto 32px;
    background: url("../images/logo.png") no-repeat;
    background-size: 100% 100%;
}

.footer .text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    height: 30px;
}

@media (max-width: 768px) {
    main {
        height: 385vw;
        overflow: hidden;
    }
    .footer {
        margin-top: 6.25vw;
        height: 200px;
        padding-top: 25px;
    }
    .footer .logo {
        width: 300px;
        height: 40px;
    }
    .footer .text {
        font-size: 14px;
    }
}
