/* ========================================
   环亚实验室 - 页面样式合并文件
   HY-LAB Custom Pages Styles (Merged)
   包含：优势、产品中心、关于我们、案例、新闻
   ======================================== */

/* 通用 h2 标题下划线动画 - 合并重复样式 */
.service_list_met_16_2_52.met-index-body h2::after,
.product_list_met_16_1_59.met-index-body h2::after,
.about_list_met_28_8_53 h2::after,
.case_list_met_35_1_60 h2::after,
.news_list_met_35_5_58 h2::after {
    content: '' !important;
    position: absolute;
    bottom: -8px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 0 !important;
    height: 4px !important;
    background: var(--hylab-gradient-primary) !important;
    animation: hylab-slideLineIn 0.8s ease forwards, hylab-gradientMove 2s linear infinite;
    animation-delay: 0.3s, 1.1s;
}

/* ========================================
   1. 优势展示模块 (advantages-professional.css)
   ======================================== */
.service_list_met_16_2_52.met-index-body {
    position: relative;
    overflow: hidden;
}

.service_list_met_16_2_52.met-index-body .container {
    text-align: center;
}

/* 主标题 */
.service_list_met_16_2_52.met-index-body h2 {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #212121 !important;
    position: relative;
    display: inline-block;
    margin-bottom: 20px !important;
    background: linear-gradient(135deg, #212121 0%, #424242 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.service_list_met_16_2_52.met-index-body h2:hover {
    transform: translateY(-3px);
    background: var(--hylab-gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service_list_met_16_2_52.met-index-body p.desc {
    font-size: 18px !important;
    color: #666666 !important;
    margin-bottom: 50px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* 优势卡片 */
.service_list_met_16_2_52 .index-service-list { counter-reset: adv; }
.service_list_met_16_2_52 .index-service-list li {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 30px !important;
}

.service_list_met_16_2_52 .index-service-list li .service-shadow {
    background: #ffffff;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,102,204,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service_list_met_16_2_52 .index-service-list li .service-shadow::after {
    counter-increment: adv;
    content: counter(adv, decimal-leading-zero);
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0,102,204,0.1), rgba(0,200,83,0.1));
    color: #0066CC;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service_list_met_16_2_52 .index-service-list li:hover .service-shadow {
    transform: translateY(-12px);
    box-shadow: 0 12px 32px rgba(0,102,204,0.15);
}

.service_list_met_16_2_52 .index-service-list li:hover .service-shadow::after {
    background: linear-gradient(135deg, #0066CC, #00C853);
    color: #ffffff;
    transform: scale(1.08);
}

.service_list_met_16_2_52 .index-service-list li img.adv-cover-img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service_list_met_16_2_52 .index-service-list li:hover img {
    transform: scale(1.08);
}

.service_list_met_16_2_52 .index-service-list li .service-info {
    padding: 25px 20px !important;
    background: #ffffff !important;
}

.service_list_met_16_2_52 .index-service-list li h3 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #212121 !important;
    margin: 0 0 12px 0 !important;
    transition: all 0.3s ease;
}

.service_list_met_16_2_52 .index-service-list li:hover h3 {
    color: #0066CC !important;
}

/* ========================================
   2. 产品中心模块 (product-center-modern.css)
   ======================================== */
.product_list_met_16_1_59.met-index-body {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.product_list_met_16_1_59.met-index-body > .container {
    text-align: center;
}

.product_list_met_16_1_59.met-index-body h2 {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #212121 !important;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #212121 0%, #424242 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.product_list_met_16_1_59.met-index-body h2:hover {
    transform: translateY(-3px);
    background: var(--hylab-gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product_list_met_16_1_59 .nav-tabs {
    margin: 50px auto 40px !important;
    display: flex;
    justify-content: center;
    gap: 12px;
    border: none !important;
}

.product_list_met_16_1_59 .nav-tabs .nav-item .nav-link {
    background: #ffffff !important;
    border: 2px solid #e9ecef !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.product_list_met_16_1_59 .nav-tabs .nav-item .nav-link:hover {
    border-color: #009688 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 150, 136, 0.2);
}

.product_list_met_16_1_59 .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(135deg, #009688, #007bff) !important;
    border-color: transparent !important;
    box-shadow: 0 6px 20px rgba(0, 150, 136, 0.3);
}

.product_list_met_16_1_59 .card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none !important;
}

.product_list_met_16_1_59 .card:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 12px 40px rgba(0, 150, 136, 0.2) !important;
}

.product_list_met_16_1_59 .card-header .cover-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product_list_met_16_1_59 .card:hover .card-header .cover-image {
    transform: scale(1.1);
}

/* ========================================
   3. 关于我们模块 - 专业美化版
   ======================================== */

/* 主容器 - 渐变背景 */
.about_list_met_28_8_53.page-content {
    background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 50%, #f0f7ff 100%);
    padding: 100px 0 !important;
    position: relative;
    overflow: hidden;
}

/* 背景装饰圆 */
.about_list_met_28_8_53.page-content::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 102, 204, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.about_list_met_28_8_53.page-content::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 150, 136, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.about_list_met_28_8_53 .container {
    text-align: center;
    position: relative;
    z-index: 1;
}

/* 标题 - 与"我们的优势"一致的效果 */
.about_list_met_28_8_53 h2 {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #212121 !important;
    margin-bottom: 20px !important;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, #212121 0%, #424242 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.about_list_met_28_8_53 h2:hover {
    transform: translateY(-3px);
    background: var(--hylab-gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 副标题 - 统一间距 */
.about_list_met_28_8_53 p.desc,
.about_list_met_28_8_53 .desc {
    font-size: 18px !important;
    color: #666666 !important;
    margin-bottom: 50px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

/* 主内容区域 */
.about_list_met_28_8_53 .show_item {
    margin-top: 0 !important;
}

/* 左侧图片区 - 高级卡片 */
.about_list_met_28_8_53 .show_item_left .row {
    margin: 0 !important;
}

.about_list_met_28_8_53 .show_item_left_bor {
    width: auto !important;
    float: none !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 20px !important;
    background: #ffffff;
    box-shadow: 
        0 20px 60px rgba(0, 102, 204, 0.08),
        0 0 0 1px rgba(0, 102, 204, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

/* 卡片内渐变边框效果 */
.about_list_met_28_8_53 .show_item_left_bor::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, #0066CC, #009688);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about_list_met_28_8_53 .show_item_left_bor:hover::before {
    opacity: 1;
}

.about_list_met_28_8_53 .show_item_left_bor:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 80px rgba(0, 102, 204, 0.15),
        0 0 0 1px rgba(0, 102, 204, 0.1);
}

/* 图片样式 - 确保居中 */
.about_list_met_28_8_53 .show_item_left_bor img,
.about_list_met_28_8_53 .show_item .leftimg {
    width: 100% !important;
    height: auto;
    border-radius: 16px;
    display: block;
    margin: 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: static !important;
    z-index: 1 !important;
    transition: transform 0.4s ease;
}

.about_list_met_28_8_53 .show_item_left_bor:hover img {
    transform: scale(1.03);
}

/* 移除原始装饰伪元素 */
.about_list_met_28_8_53 .show_item_left:before {
    display: none !important;
}

/* 右侧文字区 - 精致排版 */
.about_list_met_28_8_53 .show_item_right {
    padding-left: 50px !important;
    text-align: left !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_list_met_28_8_53 .show_item_right p {
    font-size: 16px !important;
    line-height: 2 !important;
    color: #333 !important;
    margin-bottom: 30px !important;
    text-align: justify;
    position: relative;
    padding-left: 20px;
}

/* 首字放大效果 - "西"字 */
.about_list_met_28_8_53 .show_item_right p::first-letter {
    font-size: 72px;
    font-weight: 900;
    line-height: 0.9;
    float: left;
    margin-right: 12px;
    margin-top: 8px;
    color: #0066CC;
    background: linear-gradient(135deg, #0066CC, #009688);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* 文字左侧装饰条 */
.about_list_met_28_8_53 .show_item_right p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    background: linear-gradient(180deg, #0066CC, #009688);
    border-radius: 10px;
}

/* 查看更多按钮 - 高级设计 */
.about_list_met_28_8_53 .show_item_right h3 {
    margin-top: 20px !important;
}

.about_list_met_28_8_53 .show_item_right h3 a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px !important;
    background: linear-gradient(135deg, #0066CC 0%, #009688 100%) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 102, 204, 0.3);
    position: relative;
    overflow: hidden;
}

/* 按钮光泽效果 */
.about_list_met_28_8_53 .show_item_right h3 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.about_list_met_28_8_53 .show_item_right h3 a:hover::before {
    left: 100%;
}

.about_list_met_28_8_53 .show_item_right h3 a:hover {
    transform: translateX(8px) translateY(-3px) !important;
    box-shadow: 0 12px 36px rgba(0, 102, 204, 0.4) !important;
}

.about_list_met_28_8_53 .show_item_right h3 a::after {
    content: '→';
    transition: transform 0.3s ease;
    font-size: 18px;
}

.about_list_met_28_8_53 .show_item_right h3 a:hover::after {
    transform: translateX(4px);
}

/* ========================================
   4. 案例展示模块 (case-studies-modern.css)
   ======================================== */
.case_list_met_35_1_60.met-index-body {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.case_list_met_35_1_60 .container {
    text-align: center !important;
}

.case_list_met_35_1_60 h2 {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #212121 !important;
    position: relative;
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    background: linear-gradient(135deg, #212121 0%, #424242 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
}

.case_list_met_35_1_60 h2:hover {
    transform: translateY(-3px);
    background: var(--hylab-gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ========================================
   案例列表页面 - 描述文本美化 (img/)
   ======================================== */

/* 案例描述文本美化 */
.img-hero-section p.hero-desc {
    font-size: 18px !important;
    color: #666666 !important;
    margin-bottom: 50px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.8;
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.case_list_met_35_1_60 .view {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.case_list_met_35_1_60 .agile_team_grid:hover .view {
    box-shadow: 0 20px 60px rgba(0, 150, 136, 0.25) !important;
    transform: scale(1.02);
}

.case_list_met_35_1_60 .view img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.case_list_met_35_1_60 .agile_team_grid:hover .view img {
    transform: scale(1.15) !important;
}

.case_list_met_35_1_60 .view .mask {
    background: linear-gradient(135deg, rgba(0, 150, 136, 0.95), rgba(0, 123, 255, 0.95)) !important;
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.case_list_met_35_1_60 .agile_team_grid:hover .view .mask {
    opacity: 1 !important;
}

/* ========================================
   5. 新闻资讯模块 (news-modern.css)
   ======================================== */
.news_list_met_35_5_58.met-index-body {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.news_list_met_35_5_58 .container {
    text-align: center !important;
}

.news_list_met_35_5_58 h2 {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #212121 !important;
    position: relative;
    display: inline-block;
    margin-left: auto !important;
    margin-right: auto !important;
    background: linear-gradient(135deg, #212121 0%, #424242 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.news_list_met_35_5_58 h2:hover {
    transform: translateY(-3px);
    background: var(--hylab-gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_list_met_35_5_58 .default-blog-news {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
}

.news_list_met_35_5_58 .default-blog-news:hover {
    transform: translateY(-12px) !important;
    box-shadow: 0 20px 60px rgba(0, 150, 136, 0.2) !important;
}

.news_list_met_35_5_58 .default-blog-news .img-holder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.news_list_met_35_5_58 .default-blog-news:hover .img-holder img {
    transform: scale(1.12) !important;
}

.news_list_met_35_5_58 .default-blog-news .date {
    position: absolute !important;
    left: 25px !important;
    top: 25px !important;
    width: 65px !important;
    height: 75px !important;
    background: linear-gradient(135deg, #009688, #007bff) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 15px rgba(0, 150, 136, 0.3);
    transition: all 0.3s ease;
}

.news_list_met_35_5_58 .default-blog-news:hover .date {
    transform: scale(1.1) rotate(-5deg);
}

/* 新闻标题美化 */
.news_list_met_35_5_58 .default-blog-news .lower-content h4.time {
    margin: 20px 0 15px 0 !important;
    line-height: 1.5 !important;
    min-height: 60px !important;
}

.news_list_met_35_5_58 .default-blog-news .lower-content h4.time a {
    color: #1a1a1a !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.news_list_met_35_5_58 .default-blog-news:hover .lower-content h4.time a {
    color: #0066CC !important;
}

/* 新闻描述文字 */
.news_list_met_35_5_58 .default-blog-news .text p.desc {
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin: 15px 0 !important;
    min-height: 50px;
}

/* Read More按钮 - 蓝绿渐变 + 白色文字 */
.news_list_met_35_5_58 .default-blog-news .link {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #f0f0f0;
}

.news_list_met_35_5_58 .default-blog-news .link .btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 32px !important;
    background: linear-gradient(135deg, #0066CC 0%, #009688 100%) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.25) !important;
    border: none !important;
    position: relative;
    overflow: hidden;
}

/* 按钮文字确保白色 */
.news_list_met_35_5_58 .default-blog-news .link .btn,
.news_list_met_35_5_58 .default-blog-news .link a.btn {
    color: #ffffff !important;
}

.news_list_met_35_5_58 .default-blog-news .link .btn i {
    color: #ffffff !important;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* 按钮光泽效果 */
.news_list_met_35_5_58 .default-blog-news .link .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.news_list_met_35_5_58 .default-blog-news .link .btn:hover::before {
    left: 100%;
}

.news_list_met_35_5_58 .default-blog-news .link .btn:hover {
    transform: translateX(6px) translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(0, 102, 204, 0.4) !important;
}

.news_list_met_35_5_58 .default-blog-news .link .btn:hover i {
    transform: translateX(4px);
}

/* 内容区域统一padding */
.news_list_met_35_5_58 .default-blog-news .lower-content {
    padding: 25px 30px 30px 30px !important;
}

/* 标签和meta信息 */
.news_list_met_35_5_58 .default-blog-news .post-meta {
    margin: 10px 0 !important;
    font-size: 14px !important;
    color: #999 !important;
}

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1199px) {
    .service_list_met_16_2_52.met-index-body h2,
    .product_list_met_16_1_59.met-index-body h2,
    .about_list_met_28_8_53 h2,
    .case_list_met_35_1_60 h2,
    .news_list_met_35_5_58 h2 {
        font-size: 42px !important;
    }
    
    .about_list_met_28_8_53 .show_item_right {
        padding-left: 30px !important;
    }
    
    .about_list_met_28_8_53 .show_item_right p {
        font-size: 15px !important;
    }
}

@media (max-width: 991px) {
    .service_list_met_16_2_52.met-index-body h2,
    .product_list_met_16_1_59.met-index-body h2,
    .about_list_met_28_8_53 h2,
    .case_list_met_35_1_60 h2,
    .news_list_met_35_5_58 h2 {
        font-size: 36px !important;
    }
    
    .about_list_met_28_8_53.page-content {
        padding: 80px 0 !important;
    }
    
    .about_list_met_28_8_53 .show_item_left {
        margin-bottom: 40px;
    }
    
    .about_list_met_28_8_53 .show_item_right {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .about_list_met_28_8_53 .show_item_right p {
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .service_list_met_16_2_52.met-index-body h2,
    .product_list_met_16_1_59.met-index-body h2,
    .about_list_met_28_8_53 h2,
    .case_list_met_35_1_60 h2,
    .news_list_met_35_5_58 h2 {
        font-size: 32px !important;
    }
    
    .about_list_met_28_8_53.page-content {
        padding: 60px 0 !important;
    }
    
    .about_list_met_28_8_53 .show_item_left_bor {
        border-radius: 16px !important;
        padding: 15px !important;
    }
    
    .about_list_met_28_8_53 .show_item_left_bor img {
        border-radius: 10px;
    }
    
    .about_list_met_28_8_53 .show_item_right {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center !important;
    }
    
    .about_list_met_28_8_53 .show_item_right p {
        font-size: 15px !important;
        text-align: center;
    }
    
    /* 移动端首字母样式调整 */
    .about_list_met_28_8_53 .show_item_right p::first-letter {
        font-size: 48px;
        margin-top: 5px;
    }
    
    .about_list_met_28_8_53 .show_item_right h3 {
        text-align: center;
    }
    
    .about_list_met_28_8_53 .show_item_right h3 a {
        padding: 12px 28px !important;
        font-size: 15px !important;
    }
    
    /* 案例列表页描述文本移动端适配 */
    .img-hero-section p.hero-desc {
        font-size: 15px !important;
        letter-spacing: 1px;
        margin-bottom: 30px !important;
    }
}



