

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
           font-family: 
    -apple-system, 
    BlinkMacSystemFont, 
    "Segoe UI", 
    Roboto, 
    "Helvetica Neue", 
    Arial, 
    "Hiragino Sans GB", 
    "PingFang SC", 
    "Microsoft YaHei", 
    "HarmonyOS Sans", 
    "Noto Sans SC", 
    sans-serif;
        }

        .jy-edu-body {
            background-color: #ffffff;
            color: #333;
            line-height: 1.6;
        }

        .jy-edu-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        /* 顶部导航 */
        .jy-edu-header {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
        }


.jy-sqzn-image-card a {
    text-decoration: none;
}


@media screen and (max-width: 900px) {
  .jy-edu-logo {
    height: 42px!important;
  }
}




.jy-edu-language a {
    text-decoration: none;
    color: #333333;
}





        .jy-edu-header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 25px 0;
            position: relative;
        }

        .jy-edu-logo {
            height: 68px;
        }

        .jy-edu-logo img {
            height: 100%;
        }

        .jy-edu-header-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .jy-edu-contact-menu {
            font-size: 16px;
            color: #333333;
            cursor: pointer;
        }

        .jy-edu-divider {
            width: 1px;
            height: 20px;
            background-color: #ddd;
        }

        .jy-edu-language {
            font-weight: 600;
            color: #1a3a6c;
            cursor: pointer;
        }

        .jy-edu-search-icon, .jy-edu-menu-icon {
            font-size: 18px;
            color: #333333;
            cursor: pointer;
            padding: 5px;
            transition: color 0.3s ease;
        }

        .jy-edu-search-icon:hover, .jy-edu-menu-icon:hover {
            color: #1a3a6c;
        }

        /* 搜索框 */
        .jy-edu-search-container {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            padding: 20px 0;
            display: none;
            z-index: 1001;
        }

        .jy-edu-search-container.active {
            display: block;
        }

        .jy-edu-search-box {
            display: flex;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

        .jy-edu-search-input {
            flex: 1;
            padding: 12px 20px;
            border: 2px solid #ddd;
            border-radius: 4px 0 0 4px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s ease;     width: 680px;
        }

        .jy-edu-search-input:focus {
            border-color: #018d46;
        }

   .jy-edu-search-button {
    background: #018d46;
    color: white;
    border: none;
    padding: 14px 25px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    margin-left: -4px;
}

        .jy-edu-search-button:hover {
            background: #15305a;
        }

        .jy-edu-search-close {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 20px;
            color: #777;
            cursor: pointer;
            transition: color 0.3s ease;
        }

        .jy-edu-search-close:hover {
            color: #e63946;
        }

        /* 侧边菜单弹窗 */
        .jy-edu-menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 2000;
        }

        .jy-edu-menu-content {
            background-color: #fff;
            width: 90%;
            max-width: 1000px;
            border-radius: 10px;
            padding: 30px;
            position: relative;
        }

        .jy-edu-close-btn {
            position: absolute;
            top: 10px;
            right: 24px;
            font-size: 34px;
            color: #333333;
            cursor: pointer;
        }

        .jy-edu-menu-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 20px;
        }

        .jy-edu-menu-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 25px 10px 30px 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            color: inherit;
        }

        .jy-edu-menu-item:hover {
            background-color: #f0f5ff;
            transform: translateY(-5px);
        }

        .jy-edu-menu-item i {
            font-size: 36px;
            color: #008341;
            margin-bottom: 10px;
        }

        .jy-edu-menu-item span {
            font-size: 18px;
            font-weight: 500;
        }


 .jy-edu-menu-item p {
            font-size: 14px;
            font-weight: 400;
        }


        /* 幻灯片区域 */
        .jy-edu-slider {
            height: 600px;
            position: relative;
            overflow: hidden;
          
        }

        .jy-edu-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1s ease;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            padding: 0 20px;
        }

        .jy-edu-slide.jy-edu-active {
            opacity: 1;
        }

     
        .jy-edu-slide h1 {
            font-size: 68px;
            font-family: '楷体';
            text-shadow: 3px 3px 6px rgb(0 0 0);
            font-weight: 700;    letter-spacing: 12px;
        }

        .jy-edu-slide p {
            font-size: 22px;
            max-width: 700px;
             text-shadow: 3px 3px 6px rgb(0 0 0);
            font-weight: 400;
        }

        .jy-edu-slider-controls {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .jy-edu-slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .jy-edu-slider-dot.jy-edu-active {
            background-color: #fff;
            transform: scale(1.2);
        }

        .jy-edu-slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 24px;
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .jy-edu-slider-arrow:hover {
            background-color: rgba(255, 255, 255, 0.4);
        }

        .jy-edu-slider-arrow-left {
            left: 30px;
        }

        .jy-edu-slider-arrow-right {
            right: 30px;
        }

        /* 图标区域 */
        .jy-edu-icons-section {
            padding: 100px 0;
            background-color: #fff;
        }

        .jy-edu-section-title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 32px;
            color: #1a3a6c;
            font-weight: 700;
        }

        .jy-edu-icons-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .jy-edu-icon-item {
            text-align: center;
            padding: 20px;
            border-radius: 8px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: block;
        }

        .jy-edu-icon-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .jy-edu-icon-item i {
               font-size: 56px;
    color: #008341;
    margin-bottom: 15px;
        }

        .jy-edu-icon-item h3 {
            font-size: 18px;
            margin-bottom: 4px;
            color: #333;
            font-weight: 500;
        }

        .jy-edu-icon-item p {
            font-size: 16px;
            color: #333333;
            font-weight: 400;
        }

        /* 全屏图片区域 */
        .jy-edu-full-image {
            height: 400px;
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgb(0 0 0 / 0%)), url(/pub/gjzs/uploadfile/202510/12947b8deb0c.jpg) center / cover;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            padding: 0 20px;    background-attachment: fixed;
        }

        .jy-edu-full-image h2 {
            font-size: 36px;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .jy-edu-full-image p {
            font-size: 18px;
            max-width: 700px;
            margin-bottom: 30px;
            font-weight: 400;
        }

        .jy-edu-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: #018d46;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 24px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            margin: 0 10px;
        }

        .jy-edu-btn:hover {
            background-color: #c1121f;
            transform: translateY(-3px);
        }

        .jy-edu-btn-secondary {
            background-color: transparent;
            border: 2px solid #fff;
        }

        .jy-edu-btn-secondary:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

        .jy-edu-btn-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        /* 视频轮播区域 */
        .jy-edu-video-section {
              padding: 80px 0;
    background: #faf9f3;
    color: #fff;
        }

        .jy-edu-video-slider {
            position: relative;
            overflow: hidden;
        }

        .jy-edu-video-slide {
            display: none;
            align-items: center;
            gap: 50px;
        }

        .jy-edu-video-slide.jy-edu-active {
            display: flex;
        }

        .jy-edu-video-content {
            flex: 1;
        }

        .jy-edu-video-content h2 {
            font-size: 36px;
            margin-bottom: 20px;
            font-weight: 700; color: #333333;
        }

        .jy-edu-video-content p {
            font-size: 18px;
            margin-bottom: 30px;
            font-weight: 400; color: #333333;
        }

        .jy-edu-video-player {
            flex: 1;
            position: relative;
            height: 300px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            overflow: hidden;
        }

        .jy-edu-video-player video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            display: none;
        }

        .jy-edu-video-player img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .jy-edu-play-btn {
            position: absolute;
            width: 80px;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.3s ease;
            z-index: 10;
        }

        .jy-edu-play-btn i {
            font-size: 30px;
            color: #e63946;
            margin-left: 5px;
        }

        .jy-edu-play-btn:hover {
            transform: scale(1.1);
            background-color: #fff;
        }

        .jy-edu-video-controls {
            display: flex;
            justify-content: center;
            gap: 15px;
            margin-top: 30px;
        }

        .jy-edu-video-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgb(159 159 159);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .jy-edu-video-dot.jy-edu-active {
            background-color: #008f46;
            transform: scale(1.2);
        }

        /* 底部区域 */
        .jy-edu-footer {
            background-color: #21851d;
            color: #fff;
            padding: 50px 0 20px;
        }

        .jy-edu-footer-container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .jy-edu-footer-info {
            flex: 1;
            min-width: 400px;
        }

        .jy-edu-footer-links {
            flex: 1;
            min-width: 200px;    margin-left: 100px;
        }

        .jy-edu-footer-contact {
            flex: 1;
            min-width: 200px;min-width: 200px;
    margin-left: 120px;
        }

        .jy-edu-footer-title {
            font-size: 20px;
            margin-bottom: 20px;
            font-weight: 500;
            color: #fff;
        }

        .jy-edu-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .jy-edu-contact-icon {
            width: 20px;
            margin-right: 8px;
            color: #ffffff;
              font-size: 18px;
        }

        .jy-edu-contact-text {
            flex: 1;
            font-size: 16px;
            line-height: 1.9;
        }

        .jy-edu-footer-links-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .jy-edu-footer-link {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s ease;
            font-weight: 400;
        }

        .jy-edu-footer-link:hover {
            color: #e63946;
        }

        .jy-edu-qr-code {
            text-align: left;
            margin-top: 15px;
        }

        .jy-edu-qr-code img {
            width: 120px;
            height: 120px;
            border-radius: 8px;
            background-color: #fff;
            padding: 3px;
        }

        .jy-edu-qr-text {
            font-size: 12px;
            margin-top: 8px;
            color: rgba(255, 255, 255, 0.8);
        }

        .jy-edu-copyright {
            text-align: center;
            padding-top: 20px;
            font-size: 14px;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.7);
        }

        /* 响应式设计 */
        @media (max-width: 992px) {
            .jy-edu-icons-grid, .jy-edu-menu-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .jy-edu-video-slide {
                flex-direction: column;
            }
            
            .jy-edu-slider h1 {
                font-size: 36px;
            }
            
            .jy-edu-slider p {
                font-size: 18px;
            }
            
            .jy-edu-slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            
            .jy-edu-slider-arrow-left {
                left: 15px;
            }
            
            .jy-edu-slider-arrow-right {
                right: 15px;
            }
        }

        @media (max-width: 768px) {
            .jy-edu-header-right {
                gap: 8px;
            }
            
            .jy-edu-contact-menu {
                display: none;
            }
            
            .jy-edu-slider {
                height: 500px;        display: none;
            }
			
			.jy-edu-icons-section {
    padding: 30px 0;
    background-color: #fff;
}
			
			.jy-edu-footer-links {
 
   
    margin-left: 0px;
}
			
			.jy-edu-footer-contact {
   
    margin-left: 0px;
}
			
			
			
			
			
			
			
			
			.jy-xqxw-content-section {
   
    width: 100%!important;
}
			
			
			
			
			
			
			.jy-edu-logo img {
    height: 100%;
    width: 260px!important;
}
			
			
			
.jy-sqzn-content-section {
    width: 100%!important;
}

			
			
			
            
            .jy-edu-full-image {
                height: 300px;
            }
            
            .jy-edu-full-image h2 {
                font-size: 28px;
            }
            
            .jy-edu-full-image p {
                font-size: 16px;
            }
            
            .jy-edu-section-title {
                font-size: 28px;
            }
            
            .jy-edu-footer-container {
                flex-direction: column;
                gap: 30px;
            }
        }

        @media (max-width: 576px) {
         
            
            .jy-edu-slider h1 {
                font-size: 28px;
            }
            
            .jy-edu-slider p {
                font-size: 16px;
            }
            
            .jy-edu-btn-container {
                flex-direction: column;
                align-items: center;
            }
            
            .jy-edu-btn {
                width: 100%;
                max-width: 250px;
                margin: 5px 0;
            }
			}



   
        .jy-sqzn-hero-section {
            height: 350px;
            background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(169 169 169 / 34%)), url(/pub/gjzs/uploadfile/202510/07a80cc6c421aa6.png);
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            position: relative;
        }
        
        .jy-sqzn-container {
            max-width: 1200px;
            width: 100%;
            padding: 0 20px;
        }
        
        .jy-sqzn-nav-bar {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
        }
        
        .jy-sqzn-nav-content {
            display: flex;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .jy-sqzn-home-icon {
            font-size: 18px;
            margin-right: 8px;
            color: white;
        }
        
        .jy-sqzn-nav-links {
            display: flex;
            align-items: center;
        }
        
        .jy-sqzn-nav-links a {
            color: white;
            text-decoration: none;
            margin-right: 3px;
            font-size: 16px;
            transition: opacity 0.3s;
            display: flex;
            align-items: center;
        }
        
        .jy-sqzn-nav-links a:hover {
            opacity: 0.8;
        }
        
        .jy-sqzn-page-title {
            font-size: 38px;
            font-weight: 500;
            margin-bottom: 0px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .jy-sqzn-page-subtitle {
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto;    margin-bottom: 60px;
        }
        
        .jy-sqzn-content-section {
                  padding: 33px 16px 60px 16px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 1200px;
    margin-top: -120px;
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 120px;
        }
        
        .jy-sqzn-section-title {
            text-align: center;
            font-size: 32px;
            margin-bottom: 40px;
            color: #2c3e50;
        }
        
        .jy-sqzn-image-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        
        .jy-sqzn-image-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            text-align: center;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .jy-sqzn-image-card:hover {
            transform: translateY(-5px);
           
        }
        
    
        
        .jy-sqzn-card-content {
            padding: 20px;
        }
        
        .jy-sqzn-card-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .jy-sqzn-card-description {
            color: #7f8c8d;
            font-size: 14px;
            line-height: 1.5;
        }
        
        @media (max-width: 992px) {
            .jy-sqzn-image-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
         
            .jy-sqzn-page-title {
                font-size: 36px;
            }
            
            .jy-sqzn-section-title {
                font-size: 28px;
            }
        }


        
        .jy-xqxw-container {
            max-width: 1200px;
            width: 100%;
          
        }
        
        .jy-xqxw-nav-bar {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
        }
        
        .jy-xqxw-nav-content {
            display: flex;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .jy-xqxw-home-icon {
            font-size: 18px;
            margin-right: 8px;
            color: white;
        }
        
        .jy-xqxw-nav-links {
            display: flex;
            align-items: center;
        }
        
        .jy-xqxw-nav-links a {
            color: white;
            text-decoration: none;
            margin-right: 15px;
            font-size: 16px;
            transition: opacity 0.3s;
            display: flex;
            align-items: center;
        }


.jy-xqxw-meta-item i {
    color: #7f8c8d;
}



        
        .jy-xqxw-nav-links a:hover {
            opacity: 0.8;
        }
        
        .jy-xqxw-page-title {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .jy-xqxw-page-subtitle {
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto;
        }
        
    .jy-xqxw-content-section {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 1200px;
    margin-top: -120px;
}
        
        .jy-xqxw-article-container {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 40px;
            margin-bottom: 40px;
        }
        
        .jy-xqxw-article-title {
            font-size: 26px;
            font-weight: 500;
            margin-bottom: 20px;
            color: #2c3e50;
            line-height: 1.3;
        }
        
        .jy-xqxw-article-meta {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
            flex-wrap: wrap;
        }
        
        .jy-xqxw-meta-item {
            display: flex;
            align-items: center;
            margin-right: 25px;
            color: #7f8c8d;
            font-size: 14px;
        }
        
        .jy-xqxw-meta-icon {
            margin-right: 8px;
            color: #3498db;
            font-size: 16px;
        }
        
        .jy-xqxw-article-content {
            font-size: 16px;
            line-height: 1.8;
            color: #444;
        }
        
        .jy-xqxw-article-content p {
            margin-bottom: 20px;
        }
        
        .jy-xqxw-article-content h3 {
            font-size: 20px;
            margin: 30px 0 15px;
            color: #2c3e50;
        }
        
        .jy-xqxw-article-content blockquote {
            border-left: 4px solid #3498db;
            padding-left: 20px;
            margin: 20px 0;
            font-style: italic;
            color: #7f8c8d;
        }
        
        .jy-xqxw-article-image {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
            border-radius: 6px;
            margin: 25px 0;
        }
        
        .jy-xqxw-navigation {
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        
        .jy-xqxw-nav-btn {
            display: flex;
            align-items: center;
            padding: 12px 20px;
            background: #f8f9fa;
            border-radius: 6px;
            text-decoration: none;
            color: #2c3e50;
            transition: all 0.3s;
            max-width: 45%;
        }
        
        .jy-xqxw-nav-btn:hover {
            background: #008844;
            color: white;
            transform: translateY(-2px);
        }
        
        .jy-xqxw-nav-btn i {
            font-size: 18px;
        }
        
        .jy-xqxw-prev-btn i {
            margin-right: 10px;
        }
        
        .jy-xqxw-next-btn i {
            margin-left: 10px;
        }
        
        .jy-xqxw-nav-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        @media (max-width: 768px) {
            .jy-xqxw-article-container {
                padding: 25px;
            }
            
            .jy-xqxw-article-title {
                font-size: 26px;
            }
            
            .jy-xqxw-article-meta {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .jy-xqxw-meta-item {
                margin-bottom: 10px;
            }
            
            .jy-xqxw-navigation {
                flex-direction: column;
            }
            
            .jy-xqxw-nav-btn {
                max-width: 100%;
                margin-bottom: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .jy-xqxw-page-title {
                font-size: 36px;
            }
            
            .jy-xqxw-article-title {
                font-size: 22px;
            }
            
            .jy-xqxw-article-container {
                padding: 20px;
            }
        }




        
        .jy-list2-container {
            max-width: 1200px;
            width: 100%;
           
        }
        
        .jy-list2-nav-bar {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
        }
        
        .jy-list2-nav-content {
            display: flex;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .jy-list2-home-icon {
            font-size: 18px;
            margin-right: 8px;
            color: white;
        }
        
        .jy-list2-nav-links {
            display: flex;
            align-items: center;
        }
        
        .jy-list2-nav-links a {
            color: white;
            text-decoration: none;
            margin-right: 15px;
            font-size: 16px;
            transition: opacity 0.3s;
            display: flex;
            align-items: center;
        }
        
        .jy-list2-nav-links a:hover {
            opacity: 0.8;
        }
        
        .jy-list2-page-title {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .jy-list2-page-subtitle {
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto;
        }
        
       .jy-list2-content-section {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
    margin-top: -120px;
}
        
        .jy-list2-list-container {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 40px;
            margin-bottom: 40px;
        }
        
        .jy-list2-section-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 30px;
            color: #2c3e50;
            padding-bottom: 15px;
            border-bottom: 2px solid #3498db;
        }
        
        .jy-list2-news-list {
            list-style: none;
        }
        
        .jy-list2-news-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 10px 20px 14px;
            border-bottom: 1px solid #eee;
            transition: background-color 0.3s;
        }
        
        .jy-list2-news-item:hover {
            background-color: #f8f9fa;
        }
        
        .jy-list2-news-item:last-child {
            border-bottom: none;
        }
        
        .jy-list2-news-title {
            flex: 1;
            margin-right: 20px;
            display: flex;
            align-items: flex-start;
        }
        
        .jy-list2-title-icon {
            color: #3498db;
            margin-right: 12px;
            font-size: 14px;
            margin-top: 6px;
            flex-shrink: 0;
        }
        
        .jy-list2-news-title a {
            color: #2c3e50;
            text-decoration: none;
            font-size: 18px;
            font-weight: 500;
            transition: color 0.3s;
            display: block;
            line-height: 1.4;
        }
        
        .jy-list2-news-title a:hover {
            color: #c9a039;
        }
        

.jy-list2-news-time i{
    color: #7f8c8d;
}



        .jy-list2-news-time {
            color: #7f8c8d;
            font-size: 14px;
            white-space: nowrap;
            display: flex;
            align-items: center;
        }
        
        .jy-list2-time-icon {
            margin-right: 6px;
            color: #3498db;
        }
        
        .jy-list2-pagination {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }
        
        .jy-list2-page-numbers {
            display: flex;
            list-style: none;
        }
        
        .jy-list2-page-item {
            margin: 0 5px;
        }
        
        .jy-list2-page-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 6px;
            background: #f8f9fa;
            color: #2c3e50;
            text-decoration: none;
            transition: all 0.3s;
            font-weight: 500;
        }
        
        .jy-list2-page-link:hover {
            background: #3498db;
            color: white;
        }
        
        .jy-list2-page-link.active {
            background: #3498db;
            color: white;
        }
        
        @media (max-width: 768px) {
            .jy-list2-list-container {
                padding: 25px;
            }
            
            .jy-list2-news-item {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .jy-list2-news-title {
                margin-right: 0;
                margin-bottom: 10px;
            }
            
            .jy-list2-news-title a {
                font-size: 16px;
            }
            
            .jy-list2-section-title {
                font-size: 24px;
            }
            
            .jy-list2-title-icon {
                margin-top: 4px;
            }
        }
        
        @media (max-width: 576px) {
            .jy-list2-page-title {
                font-size: 36px;
            }
            
            .jy-list2-list-container {
                padding: 20px;
            }
            
            .jy-list2-section-title {
                font-size: 22px;
            }
        }



.pagination .active a {
  
    color: #ffffff!important;
}




.pagination {
    padding-left: 0;
    list-style: none;
}
	
	.pagination li a {
    height: 42px;
   
    text-align: center;
    line-height: 43px;
 
    display: inline-block;
    color: #475467;
    background-color: transparent;
    border: 1px solid #EAECF0;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;    padding: 0 16px;
}
	
	 .pagination li {
    display: inline-block;
    margin-right: 6px;
}
	
	
	.pagination .active {
    background-color: #019a4c;
    color: #ffffff;
}
	
	.pagination li:hover {
    background-color: #019a4c;
  
}
		.pagination li:hover a {
  
    color: #ffffff;
}


 .jy-tab-2-hero-section {
            height: 350px;
            background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            position: relative;
        }
        
        .jy-tab-2-container {
            max-width: 1200px;
            width: 100%;
            padding: 0 20px;
        }
        
        .jy-tab-2-nav-bar {
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
        }
        
        .jy-tab-2-nav-content {
            display: flex;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .jy-tab-2-home-icon {
            font-size: 18px;
            margin-right: 8px;
            color: white;
        }
        
        .jy-tab-2-nav-links {
            display: flex;
            align-items: center;
        }
        
        .jy-tab-2-nav-links a {
            color: white;
            text-decoration: none;
            margin-right: 15px;
            font-size: 16px;
            transition: opacity 0.3s;
            display: flex;
            align-items: center;
        }
        
        .jy-tab-2-nav-links a:hover {
            opacity: 0.8;
        }
        
        .jy-tab-2-page-title {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
        
        .jy-tab-2-page-subtitle {
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .jy-tab-2-content-section {
          
           
            position: relative;
            z-index: 10;
        }
        
        .jy-tab-2-list-container {
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            padding: 40px;
            margin-bottom: 40px;
        }
        
        .jy-tab-2-section-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 30px;
            color: #2c3e50;
            padding-bottom: 15px;
            border-bottom: 2px solid #3498db;
        }
        
        .jy-tab-2-news-list {
            list-style: none;
        }
        
        .jy-tab-2-news-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px dashed #eeeeee;
            transition: background-color 0.3s;
        }
        
        .jy-tab-2-news-item:hover {
            background-color: #f8f9fa;
        }
        
        .jy-tab-2-news-item:last-child {
            border-bottom: none;
        }
        
        .jy-tab-2-news-title {
            flex: 1;
            margin-right: 20px;
            display: flex;
            align-items: flex-start;
        }
        
        .jy-tab-2-title-icon {
            color: #3498db;
            margin-right: 12px;
            font-size: 14px;
            margin-top: 6px;
            flex-shrink: 0;
        }
        
        .jy-tab-2-news-title a {
            color: #2c3e50;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: color 0.3s;
            display: block;
            line-height: 1.4;
        }
        
        .jy-tab-2-news-title a:hover {
            color: #3498db;
        }
        
        .jy-tab-2-news-time {
            color: #7f8c8d;
            font-size: 14px;
            white-space: nowrap;
            display: flex;
            align-items: center;
        }
        
        .jy-tab-2-time-icon {
            margin-right: 6px;
            color: #3498db;
        }
        
        .jy-tab-2-pagination {
            display: flex;
            justify-content: center;
            margin-top: 40px;
        }
        
        .jy-tab-2-page-numbers {
            display: flex;
            list-style: none;
        }
        
        .jy-tab-2-page-item {
            margin: 0 5px;
        }
        
        .jy-tab-2-page-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 6px;
            background: #f8f9fa;
            color: #2c3e50;
            text-decoration: none;
            transition: all 0.3s;
            font-weight: 500;
        }
        
        .jy-tab-2-page-link:hover {
            background: #3498db;
            color: white;
        }
        
        .jy-tab-2-page-link.active {
            background: #3498db;
            color: white;
        }
        
        /* 分类筛选和搜索区域 */
        .jy-tab-2-category-filter {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            flex-wrap: wrap;
        }
        
        .jy-tab-2-category-buttons {
            display: flex;
            flex-wrap: wrap;
        }
        
        .jy-tab-2-category-btn {
            padding: 8px 16px;
            background: #f8f9fa;
            border: none;
            border-radius: 20px;
            margin-right: 10px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: all 0.3s;
            color: #2c3e50;
            font-size: 14px;
            text-decoration: none;
            display: inline-block;
        }
        
        .jy-tab-2-category-btn:hover {
            background: #e9ecef;
            text-decoration: none;
            color: #2c3e50;
        }
        
        .jy-tab-2-category-btn.active {
            background: #009248;
            color: white;
        }
        
        .jy-tab-2-search-box {
            display: flex;
            align-items: center;
            background: #f8f9fa;
            border-radius: 20px;
            padding: 5px 15px;
            min-width: 250px;
        }
        
        .jy-tab-2-search-input {
            border: none;
            background: transparent;
            padding: 8px 0;
            width: 100%;
            outline: none;
            font-size: 14px;
        }
        
        .jy-tab-2-search-btn {
            background: transparent;
            border: none;
            color: #7f8c8d;
            cursor: pointer;
            padding: 5px;
            transition: color 0.3s;
        }
        
        .jy-tab-2-search-btn:hover {
            color: #3498db;
        }
        
        @media (max-width: 768px) {
            .jy-tab-2-list-container {
                padding: 25px;
            }
            
            .jy-tab-2-news-item {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .jy-tab-2-news-title {
                margin-right: 0;
                margin-bottom: 10px;
            }
            
            .jy-tab-2-news-title a {
                font-size: 16px;
            }
            
            .jy-tab-2-section-title {
                font-size: 24px;
            }
            
            .jy-tab-2-title-icon {
                margin-top: 4px;
            }
            
            .jy-tab-2-category-filter {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .jy-tab-2-search-box {
                margin-top: 15px;
                width: 100%;
            }
        }
        
        @media (max-width: 576px) {
            .jy-tab-2-page-title {
                font-size: 36px;
            }
            
            .jy-tab-2-list-container {
                padding: 20px;
            }
            
            .jy-tab-2-section-title {
                font-size: 22px;
            }
        }

.jy-edu-copyright a {
    color: hsl(0deg 0% 100% / 70%);
}



 /* 弹窗样式 */
        .jy-tcxz-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.6);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }
        
        .jy-tcxz-modal-content {
            background: white;
            border-radius: 12px;
            width: 90%;
            max-width: 500px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            animation: jy-tcxz-modalFadeIn 0.3s ease;
        }
        
        @keyframes jy-tcxz-modalFadeIn {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .jy-tcxz-modal-header {
            margin-bottom: 25px;
        }
        
        .jy-tcxz-modal-header h2 {
            color: #2c3e50;
            font-size: 1.8rem;
        }
        
        .jy-tcxz-system-options {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 25px;
        }
        
        .jy-tcxz-system-option {
            display: flex;
            align-items: center;
            padding: 15px 20px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            transition: all 0.3s ease;
            text-decoration: none;
            color: #333;
        }
        
        .jy-tcxz-system-option:hover {
            border-color: #008341;
            background-color: #f8fafc;
            transform: translateY(-2px);
        }
        
        .jy-tcxz-system-icon {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            color: white;
            font-size: 24px;
        }
        
        .jy-tcxz-system-icon.csc {
            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
        }
        
        .jy-tcxz-system-icon.nwsuaf {
            background: linear-gradient(135deg, #27ae60 0%, #219653 100%);
        }
        
        .jy-tcxz-system-info {
            text-align: left;
            flex: 1;
        }
        
        .jy-tcxz-system-name {
            font-weight: bold;
            font-size: 1.1rem;
            margin-bottom: 5px;
            color: #2c3e50;
        }
        
        .jy-tcxz-system-desc {
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        .jy-tcxz-modal-footer {
            display: flex;
            justify-content: flex-end;
        }
        
        .jy-tcxz-close-btn {
            background: #e74c3c;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .jy-tcxz-close-btn:hover {
            background: #c0392b;
        }
        
        @media (max-width: 600px) {
            .jy-tcxz-header h1 {
                font-size: 2rem;
            }
            
            .jy-tcxz-modal-content {
                padding: 20px;
            }
            
            .jy-tcxz-system-option {
                padding: 12px 15px;
            }
            
            .jy-tcxz-system-icon {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }
        }



     
        /* 主要内容样式 */
        .jy-lx-main-content {
            padding: 20px 0 60px;
        }
        
        .jy-lx-section-title {
            text-align: center;
            margin-bottom: 40px;
            color: #003366;
            position: relative;
        }
        
        .jy-lx-section-title:after {
            content: '';
            display: block;
            width: 80px;
            height: 3px;
            background: #ffcc00;
            margin: 10px auto;
        }
        
        .jy-lx-contact-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
        }


      .jy-lx-contact-cards-1 {
           
            margin-bottom: 60px;    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
        }





        
        .jy-lx-contact-card {
            background:#f9f9f9;
            border-radius: 8px;
            padding: 30px;
         
            transition: transform 0.3s, box-shadow 0.3s;
            text-align: center;
        }
        
        .jy-lx-contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .jy-lx-contact-card i {
            font-size: 2.5rem;
            color: #018b48;
            margin-bottom: 20px;
        }
        
        .jy-lx-contact-card h3 {
            margin-bottom: 15px;
            color: #565656;
        }
        
        .jy-lx-contact-card p {
            margin-bottom: 10px;
        }
        
        .jy-lx-phone-number {
            font-size: 1.2rem;
            font-weight: 600;
            color: #003366;
            margin: 10px 0;
        }
        
        .jy-lx-contact-form-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-top: 40px;
        }
        
        .jy-lx-contact-form {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .jy-lx-form-group {
            margin-bottom: 20px;
        }
        
        .jy-lx-form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        .jy-lx-form-group input,
        .jy-lx-form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 1rem;
        }
        
        .jy-lx-form-group textarea {
            height: 150px;
            resize: vertical;
        }
        
        .jy-lx-submit-btn {
            background: #003366;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 4px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .jy-lx-submit-btn:hover {
            background: #002244;
        }
        
        .jy-lx-map {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
        }
        
        .jy-lx-map iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        
        /* 底部样式 */
        .jy-lx-footer {
            background: #003366;
            color: white;
            padding: 40px 0 20px;
        }
        
        .jy-lx-footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .jy-lx-footer-section h3 {
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .jy-lx-footer-section h3:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            background: #ffcc00;
        }
        
        .jy-lx-footer-section p, .jy-lx-footer-section a {
            margin-bottom: 10px;
            display: block;
            color: #ddd;
            text-decoration: none;
        }
        
        .jy-lx-footer-section a:hover {
            color: #ffcc00;
        }
        
        .jy-lx-copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255,255,255,0.1);
            font-size: 0.9rem;
            color: #aaa;
        }
        
        /* 响应式设计 */
        @media (max-width: 768px) {
            .jy-lx-header-content {
                flex-direction: column;
                text-align: center;
            }
            
            .jy-lx-nav ul {
                margin-top: 15px;
                justify-content: center;
            }
            
            .jy-lx-nav ul li {
                margin: 0 10px;
            }
            
            .jy-lx-contact-form-section {
                grid-template-columns: 1fr;
            }
            
            .jy-lx-page-title h2 {
                font-size: 2rem;
            }
            
            .jy-lx-page-title p {
                font-size: 1rem;
            }
        }


     .jy-lx-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
.jy-edu-contact-menu a {
    text-decoration: none;
    color: #000000;
}

@media (max-width: 624px) {
.jy-edu-logo {
    height: 35px!important;
    width: 260px!important;
}
}



