.contact_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

.map {
    width: 40%;
}

.contact_type {
    flex-grow: 1;
}

.contact_type p {
    margin: 0;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
}

.contact_type>div {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.contact_type .top {
    color: rgb(51, 51, 51);
}

.contact_type .bottom {
    margin-top: 15px;
    color: rgb(169, 169, 169);
}

.contact_item {
    width: 30%;
    text-align: center;
}

.contact_item i.iconfont {
    height: 70px;
    line-height: 70px;
    font-size: 70px;
    color: #c40000;
}

.contact_item p {
    color: rgb(102, 102, 102);
}

.contact_item .type {
    margin-top: 30px;
    font-size: 16px;
}

.contact_item .substance {
    font-size: 14px;
}

#container {
    width: 500px;
    height: 500px;
}