.ghwz {
    margin-top: 50px;
    padding: 0 var(--container-padding, 10%);
}

.ghwz h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
}

.ghwz .ghwz_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ghwz .ghwz_item>div {
    width: 50%;
}

.ghwz .ghwz_item>div>img {
    width: 100%;
    height: auto;
}

.ghwz .ghwz_item .ghwz_item_l {
    padding: 96px 104px 96px 133px;
}

.ghwz .ghwz_item .ghwz_item_l h4 {
    font-size: 26px;
    margin-bottom: 32px;
}

.ghwz .ghwz_item .ghwz_item_l p {
    font-size: 18px;
    line-height: 1.6;
}

.hzfs {
    margin-top: 50px;
    padding: 0 var(--container-padding, 10%);
}

.hzfs h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
}

.hzfs .hzfs_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2%;
}

.hzfs .hzfs_content .hzfs_content_item {
    width: 49%;
    padding: 54px 187px 54px 54px;
    background: url(.././img/bg_new_hezuo_2.webp) no-repeat 100% 100% / 100% 100%;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.hzfs .hzfs_content .hzfs_content_item .hzfs_content_item_t{
    display: flex;
    margin-bottom: 30px;
}
.hzfs .hzfs_content .hzfs_content_item .hzfs_content_item_t_r{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
.hzfs .hzfs_content .hzfs_content_item .hzfs_content_item_t_r h6{
    font-size: 26px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .ghwz .ghwz_item .ghwz_item_l {
        padding: 4rem;
    }
    
    .hzfs .hzfs_content .hzfs_content_item {
        padding: 3rem;
    }
}

@media (max-width: 1024px) {
    .ghwz h2,
    .hzfs h2 {
        font-size: 2.5rem;
    }
    
    .ghwz .ghwz_item {
        flex-direction: column;
    }
    
    .ghwz .ghwz_item>div {
        width: 100%;
    }
    
    .ghwz .ghwz_item .ghwz_item_l {
        padding: 3rem;
        order: 2;
    }
    
    .hzfs .hzfs_content .hzfs_content_item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ghwz,
    .hzfs {
        padding: 0 5%;
    }
    
    .ghwz h2,
    .hzfs h2 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    
    .ghwz .ghwz_item .ghwz_item_l {
        padding: 2rem;
    }
    
    .ghwz .ghwz_item .ghwz_item_l h4 {
        font-size: 1.5rem;
    }
    
    .ghwz .ghwz_item .ghwz_item_l p {
        font-size: 1rem;
    }
    
    .hzfs .hzfs_content .hzfs_content_item {
        padding: 2rem;
    }
    
    .hzfs .hzfs_content .hzfs_content_item .hzfs_content_item_t_r h6 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .ghwz h2,
    .hzfs h2 {
        font-size: 1.75rem;
    }
    
    .ghwz .ghwz_item .ghwz_item_l {
        padding: 1.5rem;
    }
    
    .hzfs .hzfs_content .hzfs_content_item {
        padding: 1.5rem;
    }
}