    .ESG ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .ESG li {
        flex: 0 0 33.3333%;
        margin-bottom: 15px;
        box-sizing: border-box;
        height: auto;
        padding: 0 15px;
        font-size: 13px;
        line-height: 24px;
        color: #333;
    }
    
    .card-list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 10px;
        padding: 0;
    }
    
    .card-list li {
        background-color: rgba(249, 126, 14, 0.1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 15px;
        margin-bottom: 15px;
        flex: 1 1 calc(33.333% - 20px);
        box-sizing: border-box;
        text-align: center;
    }
    .ESG ul li img {
        width: 100%;
    }

    .ESG ul li .img {
        width: 100%;
    }

    /* 目标与承诺 */
    .goals {
        margin: 10px 0;
    }
    .goals h2 {
        padding: 10px 20px;
    }
    .goals-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    .goal-card {
        padding: 20px;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .goal-card:nth-child(1) {
        background-color: #f97e0e;
    }
    .goal-card:nth-child(2) {
        background-color: #f58a1e;
    }
    .goal-card:nth-child(3) {
        background-color: #e65a1e;
    }
    .goal-card:nth-child(4) {
        background-color: #d94a1e;
    }
    .goal-card i {
        font-size: 40px;
        margin-bottom: 10px;
    }

        /* 愿景区域 */
    .vision-container {
        display: flex;
        flex-wrap: wrap;
    }
    .vision-text {
        flex: 1;
        font-size: 13px;
        line-height: 24px;
        color: #333;
        background-color: white;
        text-align: left;
        padding: 0px 20px 20px 0px;
    }

    .vision-slogan {
        flex: 1;
        background: linear-gradient(to right, #f97e0e, #d93e00);
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        line-height: 10px;
        font-weight: bold;
        text-align: center;
        padding: 0px 0;
    }

    .slogan-text {
        font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
        font-size: 20px;
        font-weight: 600;
        margin: 15px 0;
        letter-spacing: 1px;
        color: white;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .slogan-text:hover {
        transform: translateY(-3px);
    }
    
    @media (max-width: 768px) {
        .slogan-text {
            font-size: 18px;
        }
    }

    .title{
        padding: 10px 20px 5px 0px !important; 
        font-size: 16px !important; 
        font-weight: bold !important; 
        color: #333 !important;
    }

    .line {
        height: 2px;
        background-color: #d93e00;
        margin: 3px 0;
    }

    .card-list {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        margin: 0 0 0 0;
        padding: 0;
    }

    .card-list li {
        background-color: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 15px;
        flex: 1 1 calc(33.333% - 20px);
        box-sizing: border-box;
        text-align: center;
        margin: 10px 10px 10px 10px;
    }

    .card-list li h6 {
        text-align: left;
        font-weight: bold;
    }

    .card-list li p {
        text-align: left;
    }

    .subline{
        width: 34px;
        height: 2px;
        background:#c9151e;
        margin-bottom: 5px;
        margin-top: 5px
    }
