.main {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    margin-bottom: 50px;
}

.contact {
    width: 752px;
    margin-left: 88px;
    margin-bottom: 80px;
}

.contact-crumbs {
    color: #999999;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding-left: 25px;
}
.contact-crumbs a {
    color: #999999;

}

.contact-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d7d7d7;
}
.contact-main {
    padding: 25px;
    border: 1px solid #c9c9c9;
}
.contact-desc {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.row {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.row-icon {
    width: 32px;
    height: 32px;
    background-color: #b01f24;
    border-radius: 50%;
    margin-right: 10px;

}
.addr-img {
    width: 32px;
    height: 32px;
    background: url('../img/icon.png');
    background-position: -51px -64px;
    margin-right: 10px;
}

.phone-img {
    width: 32px;
    height: 32px;
    background: url('../img/icon.png');
    background-position: -54px -97px;
    margin-right: 10px;
}

.email-img {
    width: 32px;
    height: 32px;
    background: url('../img/icon.png');
    background-position: -51px -131px;
    margin-right: 10px;
}

.contact-tel {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-icon-tel {
    width: 15px;
    height: 22px;
    background: url(../img/icon.png);
    background-position: 0px -92px;
    margin-right: 16px;
}

.contact-email {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact-icon-email {
    width: 19px;
    height: 12px;
    background: url('../img/icon.png');
    background-position: 0px -125px;
    margin-right: 16px;
}