/* body {
    background: rgb(255 247 242 / 55%);
} */
@media (max-width: 768px) {

body {
    background: rgb(255 247 242 / 55%);
}
    
}
/* 瀵艰埅鏍忓鍣 */
.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

/* Logo鏍峰紡 */
.mobile-logo {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

/* 姹夊牎鎸夐挳 */
.menu-btn {
    position: absolute;
    right: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1010;
}

.menu-btn span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: #333333;
    border-radius: 2px;
    margin: 2px 0;
    transition: all 0.3s ease;
}

/* 姹夊牎鎸夐挳婵€娲荤姸鎬侊紙鍙樹负X锛 */
.menu-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* 鑿滃崟瀹瑰櫒 */
.mobile-menu {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    z-index: 1005;
    overflow-y: auto;
}

/* 鑿滃崟婵€娲荤姸鎬侊紙婊戝叆鏄剧ず锛 */
.mobile-menu.active {
    transform: translateX(0);
}

/* 鑳屾櫙閬僵 */
.menu-overlay {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1004;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* 鑿滃崟椤规牱寮 */
.menu-items {
    padding-top: 10px;
}

.menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    color: #333333;
    font-size: 16px;
    transition: background-color 0.2s;
}

.menu-link:hover {
    background-color: #f5f5f5;
}

/* 涓嬫媺绠ご */
.arrow-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.menu-item.has-children.active .arrow-icon {
    transform: rotate(180deg);
}

/* 瀛愯彍鍗曟牱寮 */
.submenu {
    background-color: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.menu-item.has-children.active .submenu {
    max-height: 500px; /* 瓒冲澶х殑鍊间互瀹圭撼鎵€鏈夊瓙椤 */
    overflow: scroll;
    
}

.submenu-item {
    border-bottom: 1px solid #eeeeee;
}

.submenu-link {
    display: block;
    padding: 14px 16px 14px 32px;
    color: #666666;
    font-size: 15px;
    transition: background-color 0.2s;
}

.submenu-link:hover {
    background-color: #f0f0f0;
}

/* 鍐呭鍖哄煙鏍峰紡锛堜粎鐢ㄤ簬婕旂ず锛 */
.content {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
/* 鍏抽敭锛氬簳閮ㄥ浐瀹歠ooter鏍峰紡 */
.mobile-footer { /* 閲嶅懡鍚嶇被鍚嶏紝閬垮厤涓巋eader娣锋穯 */
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px; /* 涓巄ody鐨刾adding-bottom銆乵enu鐨刡ottom涓€鑷 */
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* 椤堕儴闃村奖锛屽尯鍒嗗唴瀹瑰尯 */
    z-index: 1008; /* 楂樹簬鑿滃崟鍜岄伄缃╋紝纭繚涓嶈閬尅 */
    display: flex;
    justify-content: space-around; /* 瀛愬厓绱犲潎鍖€鍒嗗竷 */
    align-items: center; /* 瀛愬厓绱犲瀭鐩村眳涓 */
    padding: 0 16px;
}

/* footer瀛愬厓绱犳牱寮忎紭鍖 */
.mobile-footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 14px;
}

.mobile-footer i {
    margin-bottom: 4px; /* 鍥炬爣涓庢枃瀛楅棿璺 */
    font-size: 18px;
}


/* 涓诲鍣 */
.mobile-container {
    padding: 20px;
    background:linear-gradient(172deg, #FF7A00 15.59%, #edaf73 36.34%, #5CD329 127.09%);
    background-size: cover;
    background-repeat: no-repeat;

}

/* 鍐呭鍗＄墖 */
.content-card {
    padding: 30px 20px;
    max-height: 400px;
    height: 350px;
}

/* 鏍囬鏍峰紡 */
.main-title {
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.3;
}

/* 鎻忚堪鏂囨湰 */
.description {
    font-size: 16px;
    color: #222222;
    line-height: 1.6;
    margin-bottom: 40px;
}

/* 琛ㄥ崟鏍峰紡 */
.form-group {
    margin-bottom: 20px;
}



.phone-input::placeholder {
    color: #999999;
}

/* 鎸夐挳鏍峰紡 */
.consult-btn {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}

.consult-btn:active {
    transform: scale(0.98);
}

/* 鐢佃瘽鍜ㄨ */
.phone-consult {
    margin-top: 25px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.phone-number {
    color: #FF5722;
    font-weight: 600;
    text-decoration: none;
}

/* 鍝嶅簲寮忚皟鏁 */
@media (max-width: 320px) {
    .main-title {
        font-size: 24px;
    }

    .sub-title {
        font-size: 18px;
    }

    .phone-input, .consult-btn {
        height: 50px;
    }
}


.header-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: center;
    color: #1a1a1a;
    margin-top: 16px;
}
.header-title2{
    font-size: 18px;  font-weight: normal;color: #666666; text-align: center;
}

/* 瀵艰埅鏍忔牱寮 */
.nav-container {
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.nav-bar {
       display: flex;
    gap: 8px;
    white-space: nowrap;
    justify-content: space-evenly;
    margin-top: 30px;
    flex-wrap: wrap;
}

.nav-item {
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
    color: #666;
    width: 18%;
    text-align: center;
    border: 1px solid #D8D8D8;
}

.nav-item.active {
    background-color: #FD663A;
    color: white;
    box-shadow: 0px 0px 5px 0px rgba(253, 102, 58, 0.3);
    border: 0px;
    background: radial-gradient(223% 81% at 0% 46%, rgba(255, 124, 1, 0.78) 59%, rgba(253, 124, 1, 3) 90%);
}

.secondary-nav {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    padding-left: 4px;
}

.secondary-nav-item {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    background-color: #f0f2f5;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
}

.secondary-nav-item:hover {
    background-color: #e5e6eb;
}

.secondary-nav-item.aigc {
    position: relative;
}

.secondary-nav-item.aigc::after {
    content: "NEW";
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #ff4d4f;
    color: white;
    font-size: 10px;
    padding: 1px 3px;
    border-radius: 3px;
}

/* 鍐呭鍖哄煙鏍峰紡 */
.content-container {
    background-color: white;
    margin: 12px;
    border-radius: 12px;
    padding: 20px 16px;
    min-height: 195px;
    box-shadow: 0px 0px 5px 0px rgba(253, 102, 58, 0.3);

}

.content-section {
    display: none;
    animation: fadeIn 0.3s ease;
}

.content-section.active {
    display: block;
}

.section-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #FD663A;
    text-align: left;
}

.section-description {
    font-size: 14px;
    line-height: 2;
    color: #666;
    margin-bottom: 24px;
}

.section-item {
    margin-bottom: 24px;
}

.item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}

/* 鎴浘鍖哄煙鏍峰紡 */
.screenshot-container {
    margin-top: 24px;
    position: relative;
}

.screenshot {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

/* 鍔ㄧ敾鏁堟灉 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    body {
        /* 闅愯棌婊氬姩鏉′絾淇濈暀婊氬姩鍔熻兘 */
        -ms-overflow-style: none;  /* IE鍜孍dge */
        scrollbar-width: none;  /* Firefox */
    }

    /* Chrome, Safari 鍜 Opera */
    body::-webkit-scrollbar {
        display: none;
    }

    /* 濡傛灉闇€瑕佸畬鍏ㄧ姝㈡粴鍔紝鍙互浣跨敤涓嬮潰鐨勬牱寮 */

    body {
      overflow-x: hidden !important;
    }

}


/* 瀵艰埅鏍忔牱寮 */


.nav-tabs {
    display: flex;
    padding: 12px 0;
    min-width: max-content;
}

.nav-tab {
    padding: 0px 16px;
    margin: 0 8px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-tab.active {
    border-bottom: 2px solid #1a73e8;
}

/* 鍐呭鍖哄煙鏍峰紡 */
.content-container {
    padding: 16px;
}


.news-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

/* 鏂伴椈鍗＄墖鏍峰紡 */
.news-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.news-card:hover {
    transform: translateY(-2px);
}

.news-content {
    display: flex;
    padding: 16px;
}

.news-text {
    flex: 1;
    padding-right: 16px;
}

.news-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.5;
        margin-right: 32px;
}

.news-meta {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999;
}

.news-source {
    display: flex;
    align-items: center;
}

.news-source::after {
    content: "鈥?;
    margin: 0 6px;
}

.news-time {
    display: flex;
    align-items: center;
}

.news-image {
    width: 120px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
}

/* 鍔ㄧ敾鏁堟灉 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 鍥炬爣鏍峰紡 */
.icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    opacity: 0.7;
}



/* 瀹瑰櫒鏍峰紡锛屽眳涓樉绀 */
.form-container {
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* 鏍囬鏍峰紡 */
.form-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
/* 琛ㄥ崟缁勬牱寮忥紝鍖呭惈鏍囩鍜岃緭鍏ユ */
.form-group {
    margin-bottom: 15px;
}
/* 鏍囩鏍峰紡 */
.form-label {
    display: inline-block;
    width: 80px;
    margin-right: 10px;
    font-size: 14px;
}
/* 杈撳叆妗嗘牱寮 */
.form-input {
    width: calc(100% - 100px);
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
/* 鎸夐挳鏍峰紡 */
.submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #0070f3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
}
.submit-btn:hover {
    background-color: #005ccc;
}












/* 瀵艰埅鏍囩鏍峰紡 */
.tabs {
    display: flex;
    padding-top: 36px;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    scrollbar-width: none; /* 闅愯棌婊氬姩鏉 */
}

.tabs::-webkit-scrollbar {
    display: none; /* 闅愯棌婊氬姩鏉 */
}

.tab {
    padding: 8px 16px;
    font-size: 15px;
    color: #666;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 8px;
    transition: all 0.3s ease;
}



/* 鍐呭鍖哄煙鏍峰紡 */
.content-wrapper {
    display: flex;
    width: 400%; /* 鍥涗釜鍐呭鍖哄煙鐨勬€诲搴 */
    transition: transform 0.3s ease;
}

.mobile-content {
    width: 100%;
    padding: 16px; /* 鍑忓皬绉诲姩绔唴杈硅窛 */
}

.content-title {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 12px;
    color: #666666;
    text-align: center;
    line-height: 1.5;
}

.content-desc {
    font-size: clamp(14px, 4vw, 15px); /* 鍝嶅簲寮忓瓧浣撳ぇ灏 */
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.content-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px;
}

.content-image img {
    width: 80%;
    height: auto;
    display: block;
    object-fit: cover; /* 纭繚鍥剧墖姣斾緥姝ｇ‘ */
    margin: auto;
}
.mobile-container {
    width: 100%;
    max-width: 100%; /* 淇敼涓?00%浠ラ€傚簲鍏ㄥ睆 */
    margin: 0; /* 绉婚櫎鑷姩澶栬竟璺 */
    box-sizing: border-box; /* 纭繚鍐呰竟璺濅笉澧炲姞鎬诲搴 */
}



/* 鏍囬鏍峰紡 */
.section-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 24px;
    color: #333;
}

/* 妗堜緥鍗＄墖瀹瑰櫒 */
.cases-container {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 16px;
    scrollbar-width: none; /* 闅愯棌婊氬姩鏉 */
}

.cases-container::-webkit-scrollbar {
    display: none; /* 闅愯棌婊氬姩鏉 */
}

/* 妗堜緥鍗＄墖鏍峰紡 */
.case-card {
    flex: 0 0 350px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.case-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.case-content {
    padding: 16px;
}

.case-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 14px;
    color: #333;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 9px;
}

.case-stats {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
    border-top: 1px solid #f1f1f1;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 18px;
    font-weight: 600;
    color: #ff4d4f;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 14px;
    color: #888;
}
.main-title {
    margin-bottom: var(--size_10);
    color: white;
    font-size: 18px;
}
.sub-title {
    color: white;
    font-size: 16px;
}
.slogan {
    position: absolute;
    left: 10%;
    top: 35%;
    width: 80%;
    text-align: center;
}




/* 閫夐」鍗℃牱寮 - 浼樺寲閮ㄥ垎 */
.tabs-container {
    position: relative;
    margin: 24px 0;
}

.tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* 寮€鍚Щ鍔ㄧ骞虫粦婊氬姩 */
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 0 8px 4px; /* 澧炲姞宸﹀彸鍐呰竟璺濓紝閬垮厤閫夐」鍗¤创杈 */
}

.tabs::-webkit-scrollbar {
    display: none; /* 闅愯棌Chrome绛夋祻瑙堝櫒鐨勬粴鍔ㄦ潯 */
}

/* 娣诲姞婊氬姩鎻愮ず */
.tabs-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: -1px;
    width: 30px;
    background: linear-gradient(to right, rgba(245, 247, 250, 0), rgba(245, 247, 250, 1));
    pointer-events: none;
    z-index: 10;
}

.tab {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    transition: color 0.3s;
    flex-shrink: 0; /* 闃叉閫夐」鍗¤鍘嬬缉 */
}

.tab.active {
    color: #2d7ff9;
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2d7ff9;
    border-radius: 3px 3px 0 0;
}

/* 鍐呭鍖哄煙鏍峰紡 */
.content {
    display: none;
}

.content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.content-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 24px;
}

.content-image {
    position: relative;
    background-color: #e8f3ff;
    padding: 24px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-mockup {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin-right: 16px;
    z-index: 2;
}


.phone-screen {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px;
    overflow: hidden;
}

.phone-content {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}

.background-elements {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    background-color: rgba(45, 127, 249, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.content-text {
    padding: 24px;
}

.content-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.content-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.highlight-box {
    display: inline-flex;
    align-items: center;
    background-color: #e8f3ff;
    border-radius: 4px;
    padding: 4px 8px;
    margin-top: 8px;
    font-size: 14px;
    color: #2d7ff9;
}

.highlight-box svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

/* 鎸夐挳鏍峰紡 */
.action-button {
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #2d7ff9;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    margin-top: 24px;
}

.action-button:hover {
    background-color: #1a6ef9;
}

.action-button:active {
    transform: scale(0.98);
}

/* 鍝嶅簲寮忚皟鏁 */
@media (max-width: 480px) {
    
    

    .tab {
        padding: 12px 16px;
        font-size: 15px;
    }

    .content-image {
        flex-direction: column;
        padding: 16px;
    }

    .phone-mockup {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .background-elements {
        right: 0;
        width: 160px;
        height: 160px;
    }
}



/* 鍔ㄦ€佸垪琛ㄥ鍣 */
/* 绉诲姩绔垎椤靛鍣ㄦ牱寮 */
.news-list .listpage.page_comm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* 椤电爜闂磋窛锛岄伩鍏嶆嫢鎸 */
    margin: 20px 0;
    padding: 10px;
}
/* 椤电爜鍜屾寜閽熀纭€鏍峰紡 */
.news-list .listpage.page_comm a {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px; /* 绉诲姩绔瓧浣撻€傞厤 */
}
/* 褰撳墠椤甸珮浜牱寮 */
.news-list .listpage.page_comm a.cur {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
/* 绂佺敤鐘舵€佹牱寮 */
.news-list .listpage.page_comm a.notcur {
    opacity: 0.6;
    cursor: not-allowed;
    border-color: #eee;
    color: #999;
}
        .news-list {
            width: 100%;
            padding: 15px;
                margin-top: 35px;
        }
        .news-list h2 {
            text-align: center;
            font-size: 18px;
            margin-bottom: 20px;
            color: #333;
        }
        /* 鍗曚釜鍔ㄦ€侀」 */
        .news-item {
            align-items: flex-start;
            margin-bottom: 10px;
            border-bottom: 1px solid #eee;
            margin-top: 20px;
        }
        .news-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        /* 鍔ㄦ€佸乏渚у唴瀹癸紙鍥炬爣/鍥剧墖锛 */
        .news-left {
            flex-shrink: 0;
            margin-right: 15px;
            width:44%;
            position: absolute;
        }
        .news-tag {
            width: 155px;
            height: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #fff;
            text-align: center;
            font-size: 14px;
        }
        .news-tag span {
            display: block;
        }
        .news-tag .year {
            font-size: 16px;
            font-weight: bold;
        }
        .news-tag .period {
            margin-top: 5px;
        }
        .news-img {
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 4px;
        }
        /* 鍔ㄦ€佸彸渚у唴瀹 */
        .news-right {
            padding-right: 18px;
            width:50%;
            margin-left: 172px;
            height:95px;
        }
        .news-title {
            font-size: 15px;
            line-height: 1.5;
            margin-bottom: 8px;
            color: #333;
        }
        .news-title a {
            color: #333;
            text-decoration: none;
        }
        .news-title a:hover {
            color: #007AFF;
        }
        .news-date {
            font-size: 12px;
            color: #999;
            margin-bottom: 8px;
        }
        .news-label {
            display: inline-block;
            font-size: 12px;
            color: #007AFF;
            background-color: rgba(0, 122, 255, 0.1);
            padding: 2px 6px;
            border-radius: 4px;
        }
        