#section4 {
    background-image: url('/images/about/组 46 (1).png');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 12.525rem;
    overflow: hidden;
}

.title{
    font-size: 0.375rem;
    font-weight: bold;
    color: #0066EC;
    text-align: center;
    margin-top: 1.1rem;
}

.org-container {
    width: 18.9875rem;
    height: 8.75rem;
    margin: 0 auto; /* 水平居中 */
    margin-top: 0.725rem;
    background-color: #ffffff;
    text-align: center;
}

.org-container img {
    margin-top: 0.675rem;
    max-width: 100%;
    height: auto;
}

.bottom-icon4 {
    display: flex;
    justify-content: center;
    margin-top: 0.4375rem;
}

.bottom-icon4 img {
    width: 0.5rem; /* 图片大小可按需调整 */
    height: auto;
}


