.footer {
    margin-top: 30px;
    border-top: 1px solid #EEEEEE;
}
.carBox {
    display: flex;
    justify-content: space-between;
    width: 1284px;
    margin: 80px auto 0;
}
.carItem {
    width: 380px;
}
.itemTitle {
    font-size: 14px;
    font-weight: 700;
}
.carItem .line {
    width: 100%;
    height: 1px;
    margin-top: 16px;
    background-color: #333333;
}
.carItem a {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
}
.carItem a:hover {
    font-weight: 700;
    color: #0d4aa6;
}
.footerBottom {
    width: 1284px;
    margin: 0 auto;
    display: flex;
}
.footerBottom img {
    margin-top: 30px;
}

    
.footerBottom p {
    background: #fff;
    color: #36506c;
    height: 52px;
    line-height: 52px;
    min-width: 1280px;
    text-align: center;
    width: 100%;
}