
        .main_backgrou {
            background-color: #fff;
        }

        .main_backgrouf5 {
            background-color: #f5f5f7;
        }

        .group-title {
            text-align: center;
            padding-top: 70px;
            margin-bottom: 30px;
            color: #333;
            font-size: 54px;
            font-weight: 600;
            line-height: 54px;
        }

        .group-content {
            width: 831px;
            margin: 0 auto;
            padding-bottom: 20px;
            color: #666;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .online-title {
            padding: 90px 250px;
        }

        .online-title .info-icon {
            position: absolute;
            width: 95px;
            height: 76px;
            background: url(//www.dhresource.com/webp/m/dhs/oth/about/info-icon.png) no-repeat center center;
        }

        .online-title .title-text {
            display: block;
            margin: 20px 0 0 135px;
            font-size: 36px;
            line-height: 50px;
            font-weight: 600;
            color: #333;
        }

        .online-author {
            margin: 10px 0 0 135px;
            color: #666;
            font-size: 24px;
            font-weight: 400;
        }

        .story-wrap {
            position: relative;
            background: #fff;
            /*width: 1230px;*/
            height: 500px;
            margin: 0 auto;
            border-radius: 20px;
            margin-bottom: 20px;
        }

        .story-wrap .story-img {
            position: absolute;
            width: 800px;
            height: 500px;
            object-fit: cover;
            object-fit: contain;
        }

        .story-wrap .story-right {
            margin-left: 900px;
            height: 415px;
            overflow: hidden;
            padding: 65px 45px 20px 50px;
        }

        .story-wrap .story-right .story-title {
            color: #333;
            font-size: 54px;
            font-weight: 600;
            line-height: 60px;
        }

        .story-wrap .story-right .story-content {
            margin-top: 20px;
            color: #666;
            font-size: 16px;
        }

        .story-wrap .story-right .story-content span {
            color: #333;
            font-size: 24px;
        }

        .glance-title {
            text-align: center;
            color: #333;
            font-size: 54px;
            font-weight: 500;
            padding-top: 70px;
            margin: 0 auto 20px;
        }
        .glance-title22 {
            text-align: center;
            color: #333;
            font-size: 54px;
            font-weight: 500;
             padding-top: 70px;
              margin: 0 auto 10px;
        }
 .glance-title10 {
            text-align: center;
            color: #333;
            font-size: 40px;
            font-weight: 500;
            margin: 0 auto 20px;
        }
        .glance-content {
            width: 1000px;
            margin: 0 auto 20px;
        }

        .glance-content .content-title {
            color: #333;
            font-size: 24px;
        }

        .glance-content .content-text {
            color: #666;
            font-size: 16px;
        }
        .safety-wrap {
    position: relative;
    width: 1055px;
    min-height: 580px;
    margin: 0 auto;
}
.safety-wrap .safety-left {
    position: absolute;
    width: 580px;
    height: 580px;
}
.safety-wrap .safety-left img {
    width: 100%;
    height: 100%;
}
.safety-wrap .safety-right {
    margin-left: 596px;
}
.safety-wrap .safety-right .right-title {
    padding-top: 85px;
    color: #333;
    font-size: 54px;
    font-weight: 600;
    line-height: 60px;
}
.safety-wrap .safety-right .right-content {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 30px;
}
.safety-wrap .safety-right .right-content ul {
    list-style: none;
}
.safety-wrap .safety-right .right-content li {
    margin-left: 15px;
    display: list-item;
    list-style: disc;
    list-style-position: outside;
}


/* 外部容器样式 */
.container {
    max-width: 1200px; /* 限制最大宽度 */
    margin: 0 auto;    /* 居中显示 */
    padding: 40px 20px 20px 20px;
    font-family: Arial, sans-serif; /* 字体 */
}

/* 统计列表样式 */
.WhoUl {
    display: flex;             /* 使用 flex 布局 */
    justify-content: space-around; /* 均匀分布 */
    list-style: none;          /* 移除列表符号 */
    padding: 0;               /* 移除内边距 */
    margin-bottom: 30px;      /* 底部间距 */
    flex-wrap: wrap;          /* 允许换行（响应式） */
}

.WhoUl li {
    display: flex;            /* 内层 flex 布局 */
    align-items: center;      /* 垂直居中 */
    margin-bottom: 15px;      /* 底部间距（响应式） */
    flex: 1 1 200px;         /* 每个列表项最小宽度 200px，可伸缩 */
    max-width: 250px;        /* 最大宽度限制 */
}

.WhoUl img {
    width: 60px;             /* 图标宽度 */
    height: 60px;            /* 图标高度 */
    margin-right: 15px;      /* 图标与文字间距 */
    flex-shrink: 0;          /* 防止图标缩小 */
}

.WhoUl div {
    display: flex;            /* 内层 flex 布局（垂直方向） */
    flex-direction: column;   /* 文字垂直排列 */
    justify-content: center;   /* 垂直居中 */
}

.WhoUl .f20 {
    font-size: 20px;          /* 数字字体大小 */
    font-weight: bold;        /* 加粗 */
    color: #0099ff;           /* 数字颜色（可自定义） */
    margin: 0;               /* 移除默认 margin */
}

.WhoUl p {
    margin: 5px 0 0;         /* 上方间距 5px，其余为 0 */
    color: #666;             /* 文字颜色 */
    font-size: 16px;         /* 文字大小 */
}

/* 图片展示区域样式 */
.image-container {
    display: flex;            /* 使用 flex 布局 */
    justify-content: space-between; /* 两端对齐 */
    flex-wrap: wrap;          /* 允许换行（响应式） */
   
}

.image-container img {
   width: 49%;          /* 每张图片最大宽度 48%（留出间隙） */
    height: auto;             /* 高度自适应 */
    border-radius: 5px;       /* 圆角（可选） */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果（可选） */
}


