.footer {
    background-color: #AE1506;
    height: 215px;
}

.footer-wrapper {
    display: flex;
    height: 215px;
    align-items: center;
    justify-content: center;
}

.footer .line {
    height: 110px;
    width: 1px;
    background-color: rgba(235, 235, 235,.5);
    margin: 0 120px;
}

.footer-content {
    color: #FFFFFF;
    font-size: 16px;
}

.footer-content-item {
    padding: 8px 0;
}

.link-wrapper {
    width: 100%;
    background-color: #FFFFFF;
    padding: 40px;
}

.link {
    width: 1440px;
    margin: 0 auto;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    padding: 0 40px;
    height: 95px;
    border-radius: 2px;
}

.link-title {
    color: #CC1C2C;
}

.link-item:hover {
    color: #CC1C2C;
    cursor: pointer;
}

.link-item {
    padding: 0 20px;
    border-right: 1px solid #B0B0B0;
}
.link-item:nth-last-child(1){
    border-right: 0;
}

.full-logo {
width: 700px
}
