* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-family: 'PingFang SC', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow: auto;
}
@font-face {
	font-family: 'DIN-bold-2';
	src: url('https://www.hbkjxy.edu.cn/tp/PC/hbkjxy/websitePage/gwsy-font/din-bold-2.ttf') format('truetype');
}
@font-face {
	font-family: 'DIN-RegularAlternate-2';
	src: url('https://www.hbkjxy.edu.cn/tp/PC/hbkjxy/websitePage/gwsy-font/DIN_Condensed_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'DIN_RegularAlternate';
	src: url('https://www.hbkjxy.edu.cn/tp/PC/hbkjxy/websitePage/gwsy-font/DIN-Condensed.ttf') format('truetype');
}
@font-face {
	font-family: 'PFSC_FONT';
	/*src: url('https://www.hbkjxy.edu.cn/tp/PC/hbkjxy/websitePage/gwsy-font/pfsc.otf') format('truetype');*/
	src: url('https://www.hbkjxy.edu.cn/tp/PC/hbkjxy/websitePage/gwsy-font/SourceSansPro-Regular.woff2') format('woff2');
}
.container {
    width: 12rem;
    margin: 0 auto;
    
}
.gwsy-ggtz {
	padding-bottom: 1.05rem;
}
.hkywBox .container{
	width:inherit;
	padding: 0 0.64rem;
}
.lsygBox .container{
	width:inherit;
	padding: 0 0.64rem;
}

/* Swiper轮播图样式 - 固定全屏 */
.hero-swiper-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    z-index: 1;
}

/* 内容区域包裹器 - 实现滑动覆盖效果 */
.content-wrapper {
    position: relative;
    top: 100vh;
    background: #fff;
    z-index: 2;
    min-height: 100vh;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

/* 当内容开始滑上来时 */
.content-wrapper.scrolling {
    transform: translateY(-100vh);
}

/* 动画完成后,固定在顶部 */
.content-wrapper.scrolling.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    transform: translateY(0);
    transition: none;
}

/* 重置动画 - 从固定状态滑回底部 */
.content-wrapper.scrolling.fixed.resetting {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(100vh);
    overflow-y: hidden;
}

.hero-swiper {
    width: 100%;
    height: 100%;
}
.hero-swiper {
    width: 100%;
    height: 100%;
}

/* 向下滚动箭头 */
.scroll-down-arrow {
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    animation: bounce 2s infinite;
}

.scroll-down-arrow svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* 跳动动画 */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-15px);
    }
    60% {
        transform: translateX(-50%) translateY(-8px);
    }
}

.hero-slide {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-slide h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-slide p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    opacity: 0.95;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Swiper导航样式 */
.news-pagination {
    position: static;
    margin-bottom: 0;
}
.main-news-navigation {
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 0.4rem; */
    /* right: 0.4rem; */
    /* top: auto; */
    /* bottom: 0.35rem; */
    padding: 0 0.4rem;
    height: 0.74rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-news-navigation .swiper-pagination-bullet {
    background: #BEC4C9;
	margin:0 !important;
}
.main-news-navigation .swiper-pagination-bullet-active {
    background: #05285C;
}
.news-nav-btn {
    position: static;
    bottom: 0.3rem;
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    margin-top: 0;
}

.news-nav-btn.prev {
    left: 0.2rem;
}

.news-nav-btn.next {
    right: 0.2rem;
}

.news-nav-btn img {
    /* width: 100%;
    height: 100%; */
    /* object-fit: contain; */
}
/* .swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
} */

/* .swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
} */

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
}

/* Swiper分页器样式 */
.swiper-pagination {
    bottom: 30px;
}

/* Swiper自定义样式 */
/* .swiper-button-prev,
.swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    backdrop-filter: blur(0.1rem);
    transition: all 0.3s ease;
} */

/* .swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
} */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none!important;
}
/* .swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
} */

.swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: inline-block;
    left: 0 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: white;
    /* transform: scale(1.2); */
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: #ff6b6b;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.btn:hover {
    background: #ff5252;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
}

.btn-secondary {
    background: transparent;
    border: 2px solid white;
    margin-left: 15px;
}

.btn-secondary:hover {
    background: white;
    color: #667eea;
}

/* 功能卡片区域 */
.features {
    padding: 0.8rem 0;
    /* background: #f8f9fa; */
}

.section-title {
    text-align: center;
    font-size: 0.4rem;
    /*margin-bottom: 50px;*/
    margin-bottom:0.32rem;
    color: #2c3e50;
    display: flex;
    align-items: center;
    flex-direction: column;

    label {
        font-size: 0.28rem;
        color: #879099;
    }

    span {
        color: #333;
    }
}

.section-title label{
	font-weight: lighter;
	letter-spacing: 0.1em;
}

.section-title span{
	font-weight:600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
}

.feature-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
}
/* 公告通知区域 */
.announcement-section {
    padding:0rem 0  1.3rem 0;
    /* background: url('../img/inbj.jpg') no-repeat center bottom; */
    background-size:100% auto;
    background-position: bottom;
    transform: translateY(0.5rem);
    transition: all 0.8s ease-out;
}

.announcement-section.animate {
    opacity: 1;
    transform: translateY(0);
}

.announcement-container {position: relative;clear: both;display: block;width: 100%; padding-bottom: 1.05rem}

.announcement-left {    background: linear-gradient(to right, #06295d, #053a7c, #0450a1);
    padding: 0.56rem 0.72rem;
    border-radius: 0.12rem;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    margin-right: -8%;
    float: left;
    display: block;width:54%;}

.announcement-right {    background: #fff;
    padding: 0.4rem 0.5rem 0.4rem 0rem;
    border-radius: 0.12rem;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    float: left;
    width: 54%;
    padding-left: 12%;
    margin-top: 0.74rem;}

.announcement-header {
    margin-bottom: 0.3rem;
}
.announcement-header p{
    color:#fff;
	font-size: 0.24rem;
	/* font-family: 'PFSC_FONT'; */
	opacity: 0.7;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
.announcement-header p.black {
	color:#1D1D1D;
}

.announcement-title {
	color:#000;
    color: #fff;
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.announcement-right .announcement-title {
    color: #1d1d1d;
}

.title-line {
    width:0.61rem;
    height: 0.05rem;
    background: #fff;
    border-radius:0.05rem;
}

.announcement-right .title-line {
    background: #003366;
}

.announcement-list {
    margin-bottom: 0.3rem;
}

.announcement-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.15rem 0 0.15rem 0;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.announcement-right .announcement-item {
    border-bottom: 0.01rem solid #e9ecef;
}

.announcement-content {
    flex:0 0 85%;
    display: flex;
    align-items: center;
}

.announcement-text {color: #fff;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: all 0.3s ease;
}

.announcement-text a {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.announcement-right .announcement-text {
    color: #1d1d1d;
}

.announcement-date {    text-align: center;
    background: transparent;
    border-radius: 0;}

.announcement-right .announcement-date {
    background: transparent;
}

.announcement-item {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.announcement-list .announcement-item:hover{transform:translateX(0.15rem) !important;}

.announcement-text a {
    transition: all 0.3s ease;
    display: block;
}

.date-day {    display: block;
    font-size:0.32rem;
    font-weight: normal;
    color: #fff;
    line-height: 1;}

.announcement-right .date-day {
    color: #1d1d1d;
}

.date-month-year {
    display: block;
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top:0.1rem;
}

.announcement-right .date-month-year {
    color: #1d1d1d;
}

.announcement-footer {
    text-align: center;
}

.announcement-footer .view-more-btn {    display: inline-block;
    padding: 0.08rem 0.2rem;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    border: 0.01rem solid transparent;
    float: right;}

.announcement-footer .view-more-btn:hover {
    background: #f8f9fa;
    color: #003366;
    border-color: #003366;
    transform: translateY(-0.02rem);
}

.announcement-right .announcement-footer .view-more-btn {
    background: #003366;
    color: #fff;
}

.announcement-right .announcement-footer .view-more-btn:hover {
    background: #002244;
    color: #fff;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .announcement-container {
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .announcement-left,
    .announcement-right {
        flex: 1;
        margin-right: 0;    width: 100%;    padding: 0.2rem;
    }
    .announcement-content {
    flex: 0 0 78%;
}
    .announcement-title {
       /*font-size: 0.15rem;*/
    }
    
    .announcement-text {
       /* font-size: 0.09rem;*/
    }
}
.view-detail-btn {
    display: inline-block;
    padding: 0.08rem 0.16rem;
    border: 0.01rem solid #ddd;
    color: #879099;
    text-decoration: none;
	font-size:0.14rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    background: #fff;
}
/* 新闻公告区域 */
.news {
    padding: 80px 0;
}

.news-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 50px;
}

.news-main {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.news-image {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.news-content {
    padding: 30px;
}

.news-meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.news-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.news-excerpt {
    color: #666;
    line-height: 1.6;
}

.news-sidebar {
    /* background: white; */
    border-radius: 15px;
    /* padding: 30px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

.sidebar-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 2px solid #667eea;
    padding-bottom: 10px;
}

.news-list {
    list-style: none;
}

.news-list li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list a {
    color: #333;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
}

.news-list a:hover {
    color: #667eea;
}

.news-date {
    color: #999;
    font-size: 0.85rem;
    margin-top: 5px;
}

/* 页脚 */
.footer {
    background: #2c3e50;
    color: white;
    padding: 50px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h3 {
    margin-bottom: 20px;
    color: #ecf0f1;
}

.footer-section ul {
    list-style: none;
}

.footer-section li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    color: #bdc3c7;
}
.el-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.el-col {
    padding-left: 0.12rem!important;
    padding-right: 0.12rem!important;
}

/* 防止横向滚动条 */
* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.container {
    /*width: 100%;
    max-width: 12rem;*/
    overflow: hidden;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #1e3c72;
        flex-direction: column;
        padding: 20px;
        gap: 10px;
    }

    .nav.show {
        display: flex;
    }

    .mobile-menu-btn {
        display: block;
    }

    .hero-slide h1 {
        font-size: 2.5rem;
    }

    .hero-slide p {
        font-size: 1.1rem;
    }

    .hero-swiper-section {
        height: 100vh;
        min-height: 100vh;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }

    /* .section-title {
                font-size: 2rem;
            } */

    .news-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .btn-secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .container {
        /* padding: 0 15px; */
    }

    .features {
        padding: 50px 0;
    }

    .news {
        padding: 50px 0;
    }

    .hero {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .hero-slide h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-swiper-section {
        height: 100vh;
        min-height: 100vh;
    }

    /* .section-title {
                font-size: 1.8rem;
            } */

    .feature-card {
        padding: 30px 20px;
    }

    .news-content {
        padding: 20px;
    }

    .news-sidebar {
        padding: 20px;
    }
}

/* 动画效果 */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 加载动画 */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #667eea;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 新闻区域样式 */
.news-sidebar {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* gap: 16px; */
}

.news-item {
    display: flex;
    align-items: center;
    gap: 12px;
    /*padding: 12px;*/
    background: #fff;
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    cursor: pointer;
    height: 0.96rem;
    border-bottom: 0.01rem solid #D3D9DF;
}

.news-item:hover {
    /*transform: translateY(-2px);*/
    transform:translateX(0.15rem);
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);*/
}

.news-image {
    width: 100px;
    height: 75px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.news-text {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding-top: 4px;
}

.news-text p {
    margin: 0;
    font-size: 0.18rem;
    line-height: 1.75;
    color: rgba(29, 29, 29, 1);
    
}

/* 主要新闻区域样式 */
.main-news-area {
    background: #F5F8FA;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.main-news-image {
    width: 100%;
    border-radius: 0.12rem 0.12rem 0 0;
    /* height: 280px; */
    position: relative;
    overflow: hidden;
}

.main-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background: linear-gradient(135deg, #667eea, #764ba2); */
}

.main-news-content {
    padding: 24px;
    padding-top: 0;
    text-align: center;
}

.news-tag {
    color: #888;
    display: flex;
    justify-content: center;
    /* font-size: 12px; */
    /* font-weight: 500; */
    /* margin-bottom: 12px; */
    /* letter-spacing: 1px; */
}
.news-tag img {
    height: 0.4rem;
}
.main-news-content h2 {
    font-size: 0.24rem;
    color: #1D1D1D;
    margin: 0 0 16px 0;
    line-height: 1.4;
    font-weight: normal;
}

.main-news-content p {
    color: #5A6066;
    font-size: 0.12rem;
    line-height: 1.75;
    margin-bottom: 20px;
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* margin-bottom: 20px; */
}

.nav-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #333;
}

.view-more-btn {
    padding: 8px 24px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background: #f5f5f5;
    border-color: #bbb;
}
.lsygBox {
    padding: 0.71rem 1.06rem 0.88rem 1.06rem;
    /*height: 8.1rem;*/
    background-size: cover !important;
    background-position: center !important;
}
.lsygBox .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.timeline-container {
      /* background: #f5f5f5; */
      /* padding: 60px 80px 80px; */
      position: relative;
      width: 100%;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    /* 内容区域 - 图片和文字 */
    .content-area {
      display: flex;
      gap: 0.4rem;
      height: 3rem;
	  width:10.72rem;
      margin-bottom: 1rem;
      align-items: flex-start;
	  position:relative;
	  left:50%;
	  margin-left: -5.36rem;
	  margin-top: 0.16rem;
    }

    .image-section {
      /*flex: 0 0 430px;*/
    }

    .image-section img {
      width: 100%;
      height: 3rem;
      display: block;
	  object-fit: contain;
      border-radius: 4px;
    }

    .text-section {
      flex: 1;
      padding-top: 20px;
    }

    .text-section p {
      font-size: 16px;
      line-height: 1.8;
      color: #333;
      text-align: justify;
    }

    /* 时间轴区域 */
    .timeline-section {
      position: relative;
      padding: 0 60px;
	  margin-top:1.8rem;
    }

    /* 大号年份显示 - 跟随竖线移动 */
    .current-year {
      position: absolute;
      left: 0;
      bottom: 100px;
      z-index: 5;
      pointer-events: none;
      transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      transform: translateX(-50%);
	  font-family: 'DIN-RegularAlternate-2';
    }

    .current-year p {
      font-size: 1.2rem;
      color: #0a2463;
      margin: 0;
      line-height: 1;
      letter-spacing: -4px;
      font-family: 'DIN-RegularAlternate-2';
      white-space: nowrap;
    }

    /* 时间轴导航 */
    .timeline-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      gap: 0.14rem;
    }

    .nav-button {
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      transition: all 0.3s ease;
      z-index: 10;
      flex-shrink: 0;
      width: 0.58rem;
      height: 0.3rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .nav-button img {
      width: auto;
      height: 100%;
      stroke: #333;
      stroke-width: 2;
      transition: all 0.3s ease;
    }

    .nav-button:hover:not(:disabled) svg {
      stroke: #0a2463;
      transform: scale(1.1);
    }

    .nav-button:disabled {
      cursor: not-allowed;
      opacity: 0.3;
    }

    /* 时间轴内容 */
    .timeline-content {
      flex: 1;
      position: relative;
      bottom: 0.18rem;
    }

    /* 年份标签在上方 */
    .year-labels {
      display: flex;
      justify-content: space-between;
      margin-bottom: 12px;
      position: relative;
    }
	.year-labels>div {
		width:0.3rem;
	}
    .year-label {
      font-size: 18px;
      color: rgba(29, 29, 29, 1);
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      position: relative;
	  font-family: 'DIN-bold-2'
    }

    .year-label.active {
      /* display: none; */
      color: transparent;
    }

    /* 时间轴轨道 */
    .timeline-track {
      position: relative;
      height: 2px;
      background: #c0c0c0;
      margin: 0;
    }

    /* 时间轴标记点 */
    .timeline-marks {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transform: translateY(-50%);
    }

    .timeline-mark {
      width: 0.12rem;
      height: 0.12rem;
      background: #c0c0c0;
      border-radius: 50%;
      transition: all 0.3s ease;
      position: relative;
      z-index: 2;
      border: 2px solid #f5f5f5;
    }
	.timeline-mark-justify {
      width: 0.16rem;
      height: 0.16rem;
      border-radius: 50%;
      transition: all 0.3s ease;
      position: relative;
      z-index: 2;
      border: 0.02rem solid rgba(5, 40, 92, 1);
    }
	.timeline-mark-justify:first-child {
		position:relative;
		left: -0.16rem;
	}
	.timeline-mark-justify:last-child {
		position:relative;
		right: -0.16rem;
	}

    .timeline-mark.active {
      background: #fff;
      width: 0.18rem;
      height: 0.18rem;
      border: 3px solid #0a2463;
      box-shadow: 0 0 0 0.1rem #0a2463;
    }

    /* 竖线指示器 - 从轨道向上延伸 */
    .timeline-vertical-line {
      position: absolute;
      bottom: 0.2rem;
      left: 0;
      height: 90px;
      width: 2px;
      background: rgba(4, 80, 162, 1);
      transition: left 0.6s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .content-area {
      animation: fadeIn 0.6s ease-out;
    }

    @media (max-width: 1200px) {
      .timeline-container {
        padding: 40px;
      }

      .content-area {
        flex-direction: column;
        margin-bottom: 80px;
      }

      .image-section {
        flex: 0 0 auto;
        max-width: 100%;
      }

      .current-year h1 {
        font-size: 120px;
      }

      .timeline-section {
        padding: 0 20px;
      }

      .timeline-vertical-line {
        height: 70px;
      }

      .current-year {
        bottom: 80px;
      }
    }

    @media (max-width: 768px) {
      .timeline-container {
        padding: 30px 20px 60px;
      }

      .content-area {
        margin-bottom: 60px;
      }

      .current-year h1 {
        font-size: 80px;
      }

      .current-year {
        bottom: 70px;
      }

      .year-label {
        font-size: 14px;
      }

      .year-label.active {
        font-size: 16px;
      }

      .nav-button {
        width: 40px;
        height: 40px;
      }

      .nav-button svg {
        width: 30px;
        height: 30px;
      }

      .timeline-section {
        padding: 0 10px;
      }

      .timeline-vertical-line {
        height: 60px;
      }
    }
/* .zyfzBox */
.zyfzBox{padding: 0;  position: relative;}
.zyfzBox .zyfzBoxCont {position: absolute; z-index: 1; top: 50%;margin-top:-2.2rem; width: 100%;}
.zyfzBox img {width:100%; height: 6rem; object-fit: cover;}
.zyfzBox .text{width: 6rem;float: right; margin-right: 1.2rem;}
.zyfzBox .text h5{font-size: 0.4rem;color: #FFFFFF; margin-bottom: 0.48rem;}
/* .zyfzBox .text span{display: block;width: 0.6rem;height: 3px;background: #ee9640;} */
.zyfzBox .text p.en_title {font-size: 0.28rem;}
.zyfzBox .text p{font-size: 0.18rem;line-height:0.24rem;color: #FFFFFF;margin-top: 0.25rem;}
.zyfzBox .text a{display: inline-block;padding: 0.16rem 0.24rem;border-radius: 0.28rem; background: #fff; font-size: 0.18rem;color: #05285C;margin-top: 0.36rem;}

.jcdtList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.32rem;
    /*height: 1.88rem;*/
    /*overflow: hidden;*/
    list-style: none;
    margin: 0 0.64rem;;
}
.jcdtList  li{
    font-size: 0.18rem;
    background: #F5F8FA;
    padding: 0.4rem 0.24rem;
    border-bottom: 0.04rem solid #0450A2;
    border-radius: 0.14rem 0.14rem 0 0;
	box-shadow: 0px 5.33px 26.67px 0px rgba(0, 0, 0, 0.2);
}
.jcdtList  li p {
	margin-bottom: 0.32rem;
	/*height:0.76rem;*/
}
.jcdtList  li p:hover {
	color: #05285C;
}
.jcdtList  li label, .jcdtList  li label font{
    color: rgba(90, 96, 102, 1)!important;
    font-size: 0.16rem;
}
/* 媒体查询 */
@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}