@media (min-width: 960px) {
    body {
        font-family: 'Georgia', serif;
        /* 使用 Merriweather 字体，后备选择 serif */
        font-size: 1rem;
        /* 设置合适的字号 */
        font-weight: 100;
    }

    .a {
        width: 100%;
        height: auto;
        background-color: #0a1e2d;
        /* 深蓝色背景 */
        padding: 50px 0px;
    }
    .logo h1{
        font-size: 20px;
        text-align: center;
    }

    .offer-section {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #0a1e2d;
        /* 深蓝色背景 */
        color: #ffffff;
        text-align: center;
        margin: 0 auto;
    }

    .text-content {
        padding: 0 160px;
    }

    .main-text {
        font-size: 26px;
        line-height: 1.6;
        margin-bottom: 50px;
    }

    .sub-title {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 40px;
        color: #ffffff;
        font-weight: bold;
    }

    .offer-links {
        font-size: 16px;
    }

    .offer-links a {
        color: #ffffff;
        /* text-decoration: none; */
        transition: color 0.3s;
    }

    .offer-links a:hover {
        color: #007bff;
    }

    /* tupian */
    .ai-section {
        padding: 10px 20px;
        text-align: center;
    }

    .main-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .description {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .highlight-link {
        color: #00baff;
        text-decoration: none;
        border-bottom: 1px solid #00baff;
        transition: color 0.3s;
    }

    .highlight-link:hover {
        color: #007bff;
    }

    .card-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .card {
        background-color: #0a1e2d;
        /* 深蓝色背景 */
        color: #ffffff;
        width: 330px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        text-align: left;
        transition: background-color 0.3s, color 0.3s;
    }

    /* .cardBox{
        padding: 8px;
    } */

    .insight-card:hover {
        background-color: #ffffff;
        /* 鼠标悬停时变为白色 */
        color: #000000;
    }

    .card:hover {
        background-color: #ffffff;
        /* 鼠标悬停时变为白色 */
        color: #000000;
    }

    .card-image {
        height: 185px;
        width: 100%;
        margin-bottom: 15px;
        object-fit: cover;
        /* 使图片填满容器并裁剪多余部分 */
        object-position: center;
    }

    .card-category {
        font-size: 14px;
        color: #ffffff;
        /* 初始为浅灰色 */
        padding: 10px 15px 0;
    }

    .card-cate {
        font-size: 14px;
        color: #000000;
        /* 初始为浅灰色 */
        padding: 10px 15px 0;
    }

    .card:hover .card-category {
        color: #555555;
        /* 悬停时的颜色 */
    }

    .card-title {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: inherit;
        /* 继承 card 的颜色 */
    }

    .card-title span {
        font-size: 18px;
        color: #00baff;
        /* 初始箭头颜色 */
        transition: color 0.3s;
    }

    .card:hover .card-title span {
        color: #007bff;
        /* 鼠标悬停时的箭头颜色 */
    }

    .more-link {
        margin-top: 35px;
        font-size: 16px;
    }

    .more-link a {
        color: #00baff;
        text-decoration: none;
        transition: color 0.3s;
    }

    .more-link a:hover {
        color: #007bff;
    }


    /*...  */
    .case-study-section {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: url(../image/bg.webp);
        padding: 20px;
    }

    .description-text {
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mdc-c-heading {
        text-align: center;
        color: #fff;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .case-study-button {
        padding: 10px 20px;
        font-size: 16px;
        color: #000000;
        background-color: #00A9F4;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
    }

    .text-content1 {
        padding: 0 150px;
        text-align: left;
    }

    .case-study-button:hover {
        background-color: #ffffff;
        /* 鼠标悬停时背景变白 */
        color: #00baff;
        /* 文字颜色变为蓝色 */
    }

    .card:hover .card-title {
        color: #000;
        /* 在悬停时直接将.card-title的颜色设为黑色 */
    }

    /* 视频 */

    .video-section {
        display: none;
    }

    .video-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .video-placeholder {
        position: relative;
        width: 60%;

        background-color: #1e90ff;
        /* 蓝色背景 */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-button {
        position: absolute;
        width: 200px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.7);
        /* 半透明黑色圆形背景 */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 24px;
        cursor: pointer;
    }

    .contact-button {
        display: inline-block;
        /* 确保链接/按钮是块级元素 */
        width: 200px;
        padding: 10px 20px;
        /* 水平内边距 */
        font-size: 16px;
        color: #000000;
        background-color: #ffffff;
        text-decoration: none;
        text-align: center;
        /* 水平居中 */
        margin: 40px 80px;
        /* 上下外边距，左右自动居中 */
        transition: background-color 0.3s, color 0.3s;
        line-height: 30px;
        /* 使字体垂直居中（可选，取决于高度） */
    }

    .contact-button:hover {
        background-color: #ffffff;
        /* 鼠标悬停时背景变白 */
        color: #00baff;
        /* 文字颜色变为蓝色 */
    }

    /* b */
    #a {
        width: 100%;
        height: auto;

    }

    /* 基础样式 */
    .ecosystem-section {
        width: 78%;
        text-align: center;
        margin: 0 auto;
    }

    .b {
        padding: 40px 0px;
    }

    .b .alliance-section .card-container .card {
        background-color: white;
    }

    .b .alliance-section .card-container .card-title {
        color: #000;
    }

    .section-title {
        font-size: 12px;
        letter-spacing: 1px;
        color: #555555;
        margin-bottom: 10px;
        font-weight: bold;
        margin-top: 30px;
    }

    .main-title {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.2;
    }

    .content-container {
        display: none;
    }

    .content-image {
        width: 150px;
        height: auto;
        margin-right: 20px;
    }

    /* .text-content {
        text-align: left;
    } */

    .highlighted-text {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
    }

    .highlighted-text span {
        color: #007bff;
        /* 蓝色箭头 */
        font-size: 18px;
    }

    .date-text {
        font-size: 14px;
        color: #555555;
        margin-top: 10px;
        line-height: 1.6;
    }


    .alliance-section {
        text-align: center;
        padding: 20px;
    }

    .card-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .card {
        /* background-color: #ffffff; */
        /* width: 280px; */
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: left;
        transition: box-shadow 0.3s, border 0.3s;
        border: 2px solid transparent;
        /* 初始边框透明 */
    }

    .card:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        border: 2px solid #007bff;
        /* 悬停时显示蓝色边框 */
    }

    .card-image {
        height: 185px;
        width: 100%;
        margin-bottom: 15px;
        object-fit: cover;
        /* 使图片填满容器并裁剪多余部分 */
        object-position: center;
    }

    .card-title {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }

    .card-title span {
        color: #007bff;
    }

    /* anniu */
    .button-container1 {
        text-align: center;
        margin-bottom: 40px;
    }

    .cta-button {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        color: #000000;
        background-color: #ffffff;
        /* 初始状态为白色背景 */
        text-decoration: none;
        border-radius: 5px;
        border: 1px solid #007bff;
        transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    }

    .cta-button:hover {
        background-color: #007bff;
        /* 悬停时背景变为蓝色 */
        color: #ffffff;
        /* 文字变为白色 */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        /* 增强阴影 */
    }


    /* 视频2 */
    .container2 {
        text-align: center;
        width: 60%;
        margin: auto;
        color: white;
    }



    .video-section {
        position: relative;
        margin-top: 20px;
    }

    .video-thumbnail {
        width: 100%;
        border-radius: 8px;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .footer-text {
        font-size: 0.8rem;
        color: #c0c0c0;
        margin-top: 15px;
        margin-bottom: 60px;
    }

    /* a2 sp */
    .experts-section {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: nowrap;
        width: 80%;
        margin: auto;
        overflow-x: auto;
    }

    .experts-section > * {
        flex: 0 0 300px;
        min-width: 0;
    }

    .expert-card {
        background-color: #182635;
        padding: 20px;
        text-align: center;
        /* width: 300px; */
        height: 330px;
        border-radius: 8px;
    }

    .expert-image {
        width: 100%;
        height: 185px;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    blockquote {
        font-style: italic;
        color: #ffffff;
        margin: 15px 0;
    }

    .expert-name {
        font-weight: bold;
        margin-top: 10px;
        color: #fff;
    }

    .expert-title {
        font-style: italic;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .meet-link {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    .meet-link:hover {
        text-decoration: underline;
    }

    .find-expert-button {
        margin-top: 20px;
    }

    .find-expert-button button {
        background-color: #ffffff;
        color: #0f1c2b;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
    }

    .find-expert-button button:hover {
        background-color: #e0e0e0;
    }

    /* anniu  */
    .find-expert-button {
        margin-top: 50px;
        text-align: center;
    }

    .find-expert-button button {
        background-color: #ffffff;
        /* Initial color: white */
        color: #0f1c2b;
        /* Text color */
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        /* Smooth transition */
    }

    .find-expert-button button:hover {
        background-color: #00a4eb;
        /* Hover color: blue */
        color: #ffffff;
        /* Change text color on hover to white for contrast */
    }

    /* 四个框 */
    .insights-section {
        text-align: center;
        width: 80%;
        margin: auto;
    }

    .insights-section h2 {
        font-size: 1rem;
        color: #666666;
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .insights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        flex-wrap: nowrap;
    }

    .insight-card {
        background-color: #f7f7f7;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .insight-image {
        width: 100%;
        height: 150px;
        border-radius: 8px;
        margin-bottom: 15px;
        object-fit: cover;
        object-position: center;
    }

    .insight-type {
        font-size: 0.8rem;
        color: #666666;
        margin-bottom: 5px;
    }

    .insight-title {
        font-size: 1.1rem;
        font-weight: bold;
        color: #000000;
        margin: 5px 0;
    }

    .insight-title a {
        text-decoration: none;
        color: #000000;
    }

    .insight-title a:hover {
        text-decoration: underline;
    }

    .insight-date {
        font-size: 0.9rem;
        color: #666666;
        font-style: italic;
        margin-bottom: 10px;
    }

    .insight-description {
        font-size: 0.9rem;
        color: #333333;
    }

    .service_content {
        text-align: center;
        margin-bottom: 10px;
    }

    .service_content a{
        margin: 0 auto;
        color: #333333;
        font-size: 0.9rem;
        padding: 14px;
    }
}

@media (max-width: 960px) {
    body {
        font-family: 'Georgia', serif;
        /* 使用 Merriweather 字体，后备选择 serif */
        font-size: 1rem;
        /* 设置合适的字号 */
        font-weight: 100;
    }

    .a {
        width: 100%;
        height: auto;
        background-color: #0a1e2d;
        /* 深蓝色背景 */
        padding: 30px 0px;
    }

    .offer-section {
        display: none;
    }

    .card-cate {
        font-size: 14px;
        color: #000000;
        /* 初始为浅灰色 */
        padding: 10px 15px 0;
    }

    .text-content {
        max-width: 900px;
    }

    .main-text {
        display: none;
    }

    .sub-title {
        font-size: 12px;
        letter-spacing: 1px;
        color: #ffffff;
        font-weight: bold;
    }

    .offer-links {
        display: none;
    }

    .offer-links a {
        color: #ffffff;
        /* text-decoration: none; */
        transition: color 0.3s;
    }

    .offer-links a:hover {
        color: #007bff;
    }

    /* tupian */
    .ai-section {
        padding: 10px 20px;
        text-align: center;
    }

    .main-title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .description {
        font-size: 18px;
        padding: 0 10px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .highlight-link {
        color: #00baff;
        text-decoration: none;
        border-bottom: 1px solid #00baff;
        transition: color 0.3s;
    }

    .highlight-link:hover {
        color: #007bff;
    }

    .card-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .card {
        background-color: #0a1e2d;
        /* 深蓝色背景 */
        color: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        text-align: left;
        transition: background-color 0.3s, color 0.3s;
    }

    .cardBox {
        padding: 10px;
    }

    /* .card:hover {
        background-color: #ffffff;
        color: #000000;
    } */

    .card-image {
        height: 185px;
        width: 100%;
        margin-bottom: 15px;
        object-fit: cover;
        /* 使图片填满容器并裁剪多余部分 */
        object-position: center;
    }

    .card-category {
        font-size: 14px;
        color: #ffffff;
        /* 初始为浅灰色 */
    }

    /* .card:hover .card-category {
        color: #555555;
    } */

    .card-title {
        font-size: 18px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: inherit;
        /* 继承 card 的颜色 */
    }

    .card-title span {
        font-size: 18px;
        color: #00baff;
        /* 初始箭头颜色 */
        transition: color 0.3s;
    }

    .card:hover .card-title span {
        color: #007bff;
        /* 鼠标悬停时的箭头颜色 */
    }

    .more-link {
        margin-top: 35px;
        font-size: 16px;
    }

    .more-link a {
        color: #00baff;
        text-decoration: none;
        transition: color 0.3s;
    }

    .more-link a:hover {
        color: #007bff;
    }


    /*...  */
    .case-study-section {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: url(../image/bg.webp);
        padding: 20px;
    }

    .description-text {
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mdc-c-heading {
        display: none;
    }

    .case-study-button {
        padding: 10px 20px;
        font-size: 16px;
        color: #000000;
        background-color: #00A9F4;
        text-decoration: none;
        transition: background-color 0.3s, color 0.3s;
    }

    .text-content1 {
        text-align: left;
    }

    .case-study-button:hover {
        background-color: #ffffff;
        /* 鼠标悬停时背景变白 */
        color: #00baff;
        /* 文字颜色变为蓝色 */
    }


    /* 视频 */

    .video-section {
        text-align: center;
    }

    .b .alliance-section .card-container .card {
        background-color: white;
    }

    .b .alliance-section .card-container .card-title {
        color: #000;
    }

    .video-container {
        display: none;
    }

    .video-placeholder {
        position: relative;
        width: 60%;

        background-color: #1e90ff;
        /* 蓝色背景 */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-button {
        position: absolute;
        width: 200px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.7);
        /* 半透明黑色圆形背景 */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 24px;
        cursor: pointer;
    }

    .contact-button {
        display: inline-block;
        /* 确保链接/按钮是块级元素 */
        width: 150px;
        /* 可选：也可以通过 line-height 来居中 */
        padding: 10px 20px;
        /* 水平内边距 */
        font-size: 16px;
        color: #000000;
        background-color: #ffffff;
        text-decoration: none;
        text-align: center;
        /* 水平居中 */
        margin: 10px 10px;
        /* 上下外边距，左右自动居中 */
        transition: background-color 0.3s, color 0.3s;
        /* 使字体垂直居中（可选，取决于高度） */
    }

    .contact-button:hover {
        background-color: #ffffff;
        /* 鼠标悬停时背景变白 */
        color: #00baff;
        /* 文字颜色变为蓝色 */
    }

    /* b */
    #a {
        width: 100%;
        height: auto;

    }

    /* 基础样式 */
    .ecosystem-section {
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }

    .b {
        /* padding: 40px 0px; */
    }

    .section-title {
        font-size: 12px;
        letter-spacing: 1px;
        color: #555555;
        margin-bottom: 10px;
        font-weight: bold;
        margin-top: 30px;
    }

    .main-title {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .content-container {
        display: none;
    }

    .content-image {
        width: 150px;
        height: auto;
        margin-right: 20px;
    }

    /* .text-content {
        text-align: left;
    } */

    .highlighted-text {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
    }

    .highlighted-text span {
        color: #007bff;
        /* 蓝色箭头 */
        font-size: 18px;
    }

    .date-text {
        font-size: 14px;
        color: #555555;
        margin-top: 10px;
        line-height: 1.6;
    }

    .alliance-section {
        text-align: center;
        padding:0 20px;
    }

    .card-container {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .card {
        /* background-color: #ffffff; */
        /* width: 280px; */
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: left;
        transition: box-shadow 0.3s, border 0.3s;
        border: 2px solid transparent;
        /* 初始边框透明 */
    }

    .card:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        border: 2px solid #007bff;
        /* 悬停时显示蓝色边框 */
    }

    .card-image {
        height: 185px;
        width: 326px;
        margin-bottom: 15px;
        object-fit: cover;
        /* 使图片填满容器并裁剪多余部分 */
        object-position: center;
    }

    .card-title {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
    }

    .card-title span {
        color: #007bff;
    }

    /* anniu */
    .button-container1 {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .cta-button {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        color: #000000;
        background-color: #ffffff;
        /* 初始状态为白色背景 */
        text-decoration: none;
        border-radius: 5px;
        border: 1px solid #007bff;
        transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
    }

    .cta-button:hover {
        background-color: #007bff;
        /* 悬停时背景变为蓝色 */
        color: #ffffff;
        /* 文字变为白色 */
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        /* 增强阴影 */
    }

    /* 视频2 */
    .container2 {
        display: none;
    }

    .video-section {
        display: none;
    }

    .video-thumbnail {
        width: 100%;
        border-radius: 8px;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        width: 70px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .footer-text {
        font-size: 0.8rem;
        color: #c0c0c0;
        margin-top: 15px;
        margin-bottom: 60px;
    }


    /* a2 sp */
    .experts-section {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
        width: 85%;
        margin: auto;
    }

    .expert-card {
        background-color: #182635;
        padding: 20px;
        text-align: center;
        width: 300px;
        border-radius: 8px;
    }

    .expert-image {
        width: 100%;
        height: 185px;
        border-radius: 8px;
        margin-bottom: 15px;
        object-fit: cover;
        /* 使图片填满容器并裁剪多余部分 */
        object-position: center;
    }

    blockquote {
        font-style: italic;
        color: #c0c0c0;
        margin: 15px 0;
    }

    .expert-name {
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
    }

    .expert-title {
        font-style: italic;
        color: #c0c0c0;
        margin-bottom: 10px;
    }

    .meet-link {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

    .meet-link:hover {
        text-decoration: underline;
    }

    .find-expert-button {
        margin-top: 20px;
    }

    .find-expert-button button {
        background-color: #ffffff;
        color: #0f1c2b;
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
    }

    .find-expert-button button:hover {
        background-color: #e0e0e0;
    }

    /* anniu  */
    .find-expert-button {
        margin-top: 50px;
        text-align: center;
    }

    .find-expert-button button {
        background-color: #ffffff;
        /* Initial color: white */
        color: #0f1c2b;
        /* Text color */
        border: none;
        padding: 10px 20px;
        font-size: 1rem;
        cursor: pointer;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        /* Smooth transition */
    }

    .find-expert-button button:hover {
        background-color: #00a4eb;
        /* Hover color: blue */
        color: #ffffff;
        /* Change text color on hover to white for contrast */
    }

    /* 四个框 */
    .insights-section {
        text-align: center;
        width: 85%;
        margin: auto;
    }

    .insights-section h2 {
        font-size: 1rem;
        color: #666666;
        letter-spacing: 1px;
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .insights-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .insight-card {
        background-color: #f7f7f7;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .insight-image {
        width: 100%;
        height: 185px;
        border-radius: 8px;
        margin-bottom: 15px;
        object-fit: cover;
        /* 使图片填满容器并裁剪多余部分 */
        object-position: center;
    }

    .insight-type {
        font-size: 0.8rem;
        color: #666666;
        margin-bottom: 5px;
    }

    .insight-title {
        font-size: 1.1rem;
        font-weight: bold;
        color: #000000;
        margin: 5px 0;
    }

    .insight-title a {
        text-decoration: none;
        color: #000000;
    }

    .insight-title a:hover {
        text-decoration: underline;
    }

    .insight-date {
        font-size: 0.9rem;
        color: #666666;
        font-style: italic;
        margin-bottom: 10px;
    }

    .insight-description {
        font-size: 0.9rem;
        color: #333333;
    }
    .service_content {
        text-align: center;
        margin-bottom: 10px;
    }

    .service_content a{
        margin: 0 auto;
        color: #333333;
        font-size: 0.9rem;
        padding: 8px;
    }
}

@media (max-width: 768px) {
    body {
        font-family: 'Georgia', serif;
        /* 使用 Merriweather 字体，后备选择 serif */
        font-size: 1rem;
        /* 设置合适的字号 */
        font-weight: 100;
    }

    .ecosystem-section {
        width: 90%;
    }

    .main-title {
        font-size: 28px;
        padding: 0 10px;
    }
    .card-cate{
        font-size: 14px;
        color: #000000;
        /* 初始为浅灰色 */
        padding: 10px 15px 0;
    }

    .content-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .content-image {
        width: 100%;
        max-width: 400px;
        margin: 0 0 15px;
    }

    .text-content {
        text-align: center;
        padding: 0 10px;
    }

    .highlighted-text {
        font-size: 17px;
    }

    .date-text {
        font-size: 13px;
    }
    .service_content {
        text-align: center;
        margin-bottom: 10px;
    }

    .service_content a{
        margin: 0 auto;
        color: #333333;
        font-size: 0.9rem;
        padding: 8px;
    }
}