/**
联系我们
 */
.contact {
    margin-top: 50px;
    margin-bottom: 100px;
}


/**
*/

.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    height: 600px;
    background: #EEF3F8;
}

.contact-content-left {
    width: 480px;
    padding: 0 0px;
    box-sizing: border-box;
    --moz-box-sizing: border-box;
    --webkit-box-sizing: border-box;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.contact-content-right {
    flex: 1;
    padding: 0 0px;
    box-sizing: border-box;
    --moz-box-sizing: border-box;
    --webkit-box-sizing: border-box;
    height: 600px;
}

.contact-content-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 100px;
    flex-direction: column;
    width: 340px;
}

.contact-content-item-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-content-item-title img{
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact-content-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-content-item-content p {
    font-size: 20px;
    color: #333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 50px;
}

#map {
    width: 100%;
    height: 100%;
}

