.content {
    display: flex;
    margin-top: 64px;
    justify-content: space-between;
}

.list {
    overflow: hidden;
    padding: 10px;
    margin-left: 30px;
}

.content_left {
    width: 30%;
    height: 395px;
    background: #F9F9F9;
}

.content_right {
    width: 65%;
    position: relative;
}

.card {
    right: 232px;
}

.list_img {
    float: left;
    margin-top: 10px;
}

.list_box {
    width: 293px;
    border-bottom: 1px solid #E9E9E9;
}

.list_title {
    font-size: 16px;
    font-family: FZLTZHJW;
    font-weight: normal;
    color: #333333;
    line-height: 29px;
    margin-left: 56px;
}

.list_content {
    font-size: 16px;
    font-family: FZLTHK;
    font-weight: normal;
    color: #333333;
    line-height: 29px;
    margin-left: 56px;
    margin-bottom: 19px;
}

.content_bottom {
    margin-top: 74px;
}

.img_text {
    margin-top: 54px;
    margin-bottom: 71px;
    font-size: 16px;
    font-family: FZLTZHJW;
    font-weight: normal;
    color: #333333;
    line-height: 29px;
}

.map_text {
    position: absolute;
    z-index: 10;
    top: 80px;
    left: 270px;
    font-size: 24px;
    font-family: RTWSShangYaG0v1;
    font-weight: 400;
    color: #DB211A;
    line-height: 27px;
}

/*小于 480px  手机*/
@media screen and (max-width: 480px) {
    .content {
        display: block;
    }

    .content_right {
        width: 100%;
    }

    .content_left {
        width: 100%;
    }
    .map_text{
        left: 36px;
    }
}