*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-red:#9c5dac;--primary-gold:#D4AF37;--bg-cream:#F5F5F0;--text-dark:#333333;--text-gray:#666666;--white:#FFFFFF;--nav-bg:#9c5dac}
body{font-family:'Noto Sans SC',sans-serif;background-color:var(--bg-cream);color:var(--text-dark);line-height:1.6}
h2{font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1.4}
.top-bar{background:var(--white);padding:8px 20px;border-bottom:1px solid #eee}
.top-bar-content{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.top-bar-left{color:var(--text-dark);font-size:0.9rem}
.top-bar-right{display:flex;align-items:center;gap:12px}
.top-bar-right a{color:var(--text-gray);text-decoration:none;font-size:0.9rem;transition:all 0.3s ease;padding:4px 12px;border-radius:15px;background:rgba(156,93,172,0.05)}
.top-bar-right a:hover{color:var(--white);background:var(--primary-red);transform:translateY(-1px);box-shadow:0 2px 8px rgba(212,44,48,0.2)}
.top-bar-divider{color:#ddd}
.navigation{position:sticky;top:0;left:0;right:0;background:rgba(156,93,172,0.8);z-index:1000;margin-top:auto}
.nav-container{max-width:1600px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:80px;position:relative}
.nav-menu-container{display:flex;gap:25px;align-items:center}
.logo{display:flex;align-items:center;justify-content:center;position:relative;z-index:10}
.logo-img{height:80px;display:block;background:transparent;padding:0;position:relative;top:0;transition:all 0.3s ease;border:2px solid rgba(255,255,255,0.15);border-radius:8px;box-shadow:0 0 15px rgba(0,0,0,0.3),inset 0 0 10px rgba(255,255,255,0.05)}
.logo-img:hover{transform:translateY(-3px);border-color:rgba(255,255,255,0.4);box-shadow:0 0 25px rgba(212,175,55,0.4),inset 0 0 15px rgba(212,175,55,0.1)}
.nav-menu-container a{text-decoration:none;color:var(--white);font-weight:500;font-size:1.3rem;transition:all 0.3s ease;position:relative;padding:5px 0}
.nav-menu-container a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--white);transition:width 0.3s ease}
.nav-menu-container a:hover{color:var(--primary-gold)}
.nav-menu-container a:hover::after{width:100%;background:var(--primary-gold)}
.nav-dropdown{position:relative}
.nav-submenu{position:absolute;top:100%;left:0;background:var(--nav-bg);min-width:180px;display:none;flex-direction:column;padding:10px 0;margin:0;border-radius:0 0 8px 8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1001}
.nav-dropdown:hover .nav-submenu{display:flex}
.nav-submenu a{display:block;padding:12px 20px;color:var(--white);text-decoration:none;font-size:0.95rem;font-weight:400;white-space:nowrap}
.nav-submenu a:hover{background:rgba(255,255,255,0.1);color:var(--primary-gold)}
.mobile-toggle{display:none}
.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--white);position:absolute;right:20px}
.mobile-menu-full{display:none}
.banner{margin-top:0;position:relative;height:600px;overflow:hidden;background:#413E53}
.banner-slider{position:relative;width:100%;height:100%}
.banner-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity 0.8s ease-in-out}
.banner-slide.active{opacity:1}
.banner-slide img{width:100%;height:100%;object-fit:cover}
.banner-content{position:absolute;top:50%;right:50px;transform:translateY(-50%);text-align:left;color:var(--white);z-index:10;background:rgba(0,0,0,0.45);padding:28px 35px;border-radius:12px;max-width:500px}
.banner-content h1{font-size:1.75rem;font-weight:900;margin-bottom:15px;text-shadow:3px 3px 10px rgba(0,0,0,0.8)}
.banner-content p{font-size:0.85rem;margin-bottom:20px;text-shadow:2px 2px 6px rgba(0,0,0,0.8)}
.banner-btn{display:inline-block;padding:10px 28px;background:var(--primary-gold);color:var(--text-dark);text-decoration:none;font-weight:700;border-radius:5px;transition:all 0.3s ease;font-size:0.9rem}
.banner-btn:hover{background:#C49F2E;transform:translateY(-2px);box-shadow:0 5px 15px rgba(212,175,55,0.4)}
.section{padding:80px 20px;max-width:1600px;margin:0 auto}
.index-page .two-modules > .section{padding:60px 0;max-width:none}
.index-page .news-section{padding:60px 20px}
@media (min-width:769px){.index-page .news-section{position:relative}
.index-page .news-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('../img/bg.png');background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0.3;z-index:-1}
}.index-page .news-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;position:relative;padding-bottom:15px}
.index-page .news-header::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,var(--primary-red),var(--primary-gold),transparent)}
.index-page .news-title{display:flex;align-items:center;gap:15px;position:relative}
.index-page .news-title::before{content:'';width:4px;height:2rem;background:var(--primary-red);border-radius:2px}
.index-page .news-title h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin:0;position:relative}
.index-page .news-subtitle{font-size:0.85rem;color:var(--primary-red);letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-top:5px}
.index-page .news-container{display:flex;flex-direction:column;gap:30px}
.index-page .news-main{position:relative}
.index-page .news-main-img{position:relative;height:400px;overflow:hidden}
.index-page .news-main-link{position:absolute;top:0;left:0;width:100%;height:100%;text-decoration:none;opacity:0;transition:opacity 0.4s ease;display:block}
.index-page .news-main-link[data-news-link="1"]{opacity:1}
.index-page .news-container:has(.news-item[data-news="1"]:hover) .news-main-link[data-news-link="1"],.index-page .news-container:has(.news-item[data-news="2"]:hover) .news-main-link[data-news-link="2"],.index-page .news-container:has(.news-item[data-news="3"]:hover) .news-main-link[data-news-link="3"],.index-page .news-container:has(.news-item[data-news="4"]:hover) .news-main-link[data-news-link="4"],.index-page .news-container:has(.news-item[data-news="5"]:hover) .news-main-link[data-news-link="5"],.index-page .news-container:has(.news-item[data-news="6"]:hover) .news-main-link[data-news-link="6"],.index-page .news-container:has(.news-item[data-news="7"]:hover) .news-main-link[data-news-link="7"]{opacity:1}
.index-page .news-container:has(.news-item[data-news="1"]:hover) .news-main-link:not([data-news-link="1"]),.index-page .news-container:has(.news-item[data-news="2"]:hover) .news-main-link:not([data-news-link="2"]),.index-page .news-container:has(.news-item[data-news="3"]:hover) .news-main-link:not([data-news-link="3"]),.index-page .news-container:has(.news-item[data-news="4"]:hover) .news-main-link:not([data-news-link="4"]),.index-page .news-container:has(.news-item[data-news="5"]:hover) .news-main-link:not([data-news-link="5"]),.index-page .news-container:has(.news-item[data-news="6"]:hover) .news-main-link:not([data-news-link="6"]),.index-page .news-container:has(.news-item[data-news="7"]:hover) .news-main-link:not([data-news-link="7"]){opacity:0}
.index-page .news-main-link:hover img{transform:scale(1.05)}
.index-page .news-main-link img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}
.index-page .news-main-date{position:absolute;bottom:20px;left:20px;background:var(--primary-red);color:var(--white);padding:12px 15px;text-align:center;z-index:10}
.index-page .date-day{display:block;font-size:2rem;font-weight:700;line-height:1}
.index-page .date-year{font-size:0.85rem;opacity:0.9}
.index-page .news-main-title-link{text-decoration:none;display:none}
.index-page .news-main-title-link[data-news-title="1"]{display:block}
.index-page .news-container:has(.news-item[data-news="1"]:hover) .news-main-title-link:not([data-news-title="1"]),.index-page .news-container:has(.news-item[data-news="2"]:hover) .news-main-title-link:not([data-news-title="2"]),.index-page .news-container:has(.news-item[data-news="3"]:hover) .news-main-title-link:not([data-news-title="3"]),.index-page .news-container:has(.news-item[data-news="4"]:hover) .news-main-title-link:not([data-news-title="4"]),.index-page .news-container:has(.news-item[data-news="5"]:hover) .news-main-title-link:not([data-news-title="5"]),.index-page .news-container:has(.news-item[data-news="6"]:hover) .news-main-title-link:not([data-news-title="6"]),.index-page .news-container:has(.news-item[data-news="7"]:hover) .news-main-title-link:not([data-news-title="7"]){display:none}
.index-page .news-container:has(.news-item[data-news="1"]:hover) .news-main-title-link[data-news-title="1"],.index-page .news-container:has(.news-item[data-news="2"]:hover) .news-main-title-link[data-news-title="2"],.index-page .news-container:has(.news-item[data-news="3"]:hover) .news-main-title-link[data-news-title="3"],.index-page .news-container:has(.news-item[data-news="4"]:hover) .news-main-title-link[data-news-title="4"],.index-page .news-container:has(.news-item[data-news="5"]:hover) .news-main-title-link[data-news-title="5"],.index-page .news-container:has(.news-item[data-news="6"]:hover) .news-main-title-link[data-news-title="6"],.index-page .news-container:has(.news-item[data-news="7"]:hover) .news-main-title-link[data-news-title="7"]{display:block}
.index-page .news-main-title{background:var(--primary-red);color:var(--white);padding:20px 25px;font-size:1.1rem;font-weight:600;margin-top:0;transition:background 0.3s ease}
.index-page .news-main-title-link:hover .news-main-title{background:#8a4d9a}
.index-page .news-list{display:flex;flex-direction:column;gap:0}
@media (min-width:769px){.index-page .news-container{display:grid;grid-template-columns:1fr 1fr;gap:30px}
}.index-page .news-item{display:flex;align-items:center;padding:18px 20px;border-bottom:1px solid #eee;transition:background 0.3s ease;cursor:pointer}
.index-page .news-item:last-child{border-bottom:none}
.index-page .news-item:hover{background:#f8f8f8}
.index-page .news-dot{width:6px;height:6px;background:var(--primary-red);border-radius:50%;margin-right:15px;flex-shrink:0}
.index-page .news-item-title-link{flex:1;font-size:1.1rem;color:var(--text-dark);text-decoration:none;transition:color 0.3s ease}
.index-page .news-item-title-link:hover{color:var(--primary-red)}
.index-page .news-item-title{flex:1;font-size:1.1rem;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:15px}
.index-page .news-item-date{font-size:0.85rem;color:var(--text-gray);margin-right:15px;flex-shrink:0}
.index-page .news-arrow{font-size:0.9rem;color:var(--text-gray);opacity:0;transition:all 0.3s ease;flex-shrink:0}
.index-page .news-item:hover .news-arrow{opacity:1;color:var(--primary-red)}
.index-page .two-modules{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.index-page .news-card-link{display:block;text-decoration:none;color:inherit}
.index-page .notice-item-link{text-decoration:none;color:inherit}
.index-page .notice-item-link-full{display:block;text-decoration:none;color:inherit;transition:all 0.3s ease}
.index-page .notice-item-link-full:hover{color:inherit}
.index-page .notice-item-link-full .notice-item:hover{padding-left:10px}
.index-page .notice-item-link-full .notice-item:hover .notice-item-title{color:var(--primary-red)}
@media (max-width:1024px){.index-page .two-modules{gap:30px}
}@media (max-width:768px){.index-page .two-modules{grid-template-columns:1fr;gap:30px}
.index-page .industry-container{padding:20px}
}.index-page .two-col-grid{display:flex;flex-direction:column;gap:25px}
.index-page .two-modules .news-card{margin:0}
@media (min-width:993px){.index-page .two-modules > .section:first-child{padding-right:60px}
.index-page .two-modules > .section:last-child{padding-left:60px}
}@media (max-width:992px){.index-page .two-modules{grid-template-columns:1fr;gap:0;margin:40px auto}
.index-page .two-modules::before{display:none}
.index-page .two-modules > .section{padding:60px 20px}
.index-page .two-modules > .section:first-child{border-bottom:none}
.index-page .two-modules > .section:last-child{border-top:1px solid #eee}
.index-page .two-modules .section-header{flex-direction:column;align-items:flex-start;gap:20px}
}.index-page .section:not(.two-modules > .section){padding:80px 20px}
.index-page .section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;position:relative;padding-bottom:20px}
.index-page .two-modules .section-header{margin-bottom:25px;padding-bottom:0;align-items:center}
.index-page .two-modules .section-header::after{display:none}
.index-page .section:not(.two-modules .section) .section-header{margin-bottom:60px;padding-bottom:25px}
.index-page .section-header::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,var(--primary-red),var(--primary-gold),transparent)}
.index-page .section-title{text-align:center;position:relative}
.index-page .section-title h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:10px;position:relative;display:inline-block}
.index-page .section-title p{color:var(--text-gray);font-size:1rem;margin-top:10px;font-weight:400}
.index-page .news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}
.index-page .news-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;cursor:pointer}
.index-page .news-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,0.15)}
.index-page .news-card-img{height:220px;overflow:hidden}
.index-page .news-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.index-page .news-card:hover .news-card-img img{transform:scale(1.1)}
.index-page .news-card-content{padding:25px}
.index-page .news-card-date{color:var(--primary-gold);font-size:0.9rem;font-weight:500;margin-bottom:10px}
.index-page .news-card-title{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:12px;line-height:1.4}
.index-page .news-card-summary{color:var(--text-gray);font-size:0.95rem;line-height:1.7}
.index-page .two-column{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.index-page .industry-container{position:relative;display:flex;flex-direction:row-reverse;gap:30px;background:var(--white);border-radius:8px;padding:25px;box-shadow:0 2px 10px rgba(0,0,0,0.05);height:100%}
.index-page .industry-content{flex:1;position:relative;padding-bottom:50px;text-align:left}
.index-page .industry-notice-list{background:transparent;padding:0;border-radius:0;box-shadow:none;text-align:left}
.index-page .industry-notice-list .notice-item{padding:14px 0;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:10px}
.index-page .industry-notice-list .notice-item::before{content:'';width:5px;height:5px;background:var(--primary-red);border-radius:50%;flex-shrink:0}
.index-page .industry-notice-list .notice-item:last-child{border-bottom:none}
.index-page .industry-notice-list .notice-item-title{font-weight:400;color:var(--text-dark);font-size:1.1rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}
.index-page .industry-notice-list .notice-item-date{color:var(--text-gray);font-size:0.85rem;margin-left:15px;flex-shrink:0}
.index-page .industry-title{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 10px 0 25px;border-left:2px solid var(--primary-red);flex-shrink:0}
.index-page .industry-title h2{writing-mode:vertical-rl;text-orientation:mixed;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0;letter-spacing:8px}
.index-page .industry-subtitle{writing-mode:vertical-rl;text-orientation:mixed;font-size:0.75rem;color:var(--primary-red);letter-spacing:4px;text-transform:uppercase;font-weight:600;margin-top:15px}
@media (max-width:768px){.index-page .industry-container{flex-direction:column;gap:20px;padding:20px;background:var(--white);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.index-page .industry-title{order:-1;border-left:none;border-bottom:2px solid var(--primary-red);padding:0 0 15px 0;flex-direction:column;align-items:flex-start}
.index-page .industry-title h2,.index-page .industry-subtitle{writing-mode:horizontal-tb;text-orientation:mixed}
.index-page .industry-title h2{font-size:1.3rem;letter-spacing:2px}
.index-page .industry-subtitle{margin-top:8px;letter-spacing:3px}
}.index-page .tabs-section{max-width:1600px;margin:0 auto}
.index-page .tabs-container{position:relative;display:flex;gap:40px}
.index-page .tabs-container input[type="radio"]{display:none}
.index-page .tabs-labels{display:flex;flex-direction:column;gap:15px;flex-shrink:0}
.index-page .tabs-container label{display:block;padding:25px 35px;font-size:1.3rem;font-weight:700;color:var(--text-gray);cursor:pointer;transition:all 0.3s ease;border-left:5px solid transparent;background:rgba(156,93,172,0.03);white-space:nowrap;border-radius:0 10px 10px 0;margin:0}
.index-page .tabs-container label:hover{color:var(--primary-red);background:rgba(156,93,172,0.08)}
.index-page #tab1:checked ~ .tabs-labels label[for="tab1"],.index-page #tab2:checked ~ .tabs-labels label[for="tab2"]{color:var(--primary-red);border-left-color:var(--primary-red);background:rgba(156,93,172,0.12);font-weight:800}
.index-page .tab-content{display:none;flex:1;position:relative;padding-bottom:60px}
.index-page #tab1:checked ~ #tab1-content,.index-page #tab2:checked ~ #tab2-content{display:block;animation:fadeIn 0.3s ease-in-out}
@keyframes fadeIn{from{opacity:0;transform:translateX(10px)}
to{opacity:1;transform:translateX(0)}
}@media (min-width:769px){.index-page .tabs-container label{writing-mode:vertical-rl;text-orientation:mixed;padding:40px 20px;font-size:1.2rem;letter-spacing:5px}
.index-page .tabs-labels{padding-top:90px}
.index-page .tabs-labels label[for="tab1"]{margin-top:0}
.index-page .tabs-labels label[for="tab2"]{margin-top:20px}
}@media (max-width:768px){.index-page .tabs-container{flex-direction:column;gap:20px}
.index-page .tabs-labels{display:flex;flex-direction:row;justify-content:center;gap:30px;padding-top:0;border-bottom:2px solid #eee;padding-bottom:0}
.index-page .tabs-container label{display:inline-block;padding:15px 25px;border-left:none;border-bottom:3px solid transparent;margin-bottom:-2px;writing-mode:horizontal-tb;font-size:1.1rem}
.index-page #tab1:checked ~ .tabs-labels label[for="tab1"],.index-page #tab2:checked ~ .tabs-labels label[for="tab2"]{border-left:none;border-bottom-color:var(--primary-red);color:var(--primary-red)}
.index-page .tab-content{padding-top:20px}
}.index-page .notice-list{background:var(--white);padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.index-page .tabs-section .notice-list{background:transparent;border-radius:0;padding:0;box-shadow:none}
.index-page .news-card-grid{display:grid;grid-template-columns:1fr;gap:20px}
.index-page .news-card-horiz{display:flex;background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;cursor:pointer}
.index-page .news-card-horiz:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.15)}
.index-page .news-card-horiz .news-card-img{flex-shrink:0;width:120px;height:100px;overflow:hidden}
.index-page .news-card-horiz .news-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.index-page .news-card-horiz:hover .news-card-img img{transform:scale(1.1)}
.index-page .news-card-horiz .news-card-content{flex:1;padding:15px;display:flex;flex-direction:column;justify-content:center}
.index-page .news-card-horiz .news-card-date{color:var(--primary-red);font-size:0.85rem;font-weight:500;margin-bottom:8px}
.index-page .news-card-horiz .news-card-title{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.index-page .news-card-horiz .news-card-summary{color:var(--text-gray);font-size:0.85rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
@media (min-width:769px){.index-page .news-card-grid{grid-template-columns:repeat(3,1fr)}
.index-page .news-card-horiz{flex-direction:column}
.index-page .news-card-horiz .news-card-img{width:100%;height:160px}
.index-page .news-card-horiz .news-card-content{padding:20px}
}.index-page .notice-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0;transition:all 0.3s ease;cursor:pointer}
.index-page .two-modules .notice-item{padding:12px 0;border-bottom:1px solid #f5f5f5;display:flex;align-items:center;gap:10px}
.index-page .two-modules .notice-item::before{content:'';width:5px;height:5px;background:var(--primary-red);border-radius:50%;flex-shrink:0}
.index-page .two-modules .notice-item:last-child{border-bottom:none}
.index-page .two-modules .notice-item:hover{padding-left:0}
.index-page .notice-item-link-full .two-modules .notice-item:hover,.index-page .two-modules .notice-item-link-full .notice-item:hover{padding-left:0}
.index-page .two-modules .notice-tag{display:none}
.index-page .two-modules .notice-item-title{font-weight:400;color:var(--text-dark);font-size:0.95rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}
.index-page .two-modules .notice-item:hover .notice-item-title{color:var(--primary-red)}
.index-page .two-modules .notice-item-date{color:var(--text-gray);font-size:0.85rem;margin-left:15px;flex-shrink:0}
.index-page .notice-item:last-child{border-bottom:none}
.index-page .notice-item:hover{padding-left:10px}
.index-page .notice-item-title{font-weight:500;color:var(--text-dark);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.index-page .notice-item:hover .notice-item-title{color:var(--primary-red)}
.index-page .notice-item-date{color:var(--text-gray);font-size:0.9rem;margin-left:20px}
.index-page .notice-tag{display:inline-block;padding:3px 10px;background:var(--primary-red);color:var(--white);font-size:0.75rem;border-radius:3px;margin-right:10px}
.index-page .scenery-container,.index-page .video-container{background:var(--white);border-radius:8px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.index-page .scenery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.index-page .scenery-item{position:relative;height:180px;border-radius:10px;overflow:hidden;cursor:pointer}
.index-page .video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.index-page .scenery-item-link,.index-page .video-item-link{display:block;text-decoration:none;color:inherit}
.index-page .video-item{position:relative;height:180px;border-radius:10px;overflow:hidden;cursor:pointer}
.index-page .video-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.index-page .video-item:hover img{transform:scale(1.1)}
.index-page .video-item-link:hover .video-item img{transform:scale(1.1)}
.index-page .video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}
.index-page .video-item:hover .video-overlay{opacity:1}
.index-page .video-item-link:hover .video-overlay{opacity:1}
.index-page .play-icon{width:50px;height:50px;background:rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-red);font-size:1.2rem;padding-left:5px}
.index-page .video-title{position:absolute;bottom:0;left:0;right:0;padding:15px;background:linear-gradient(to top,rgba(0,0,0,0.8) 0%,transparent 100%);color:var(--white);font-weight:500;font-size:1.1rem}
.index-page .video-duration{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0.7);padding:4px 8px;border-radius:4px;color:var(--white);font-size:0.75rem;font-weight:500}
.index-page .scenery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}
.index-page .scenery-item:hover img{transform:scale(1.1)}
.index-page .scenery-item-link:hover .scenery-item img{transform:scale(1.1)}
.index-page .scenery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,0.7) 0%,transparent 50%);opacity:0;transition:opacity 0.3s ease}
.index-page .scenery-item:hover .scenery-overlay{opacity:1}
.index-page .scenery-item-link:hover .scenery-overlay{opacity:1}
.index-page .scenery-item-link:hover .scenery-title{transform:translateY(0);opacity:1}
.index-page .scenery-title{position:absolute;bottom:20px;left:20px;color:var(--white);font-weight:600;font-size:1.1rem;transform:translateY(20px);opacity:0;transition:all 0.3s ease}
.index-page .scenery-item:hover .scenery-title{transform:translateY(0);opacity:1}
.index-page .event-container{display:flex;flex-direction:column;gap:30px;position:relative;padding-bottom:60px}
.index-page .event-main-link{position:absolute;top:0;left:0;width:100%;height:100%;text-decoration:none;opacity:0;transition:opacity 0.4s ease;display:block}
.index-page .event-main-link[data-event-link="1"]{opacity:1}
.index-page .event-container:has(.event-item[data-event="1"]:hover) .event-main-link[data-event-link="1"],.index-page .event-container:has(.event-item[data-event="2"]:hover) .event-main-link[data-event-link="2"],.index-page .event-container:has(.event-item[data-event="3"]:hover) .event-main-link[data-event-link="3"],.index-page .event-container:has(.event-item[data-event="4"]:hover) .event-main-link[data-event-link="4"],.index-page .event-container:has(.event-item[data-event="5"]:hover) .event-main-link[data-event-link="5"],.index-page .event-container:has(.event-item[data-event="6"]:hover) .event-main-link[data-event-link="6"],.index-page .event-container:has(.event-item[data-event="7"]:hover) .event-main-link[data-event-link="7"]{opacity:1}
.index-page .event-container:has(.event-item[data-event="1"]:hover) .event-main-link:not([data-event-link="1"]),.index-page .event-container:has(.event-item[data-event="2"]:hover) .event-main-link:not([data-event-link="2"]),.index-page .event-container:has(.event-item[data-event="3"]:hover) .event-main-link:not([data-event-link="3"]),.index-page .event-container:has(.event-item[data-event="4"]:hover) .event-main-link:not([data-event-link="4"]),.index-page .event-container:has(.event-item[data-event="5"]:hover) .event-main-link:not([data-event-link="5"]),.index-page .event-container:has(.event-item[data-event="6"]:hover) .event-main-link:not([data-event-link="6"]),.index-page .event-container:has(.event-item[data-event="7"]:hover) .event-main-link:not([data-event-link="7"]){opacity:0}
.index-page .event-main-link:hover img{transform:scale(1.05)}
.index-page .event-main-link img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}
.index-page .event-main-link .news-main-date{opacity:1 !important}
.index-page .event-main-title-link{text-decoration:none;display:none}
.index-page .event-main-title-link[data-event-title="1"]{display:block}
.index-page .event-container:has(.event-item[data-event="1"]:hover) .event-main-title-link:not([data-event-title="1"]),.index-page .event-container:has(.event-item[data-event="2"]:hover) .event-main-title-link:not([data-event-title="2"]),.index-page .event-container:has(.event-item[data-event="3"]:hover) .event-main-title-link:not([data-event-title="3"]),.index-page .event-container:has(.event-item[data-event="4"]:hover) .event-main-title-link:not([data-event-title="4"]),.index-page .event-container:has(.event-item[data-event="5"]:hover) .event-main-title-link:not([data-event-title="5"]),.index-page .event-container:has(.event-item[data-event="6"]:hover) .event-main-title-link:not([data-event-title="6"]),.index-page .event-container:has(.event-item[data-event="7"]:hover) .event-main-title-link:not([data-event-title="7"]){display:none}
.index-page .event-container:has(.event-item[data-event="1"]:hover) .event-main-title-link[data-event-title="1"],.index-page .event-container:has(.event-item[data-event="2"]:hover) .event-main-title-link[data-event-title="2"],.index-page .event-container:has(.event-item[data-event="3"]:hover) .event-main-title-link[data-event-title="3"],.index-page .event-container:has(.event-item[data-event="4"]:hover) .event-main-title-link[data-event-title="4"],.index-page .event-container:has(.event-item[data-event="5"]:hover) .event-main-title-link[data-event-title="5"],.index-page .event-container:has(.event-item[data-event="6"]:hover) .event-main-title-link[data-event-title="6"],.index-page .event-container:has(.event-item[data-event="7"]:hover) .event-main-title-link[data-event-title="7"]{display:block}
.index-page .event-main-title-link:hover .news-main-title{background:#8a4d9a}
.index-page .event-list{display:flex;flex-direction:column;gap:0}
.index-page .event-item{display:flex;align-items:center;padding:18px 20px;border-bottom:1px solid #eee;transition:background 0.3s ease;cursor:pointer}
.index-page .event-item:last-child{border-bottom:none}
.index-page .event-item:hover{background:#f8f8f8}
.index-page .event-item:hover .news-arrow{opacity:1}
@media (min-width:769px){.index-page .event-container{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-bottom:80px}
.event-container .event-list{order:1}
.event-container .news-main{order:2}
}.index-page .event-header{display:flex;justify-content:center;align-items:center;margin-bottom:50px;position:relative;padding-bottom:30px;flex-direction:column;gap:15px}
.index-page .event-header::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(to right,transparent,var(--primary-red),transparent)}
.index-page .event-header::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(to right,var(--primary-gold),var(--primary-red),var(--primary-gold))}
.index-page .event-title{display:flex;align-items:center;gap:15px;position:relative;flex-direction:column;text-align:center}
.index-page .event-title::before{display:none}
.index-page .event-title h2{font-size:2rem;font-weight:700;color:var(--text-dark);margin:0;position:relative}
.index-page .event-subtitle{font-size:0.85rem;color:var(--primary-gold);letter-spacing:2px;text-transform:uppercase;font-weight:600;margin-top:5px;position:relative}
.index-page .event-section{padding:60px 20px;position:relative}
@media (min-width:769px){.index-page .event-section{position:relative}
.index-page .event-section::before{display:none}
}.footer{background:var(--nav-bg);color:var(--white);padding:0}
.footer-top{max-width:1600px;margin:0 auto;padding:30px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,0.1)}
.footer-logo-section{display:flex;align-items:center;gap:15px}
.footer-logo{display:flex;align-items:center;gap:15px}
.footer-logo img{max-height:80px}
.footer-qrcodes{display:flex;gap:25px}
.footer-qrcode{display:flex;flex-direction:column;align-items:center;gap:8px}
.footer-qrcode img{width:80px;height:80px;border-radius:8px;background:var(--white);padding:3px}
.footer-qrcode span{font-size:0.85rem;color:rgba(255,255,255,0.9)}
.footer-content{max-width:1600px;margin:0 auto;padding:40px 20px;display:grid;grid-template-columns:1.2fr 1.2fr 1.5fr 1fr;gap:40px;align-items:start}
.footer-campus h4{font-size:1.1rem;margin-bottom:15px;color:var(--white);font-weight:500}
.footer-campus p{font-size:0.9rem;color:rgba(255,255,255,0.8);margin-bottom:8px;line-height:1.6}
.footer-links{display:flex;flex-wrap:wrap;gap:20px;align-content:flex-start}
.footer-link-item a{color:rgba(255,255,255,0.9);text-decoration:none;font-size:0.95rem;transition:color 0.3s ease}
.footer-link-item a:hover{color:var(--primary-gold)}
.footer-dropdowns{display:flex;flex-direction:column;gap:15px}
.footer-dropdown select{width:100%;padding:10px 15px;border:1px solid rgba(255,255,255,0.3);border-radius:20px;background:transparent;color:var(--white);font-size:0.9rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px}
.footer-dropdown select option{background:#8B1538;color:var(--white)}
.footer-dropdown select:focus{outline:none;border-color:var(--primary-gold)}
.footer-bottom{background:rgba(0,0,0,0.15);padding:15px 20px}
.footer-bottom-content{max-width:1600px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:15px;color:rgba(255,255,255,0.7);font-size:0.9rem}
.footer-icon{font-size:1rem}
@media (max-width:1024px){.index-page .scenery-grid{grid-template-columns:repeat(2,1fr)}
.index-page .scenery-item:nth-child(1){grid-column:span 2;grid-row:span 1;height:300px}
.index-page .two-column{grid-template-columns:1fr}
}.news-page .news-banner{position:relative;width:100%;height:400px;overflow:hidden}
.news-page .news-banner img{width:100%;height:100%;object-fit:cover}
.news-page .news-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.5));display:flex;flex-direction:column;justify-content:center;align-items:center;color:white}
.news-page .news-banner-title{font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}
.news-page .news-banner-breadcrumb{font-size:1.1rem;display:flex;gap:10px;align-items:center}
.news-page .news-banner-breadcrumb a{color:white;text-decoration:none;transition:color 0.3s ease}
.news-page .news-banner-breadcrumb a:hover{color:var(--primary-gold)}
.news-page .news-tabs{background:transparent;border-bottom:none;padding:0;margin-top:-20px;position:relative;z-index:10}
.news-page .news-tabs-inner{max-width:1600px;margin:0 auto;display:flex;background:var(--primary-red);border-radius:10px;overflow:hidden;padding:0}
.news-page .news-tab{flex:1;padding:20px 20px;font-size:1.1rem;color:white;cursor:pointer;transition:all 0.3s ease;white-space:nowrap;text-align:center;font-weight:600;border-bottom:none;position:relative}
.news-page .news-tab:hover{background:rgba(255,255,255,0.15)}
.news-page .news-tab.active{background:rgba(255,255,255,0.2);color:white;border-bottom:none}
.news-page .news-tab:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,0.3)}
.news-page .news-content-wrapper{position:relative;background:var(--bg-cream);padding:60px 20px}
.news-page .watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15rem;font-weight:900;color:rgba(200,16,46,0.03);pointer-events:none;user-select:none;z-index:0}
.news-page .news-content{position:relative;z-index:1;max-width:1600px;margin:0 auto}
.news-page .news-content-inner{background:white;border-radius:10px;padding:40px;box-shadow:0 2px 20px rgba(0,0,0,0.08)}
.news-page .news-list{display:flex;flex-direction:column;gap:30px}
.news-page .news-item{display:flex;gap:30px;padding:20px;border:1px solid #eee;border-radius:10px;text-decoration:none;color:inherit;transition:all 0.3s ease}
.news-page .news-item:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,0.1);border-color:var(--primary-red)}
.news-page .news-item-img{width:280px;flex-shrink:0;border-radius:8px;overflow:hidden}
.news-page .news-item-img img{width:100%;height:180px;object-fit:cover;transition:transform 0.3s ease}
.news-page .news-item:hover .news-item-img img{transform:scale(1.05)}
.news-page .news-item-content{flex:1;display:flex;flex-direction:column;justify-content:center}
.news-page .news-item-date{font-size:0.9rem;color:var(--primary-red);font-weight:600;margin-bottom:10px}
.news-page .news-item-date span{font-size:0.8rem;color:#999}
.news-page .news-item-title{font-size:1.3rem;font-weight:600;color:var(--text-dark);margin-bottom:10px;transition:color 0.3s ease}
.news-page .news-item:hover .news-item-title{color:var(--primary-red)}
.news-page .news-item-summary{color:#666;line-height:1.8;margin-bottom:15px;font-size:0.95rem}
.news-page .news-item-link{color:var(--primary-red);font-size:0.9rem;font-weight:500}
.view-more{display:inline-flex;align-items:center;gap:8px;color:var(--primary-red);text-decoration:none;font-size:1rem;font-weight:600;transition:all 0.3s ease;padding:10px 20px;border:2px solid var(--primary-red);border-radius:25px;background:transparent;cursor:pointer}
.view-more:hover{background:var(--primary-red);color:var(--white);transform:translateY(-2px);box-shadow:0 5px 15px rgba(156,93,172,0.3)}
.view-more::after{content:'→';transition:transform 0.3s ease}
.view-more:hover::after{transform:translateX(4px)}
@media (min-width:769px){.event-container .view-more{position:absolute;bottom:0;right:0}
.tab-content .view-more{position:absolute;bottom:0;right:0}
.industry-content .view-more{position:absolute;bottom:0;right:0}
}.video-page .video-banner{position:relative;width:100%;height:400px;overflow:hidden}
.video-page .video-banner img{width:100%;height:100%;object-fit:cover}
.video-page .video-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.5));display:flex;flex-direction:column;justify-content:center;align-items:center;color:white}
.video-page .video-banner-title{font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}
.video-page .video-banner-breadcrumb{font-size:1.1rem;display:flex;gap:10px;align-items:center}
.video-page .video-banner-breadcrumb a{color:white;text-decoration:none;transition:color 0.3s ease}
.video-page .video-banner-breadcrumb a:hover{color:var(--primary-gold)}
.video-page .video-tabs{background:transparent;border-bottom:none;padding:0;margin-top:-20px;position:relative;z-index:10}
.video-page .video-tabs-inner{max-width:1600px;margin:0 auto;display:flex;background:var(--primary-red);border-radius:10px;overflow:hidden;padding:0}
.video-page .video-tab{flex:1;padding:20px 20px;font-size:1.1rem;color:white;cursor:pointer;transition:all 0.3s ease;white-space:nowrap;text-align:center;font-weight:600;border-bottom:none;position:relative}
.video-page .video-tab:hover{background:rgba(255,255,255,0.15)}
.video-page .video-tab.active{background:rgba(255,255,255,0.2);color:white;border-bottom:none}
.video-page .video-tab:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,0.3)}
.video-page .video-content-wrapper{position:relative;background:var(--bg-cream);padding:60px 20px}
.video-page .video-content{position:relative;z-index:1;max-width:1600px;margin:0 auto}
.video-page .video-content-inner{background:white;border-radius:10px;padding:40px;box-shadow:0 2px 20px rgba(0,0,0,0.08)}
.video-page .video-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.video-page .video-item{display:flex;flex-direction:column;padding:0;border:1px solid #eee;border-radius:10px;text-decoration:none;color:inherit;transition:all 0.3s ease;overflow:hidden}
.video-page .video-item:hover{transform:translateY(-5px);box-shadow:0 5px 20px rgba(0,0,0,0.1);border-color:var(--primary-red)}
.video-page .video-item-thumb{width:100%;border-radius:0;overflow:hidden;position:relative}
.video-page .video-item-thumb img{width:100%;height:200px;object-fit:cover;transition:transform 0.3s ease}
.video-page .video-item:hover .video-item-thumb img{transform:scale(1.05)}
.video-page .video-item-thumb .video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s ease}
.video-page .video-item:hover .video-overlay{opacity:1}
.video-page .video-item-thumb .play-icon{width:60px;height:60px;background:rgba(255,255,255,0.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-red);font-size:1.5rem;padding-left:8px}
.video-page .video-item-thumb .video-duration{position:absolute;top:10px;right:10px;background:rgba(0,0,0,0.7);padding:4px 8px;border-radius:4px;color:var(--white);font-size:0.85rem;font-weight:500}
.video-page .video-item-content{padding:15px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.video-page .video-item-date{font-size:0.85rem;color:var(--primary-red);font-weight:600;flex-shrink:0;margin-bottom:0}
.video-page .video-item-date span{font-size:0.75rem;color:#999}
.video-page .video-item-title{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:0;transition:color 0.3s ease;flex:1;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.video-page .video-item:hover .video-item-title{color:var(--primary-red)}
@media (max-width:1024px){.video-page .video-list{grid-template-columns:repeat(2,1fr)}
}@media (max-width:768px){.video-page .video-tabs-inner{flex-wrap:wrap}
.video-page .video-tab{flex:1 1 50%;padding:15px 10px;font-size:0.95rem}
.video-page .video-list{grid-template-columns:1fr;gap:20px}
.video-page .video-item-thumb img{height:220px}
.video-page .video-banner-title{font-size:2rem}
.video-page .video-content-inner{padding:20px}
}.news-detail-container{background:var(--bg-cream);padding:60px 20px}
.news-detail-inner{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:1fr 350px;gap:40px}
.news-detail-main{background:var(--white);border-radius:10px;padding:40px;box-shadow:0 2px 20px rgba(0,0,0,0.08)}
.news-article .news-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:20px;line-height:1.4;padding-bottom:20px;border-bottom:2px solid var(--primary-red)}
.news-article .news-meta{display:flex;gap:25px;margin-bottom:30px;padding:15px 20px;background:rgba(156,93,172,0.05);border-radius:8px;flex-wrap:wrap}
.news-article .news-meta span{font-size:0.9rem;color:var(--text-gray)}
.news-article .news-author{color:var(--primary-red);font-weight:500}
.news-article .news-body{color:var(--text-dark);font-size:1.05rem;line-height:1.9}
.news-article .news-body p{margin-bottom:20px;text-indent:2em}
.news-article .news-body h2{font-size:1.4rem;font-weight:600;color:var(--text-dark);margin:30px 0 15px;padding-left:15px;border-left:4px solid var(--primary-red)}
.news-article .news-body h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:25px 0 12px}
.news-article .news-body h4{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:20px 0 10px}
.news-article .news-body img{max-width:100%;height:auto;border-radius:8px;margin:20px 0;box-shadow:0 4px 15px rgba(0,0,0,0.1);display:block}
.news-article .news-body .img-center{display:block;margin-left:auto;margin-right:auto}
.news-article .news-body .img-left{float:left;margin-right:20px;margin-bottom:15px;max-width:40%}
.news-article .news-body .img-right{float:right;margin-left:20px;margin-bottom:15px;max-width:40%}
.news-article .news-body .img-caption{display:block;text-align:center;font-size:0.85rem;color:var(--text-gray);margin-top:-15px;margin-bottom:20px;font-style:italic}
.news-article .news-body video,.news-article .news-body iframe,.news-article .news-body .video-container{width:80%;max-width:80%;height:auto;margin:20px auto;display:block;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.15);background:#000}
.news-article .news-body .video-caption{display:block;text-align:center;font-size:0.85rem;color:var(--text-gray);margin-top:-15px;margin-bottom:20px;font-style:italic}
.news-article .news-body table{width:100%;border-collapse:collapse;margin:20px 0;font-size:0.95rem;background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.news-article .news-body th,.news-article .news-body td{padding:12px 15px;text-align:left;border-bottom:1px solid #eee}
.news-article .news-body th{background:var(--primary-red);color:var(--white);font-weight:600}
.news-article .news-body th:first-child{border-radius:8px 0 0 0}
.news-article .news-body th:last-child{border-radius:0 8px 0 0}
.news-article .news-body tr:last-child td:first-child{border-radius:0 0 0 8px}
.news-article .news-body tr:last-child td:last-child{border-radius:0 0 8px 0}
.news-article .news-body tr:nth-child(even){background:rgba(156,93,172,0.03)}
.news-article .news-body tr:hover:not(:first-child){background:rgba(156,93,172,0.08)}
.news-article .news-body blockquote{margin:25px 0;padding:20px 25px;background:linear-gradient(135deg,rgba(156,93,172,0.1) 0%,rgba(212,175,55,0.05) 100%);border-left:4px solid var(--primary-red);border-radius:0 8px 8px 0;quotes:"\201C""\201D""\2018""\2019"}
.news-article .news-body blockquote::before{content:open-quote;font-size:2.5rem;color:var(--primary-red);line-height:0.5;margin-right:10px;vertical-align:middle}
.news-article .news-body blockquote p{display:inline;font-size:1.05rem;color:var(--text-gray);font-style:italic;text-indent:0;margin:0}
.news-article .news-body blockquote .quote-author{display:block;text-align:right;margin-top:15px;font-size:0.9rem;color:var(--text-gray);font-style:normal}
.news-article .news-body ul,.news-article .news-body ol{margin:15px 0 20px 35px;padding:0}
.news-article .news-body li{margin-bottom:10px;line-height:1.8}
.news-article .news-body ul{list-style-type:disc}
.news-article .news-body ol{list-style-type:decimal}
.news-article .news-body ul ul,.news-article .news-body ol ol,.news-article .news-body ul ol,.news-article .news-body ol ul{margin:10px 0 10px 25px}
.news-article .news-body ul ul{list-style-type:circle}
.news-article .news-body dl{margin:20px 0}
.news-article .news-body dt{font-weight:600;color:var(--primary-red);margin-bottom:8px}
.news-article .news-body dd{margin:0 0 15px 20px;color:var(--text-gray);line-height:1.7}
.news-article .news-body hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--primary-red),var(--primary-gold),transparent);margin:30px 0}
.news-article .news-body code{display:inline-block;padding:3px 8px;background:#f4f4f4;border-radius:4px;font-family:'Consolas','Monaco',monospace;font-size:0.9rem;color:var(--primary-red);margin:0 3px}
.news-article .news-body pre{background:#1a1a2e;color:#e0e0e0;padding:20px;border-radius:8px;overflow-x:auto;margin:20px 0}
.news-article .news-body pre code{background:transparent;color:inherit;padding:0;margin:0;font-size:0.9rem;line-height:1.6}
.news-article .news-body .highlight{background:linear-gradient(135deg,rgba(212,175,55,0.3) 0%,rgba(212,175,55,0.1) 100%);padding:2px 6px;border-radius:3px}
.news-article .news-body .note{background:rgba(33,150,243,0.1);border-left:4px solid #2196F3;padding:15px 20px;margin:20px 0;border-radius:0 8px 8px 0}
.news-article .news-body .warning{background:rgba(255,193,7,0.1);border-left:4px solid #FFC107;padding:15px 20px;margin:20px 0;border-radius:0 8px 8px 0}
.news-article .news-body .success{background:rgba(76,175,80,0.1);border-left:4px solid #4CAF50;padding:15px 20px;margin:20px 0;border-radius:0 8px 8px 0}
.news-article .news-body .error{background:rgba(244,67,54,0.1);border-left:4px solid #F44336;padding:15px 20px;margin:20px 0;border-radius:0 8px 8px 0}
.news-article .news-tags{margin-top:40px;padding-top:20px;border-top:1px solid #eee;display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.news-article .tag-label{font-size:0.95rem;color:var(--text-gray)}
.news-article .news-tag{display:inline-block;padding:6px 15px;background:rgba(156,93,172,0.1);color:var(--primary-red);text-decoration:none;border-radius:20px;font-size:0.9rem;transition:all 0.3s ease}
.news-article .news-tag:hover{background:var(--primary-red);color:var(--white)}
.news-detail-sidebar{display:flex;flex-direction:column;gap:20px}
.news-detail-sidebar .sidebar-section{background:var(--white);border-radius:10px;padding:25px;box-shadow:0 2px 20px rgba(0,0,0,0.08)}
.news-detail-sidebar .sidebar-title{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid var(--primary-red);position:relative}
.news-detail-sidebar .sidebar-title::after{content:'';position:absolute;bottom:-2px;left:0;width:50%;height:2px;background:var(--primary-gold)}
.news-detail-sidebar .latest-news-list{list-style:none;padding:0;margin:0}
.news-detail-sidebar .latest-news-item{padding:12px 0;border-bottom:1px solid #f0f0f0;transition:all 0.3s ease}
.news-detail-sidebar .latest-news-item:last-child{border-bottom:none}
.news-detail-sidebar .latest-news-item:hover{padding-left:8px}
.news-detail-sidebar .latest-news-link{display:flex;flex-direction:column;gap:5px;text-decoration:none;color:inherit}
.news-detail-sidebar .latest-news-date{font-size:0.8rem;color:var(--text-gray)}
.news-detail-sidebar .latest-news-title{font-size:0.95rem;color:var(--text-dark);font-weight:500;transition:color 0.3s ease;line-height:1.4}
.news-detail-sidebar .latest-news-item:hover .latest-news-title{color:var(--primary-red)}
@media (max-width:1024px){.news-detail-inner{grid-template-columns:1fr;gap:30px}
.news-detail-sidebar{order:-1}
}@media (max-width:768px){.news-detail-container{padding:40px 15px}
.news-detail-main{padding:25px}
.news-article .news-title{font-size:1.5rem}
.news-article .news-meta{flex-direction:column;gap:10px}
.news-article .news-body{font-size:0.95rem}
}@media (max-width:768px){.news-page .news-banner{height:250px}
.news-page .news-banner-title{font-size:2rem}
.news-page .news-item{flex-direction:column}
.news-page .news-item-img{width:100%;height:200px}
.news-page .news-item-img img{height:200px}
.news-page .news-content-inner{padding:20px}
.news-page .news-tabs{padding:15px 10px}
.news-page .news-tabs-inner{overflow-x:auto;gap:0}
.news-page .news-tab{flex:0 0 auto;min-width:100px;padding:15px 10px;font-size:0.95rem}
}.notice-page .news-banner{position:relative;width:100%;height:400px;overflow:hidden}
.notice-page .news-banner img{width:100%;height:100%;object-fit:cover}
.notice-page .news-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.5));display:flex;flex-direction:column;justify-content:center;align-items:center;color:white}
.notice-page .news-banner-title{font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,0.5)}
.notice-page .news-banner-breadcrumb{font-size:1.1rem;display:flex;gap:10px;align-items:center}
.notice-page .news-banner-breadcrumb a{color:white;text-decoration:none;transition:color 0.3s ease}
.notice-page .news-banner-breadcrumb a:hover{color:var(--primary-gold)}
.notice-page .news-tabs{background:transparent;border-bottom:none;padding:0;margin-top:-20px;position:relative;z-index:10}
.notice-page .news-tabs-inner{max-width:1600px;margin:0 auto;display:flex;background:var(--primary-red);border-radius:10px;overflow:hidden;padding:0}
.notice-page .news-tab{flex:1;padding:20px 20px;font-size:1.1rem;color:white;cursor:pointer;transition:all 0.3s ease;white-space:nowrap;text-align:center;font-weight:600;border-bottom:none;position:relative}
.notice-page .news-tab:hover{background:rgba(255,255,255,0.15)}
.notice-page .news-tab.active{background:rgba(255,255,255,0.2);color:white;border-bottom:none}
.notice-page .news-tab:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,0.3)}
.notice-page .news-content-wrapper{position:relative;background:var(--bg-cream);padding:60px 20px}
.notice-page .watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:15rem;font-weight:900;color:rgba(200,16,46,0.03);pointer-events:none;user-select:none;z-index:0}
.notice-page .news-content{position:relative;z-index:1;max-width:1600px;margin:0 auto}
.notice-page .news-content-inner{background:white;border-radius:10px;padding:40px;box-shadow:0 2px 20px rgba(0,0,0,0.08)}
.notice-page .notice-list-page{display:flex;flex-direction:column;gap:20px}
.notice-page .notice-item-page{display:flex;align-items:center;gap:20px;padding:25px 30px;border:1px solid #eee;border-radius:10px;text-decoration:none;color:inherit;transition:all 0.3s ease;position:relative}
.notice-page .notice-item-page:hover{transform:translateX(10px);box-shadow:0 5px 20px rgba(0,0,0,0.1);border-color:var(--primary-red)}
.notice-page .notice-date-page{width:80px;height:80px;background:var(--primary-red);color:white;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:700;flex-shrink:0}
.notice-page .notice-date-page{font-size:1.8rem;line-height:1}
.notice-page .notice-date-page span{font-size:0.85rem;font-weight:400;margin-top:5px;opacity:0.9}
.notice-page .notice-tag-page{display:inline-block;padding:5px 15px;background:#f0f0f0;color:#666;font-size:0.85rem;border-radius:20px;font-weight:500;flex-shrink:0}
.notice-page .notice-tag-page.important{background:rgba(200,16,46,0.1);color:var(--primary-red)}
.notice-page .notice-tag-page.public{background:rgba(212,175,55,0.1);color:var(--primary-gold)}
.notice-page .notice-content-wrapper{flex:1;min-width:0}
.notice-page .notice-title-page{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:10px;transition:color 0.3s ease}
.notice-page .notice-item-page:hover .notice-title-page{color:var(--primary-red)}
.notice-page .notice-meta{display:flex;gap:20px;font-size:0.9rem;color:#999}
.notice-page .notice-meta-item{display:flex;align-items:center;gap:5px}
.notice-page .notice-link-page{color:var(--primary-red);font-weight:500;flex-shrink:0;opacity:0;transform:translateX(-10px);transition:all 0.3s ease}
.notice-page .notice-item-page:hover .notice-link-page{opacity:1;transform:translateX(0)}
@media (max-width:768px){.notice-page .news-banner{height:250px}
.notice-page .news-banner-title{font-size:2rem}
.notice-page .notice-item-page{flex-wrap:wrap}
.notice-page .notice-date-page{width:60px;height:60px;font-size:1.4rem}
.notice-page .notice-content-wrapper{width:100%;order:1}
.notice-page .notice-meta{flex-direction:column;gap:5px}
.notice-page .notice-link-page{display:none}
.notice-page .news-content-inner{padding:20px}
.notice-page .news-tabs{padding:15px 10px}
.notice-page .news-tabs-inner{overflow-x:auto;gap:0}
.notice-page .news-tab{flex:0 0 auto;min-width:100px;padding:15px 10px;font-size:0.95rem}
}@media (max-width:768px){.top-bar{padding:6px 10px}
.top-bar-content{flex-direction:column;gap:8px;text-align:center}
.top-bar-left{font-size:0.8rem}
.top-bar-right{gap:8px;flex-wrap:wrap;justify-content:center}
.top-bar-right a{font-size:0.8rem;padding:3px 8px}
.top-bar-divider{display:none}
}@media (max-width:768px){.nav-container{height:60px;padding:0 10px;justify-content:space-between}
.nav-menu-container{display:none}
.logo{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translateX(-50%);z-index:10}
.logo-img{display:block;height:45px;width:auto;background:transparent;padding:0;top:0;border-radius:6px;border:1px solid rgba(255,255,255,0.15);box-shadow:0 0 10px rgba(0,0,0,0.2)}
.mobile-toggle{display:block}
.mobile-menu-btn{display:block;font-size:1.8rem;z-index:1002}
.mobile-menu-full{display:none;position:fixed;top:60px;left:0;right:0;bottom:0;background:var(--nav-bg);z-index:1001;overflow-y:auto;padding:20px 0}
.mobile-toggle:checked ~ .mobile-menu-full{display:block}
.mobile-toggle:checked ~ .mobile-menu-btn{color:var(--white)}
.mobile-nav-left{list-style:none;padding:0;margin:0}
.mobile-nav-left > li{border-bottom:1px solid rgba(255,255,255,0.1)}
.mobile-nav-left a{display:block;padding:15px 20px;color:var(--white);text-decoration:none;font-size:1.1rem;font-weight:500}
.mobile-nav-left .nav-dropdown > a{display:flex;justify-content:space-between;align-items:center}
.mobile-nav-left .nav-dropdown > a::after{content:'+';font-size:1.3rem;transition:transform 0.3s ease}
.mobile-nav-left .nav-dropdown.active > a::after{transform:rotate(45deg)}
.mobile-nav-left .nav-submenu{display:none;background:rgba(0,0,0,0.2);padding:0;list-style:none}
.mobile-nav-left .nav-dropdown.active > .nav-submenu{display:block}
.mobile-nav-left .nav-submenu a{padding:12px 40px;font-size:1rem;color:rgba(255,255,255,0.9)}
.mobile-nav-left .nav-submenu a:hover{background:rgba(255,255,255,0.1);color:var(--primary-gold)}
}@media (max-width:768px){.index-page .banner{height:280px}
.index-page .banner-content{right:15px;left:15px;max-width:none;padding:18px 20px;top:50%;transform:translateY(-50%)}
.index-page .banner-content h1{font-size:1.25rem;margin-bottom:10px}
.index-page .banner-content p{font-size:0.85rem;display:block;margin-bottom:15px}
.index-page .banner-btn{padding:8px 20px;font-size:0.85rem}
.index-page .section{padding:20px 12px}
.index-page .news-section{padding:20px 12px}
.index-page .news-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px}
.index-page .news-title h2{font-size:1.4rem}
.index-page .news-subtitle{font-size:0.7rem;letter-spacing:2px}
.index-page .news-card-grid{gap:12px}
.index-page .news-card-horiz{flex-direction:row;min-height:auto;background:transparent;box-shadow:none;padding:10px 0;border-bottom:1px solid #f0f0f0}
.index-page .news-card-horiz:last-child{border-bottom:none}
.index-page .news-card-horiz .news-card-img{display:none}
.index-page .news-card-horiz .news-card-content{padding:0;display:flex;flex-direction:row;align-items:center;gap:15px}
.index-page .news-card-horiz .news-card-date{font-size:0.8rem;margin-bottom:0;color:var(--primary-red);flex-shrink:0;white-space:nowrap;min-width:55px}
.index-page .news-card-horiz .news-card-title{font-size:0.95rem;line-height:1.4;-webkit-line-clamp:2;font-weight:400;color:var(--text-dark)}
.index-page .news-card-horiz .news-card-summary{display:none}
.index-page .news-main{display:none}
.index-page .two-modules{gap:25px;padding:0;margin:0;max-width:100%;width:100%}
.index-page .industry-container{padding:20px 15px;width:100%;max-width:100%;margin:0}
.index-page .industry-title h2{font-size:1.1rem;letter-spacing:1px}
.index-page .industry-subtitle{font-size:0.65rem;letter-spacing:2px}
.index-page .industry-content{padding-bottom:45px}
.index-page .industry-notice-list .notice-item{padding:12px 0}
.index-page .industry-notice-list .notice-item-title{font-size:0.9rem}
.index-page .scenery-container,.index-page .video-container{padding:20px 15px}
.index-page .section-header{margin-bottom:20px}
.index-page .section-title h2{font-size:1.4rem}
.index-page .section-title h2::before{width:40px;height:3px;top:-10px}
.index-page .section-title p{font-size:0.9rem;margin-top:20px}
.index-page .scenery-grid,.index-page .video-grid{gap:10px}
.index-page .scenery-item,.index-page .video-item{height:120px}
.footer-top{flex-direction:column;padding:20px 15px;gap:15px}
.footer-logo img{max-height:50px}
.footer-qrcodes{order:-1;justify-content:center}
.footer-qrcode img{width:60px;height:60px}
.footer-qrcode span{font-size:0.75rem}
.footer-content{display:none}
.footer-bottom{padding:15px 12px}
.footer-bottom-content{flex-direction:column;gap:8px;text-align:center;font-size:0.8rem}
.footer-icon{font-size:0.85rem}
}@media (max-width:768px){.news-page .footer-top{flex-direction:column;padding:20px 15px;gap:15px}
.news-page .footer-logo img{max-height:50px}
.news-page .footer-qrcodes{order:-1;justify-content:center}
.news-page .footer-qrcode img{width:60px;height:60px}
.news-page .footer-qrcode span{font-size:0.75rem}
.news-page .footer-content{display:none}
.news-page .footer-bottom{padding:15px 12px}
.news-page .footer-bottom-content{flex-direction:column;gap:8px;text-align:center;font-size:0.8rem}
.news-page .footer-icon{font-size:0.85rem}
}@media (max-width:768px){.notice-page .footer-top{flex-direction:column;padding:20px 15px;gap:15px}
.notice-page .footer-logo img{max-height:50px}
.notice-page .footer-qrcodes{order:-1;justify-content:center}
.notice-page .footer-qrcode img{width:60px;height:60px}
.notice-page .footer-qrcode span{font-size:0.75rem}
.notice-page .footer-content{display:none}
.notice-page .footer-bottom{padding:15px 12px}
.notice-page .footer-bottom-content{flex-direction:column;gap:8px;text-align:center;font-size:0.8rem}
.notice-page .footer-icon{font-size:0.85rem}
}@media (max-width:768px){.news-detail-container .footer-top{flex-direction:column;padding:20px 15px;gap:15px}
.news-detail-container .footer-logo img{max-height:50px}
.news-detail-container .footer-qrcodes{order:-1;justify-content:center}
.news-detail-container .footer-qrcode img{width:60px;height:60px}
.news-detail-container .footer-qrcode span{font-size:0.75rem}
.news-detail-container .footer-content{display:none}
.news-detail-container .footer-bottom{padding:15px 12px}
.news-detail-container .footer-bottom-content{flex-direction:column;gap:8px;text-align:center;font-size:0.8rem}
.news-detail-container .footer-icon{font-size:0.85rem}
}@media (max-width:768px){.news-page .news-tabs{padding:10px;margin-top:-15px}
.news-page .news-tabs-inner{border-radius:8px}
.news-page .news-tabs-inner{-webkit-overflow-scrolling:touch;scrollbar-width:none}
.news-page .news-tabs-inner::-webkit-scrollbar{display:none}
.news-page .news-tab{flex:0 0 auto;min-width:90px;padding:12px 8px;font-size:0.9rem}
.news-page .news-tab:not(:last-child)::after{top:25%;height:50%}
.news-page .news-content-wrapper{padding:30px 10px}
.news-page .watermark{font-size:8rem}
.news-page .news-list{gap:20px}
.news-page .news-item{gap:15px;padding:15px}
.news-page .news-item-img{width:100%;height:180px}
.news-page .news-item-img img{height:180px}
.news-page .news-item-content{padding:0}
.news-page .news-item-date{font-size:0.85rem}
.news-page .news-item-title{font-size:1.1rem}
.news-page .news-item-summary{font-size:0.9rem;line-height:1.6}
}@media (max-width:768px){.news-detail-sidebar{display:none}
.news-detail-inner{grid-template-columns:1fr}
.news-detail-main{padding:20px}
.news-article .news-title{font-size:1.4rem;padding-bottom:15px}
.news-article .news-meta{flex-wrap:wrap;gap:10px;padding:12px 15px}
.news-article .news-meta span{font-size:0.85rem}
.news-article .news-body{font-size:0.95rem;line-height:1.8}
.news-article .news-body h2{font-size:1.2rem;margin:20px 0 10px;padding-left:12px}
.news-article .news-tags{margin-top:30px;padding-top:15px}
.news-article .news-tag{padding:5px 12px;font-size:0.85rem}
}@media (max-width:768px){.notice-page .news-tabs{padding:10px;margin-top:-15px}
.notice-page .news-tabs-inner{border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.notice-page .news-tabs-inner::-webkit-scrollbar{display:none}
.notice-page .news-tab{flex:0 0 auto;min-width:90px;padding:12px 8px;font-size:0.9rem}
.notice-page .news-tab:not(:last-child)::after{top:25%;height:50%}
.notice-page .news-content-wrapper{padding:30px 10px}
.notice-page .watermark{font-size:8rem}
.notice-page .news-content-inner{padding:15px}
.notice-page .notice-list-page{gap:12px}
.notice-page .notice-item-page{flex-wrap:wrap;padding:15px;gap:12px}
.notice-page .notice-date-page{width:60px;height:60px;font-size:1.3rem;flex-shrink:0}
.notice-page .notice-tag-page{display:none}
.notice-page .notice-content-wrapper{width:calc(100% - 72px)}
.notice-page .notice-title-page{font-size:1rem;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.notice-page .notice-meta{display:none}
.notice-page .notice-link-page{display:none}
}.college-content{padding:40px 20px;max-width:1600px;margin:0 auto}
.college-section{margin-bottom:60px}
.college-section .section-container{background:var(--white);border-radius:12px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,0.08)}
.college-section .college-name{font-size:2.2rem;font-weight:900;color:var(--text-dark);text-align:center;margin-bottom:30px;letter-spacing:3px;padding-bottom:20px;border-bottom:3px solid var(--primary-red)}
.college-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px;padding-bottom:20px;border-bottom:2px solid #eee}
.college-section .section-title{display:flex;flex-direction:column;gap:8px}
.college-section .section-title h2{font-size:2rem;font-weight:800;color:var(--text-dark);margin:0;position:relative;padding-left:20px}
.college-section .section-title h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1.5rem;background:linear-gradient(to bottom,var(--primary-red),var(--primary-gold));border-radius:2px}
.college-section .section-title p{font-size:0.85rem;color:var(--primary-red);letter-spacing:4px;text-transform:uppercase;font-weight:600;margin:0;padding-left:20px}
.intro-section .intro-content{display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:center}
.intro-section .intro-text p{font-size:1.05rem;color:var(--text-dark);line-height:1.9;margin-bottom:18px;text-indent:2em}
.intro-section .intro-text p:last-child{margin-bottom:0}
.intro-section .intro-image{border-radius:10px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,0.15)}
.intro-section .intro-image img{width:100%;height:100%;object-fit:cover;display:block}
.majors-section .majors-container{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.majors-section .major-category{background:linear-gradient(135deg,rgba(156,93,172,0.05) 0%,rgba(212,175,55,0.05) 100%);border-radius:12px;padding:30px;border:1px solid rgba(156,93,172,0.1)}
.majors-section .category-title{font-size:1.25rem;font-weight:700;color:var(--primary-red);margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid rgba(156,93,172,0.2);position:relative}
.majors-section .category-title::before{content:'';position:absolute;bottom:-2px;left:0;width:30%;height:2px;background:var(--primary-red)}
.majors-section .major-list{list-style:none;padding:0;margin:0}
.majors-section .major-list li{padding:12px 0;border-bottom:1px solid #f0f0f0;transition:all 0.3s ease}
.majors-section .major-list li:last-child{border-bottom:none}
.majors-section .major-list li:hover{padding-left:10px;background:rgba(156,93,172,0.05)}
.majors-section .major-list a{text-decoration:none;color:var(--text-dark);font-size:1rem;font-weight:500;transition:color 0.3s ease;display:flex;align-items:center;gap:10px}
.majors-section .major-list a::before{content:'◆';color:var(--primary-red);font-size:0.7rem}
.majors-section .major-list li:hover a{color:var(--primary-red)}
.news-notice-section .section-container{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.news-notice-section .news-section,.news-notice-section .notice-section{background:var(--white);border-radius:12px;padding:35px;box-shadow:0 4px 20px rgba(0,0,0,0.08)}
.news-notice-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}
.news-notice-section .section-title h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0;padding-left:15px}
.news-notice-section .section-title h2::before{width:3px;height:1.2rem}
.news-notice-section .section-title p{font-size:0.75rem;letter-spacing:3px;padding-left:15px}
.news-notice-section .news-list,.news-notice-section .notice-list{display:flex;flex-direction:column;gap:0}
.news-notice-section .news-item,.news-notice-section .notice-item{display:flex;align-items:center;padding:15px 0;border-bottom:1px solid #f5f5f5;text-decoration:none;color:inherit;transition:all 0.3s ease}
.news-notice-section .news-item:last-child,.news-notice-section .notice-item:last-child{border-bottom:none}
.news-notice-section .news-item:hover,.news-notice-section .notice-item:hover{padding-left:10px;background:rgba(156,93,172,0.03)}
.news-notice-section .news-dot{width:5px;height:5px;background:var(--primary-red);border-radius:50%;margin-right:12px;flex-shrink:0}
.news-notice-section .news-title,.news-notice-section .notice-title{flex:1;font-size:0.95rem;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 0.3s ease}
.news-notice-section .news-item:hover .news-title,.news-notice-section .notice-item:hover .notice-title{color:var(--primary-red)}
.news-notice-section .news-date,.news-notice-section .notice-date{font-size:0.85rem;color:var(--text-gray);margin-left:15px;flex-shrink:0}
.news-notice-section .notice-tag{display:inline-block;padding:3px 10px;background:var(--primary-red);color:var(--white);font-size:0.7rem;border-radius:3px;margin-right:10px;flex-shrink:0}
.news-notice-section .notice-tag + .notice-title{flex:1}
@media (max-width:1024px){.intro-section .intro-content{grid-template-columns:1fr 300px;gap:30px}
.majors-section .majors-container{grid-template-columns:1fr;gap:30px}
}@media (max-width:768px){.college-content{padding:20px 15px}
.college-section{margin-bottom:35px}
.college-section .section-container{padding:25px 20px}
.college-section .section-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:25px}
.college-section .section-title h2{font-size:1.4rem;padding-left:12px}
.college-section .section-title h2::before{height:1.2rem}
.college-section .section-title p{font-size:0.7rem;letter-spacing:2px;padding-left:12px}
.intro-section .intro-content{grid-template-columns:1fr;gap:25px}
.intro-section .intro-text p{font-size:0.95rem;line-height:1.7}
.intro-section .intro-image{height:220px}
.intro-section .intro-image img{height:100%}
.majors-section .majors-container{grid-template-columns:1fr;gap:25px}
.majors-section .major-category{padding:20px}
.majors-section .category-title{font-size:1.1rem;margin-bottom:15px;padding-bottom:12px}
.majors-section .major-list li{padding:10px 0}
.majors-section .major-list a{font-size:0.9rem}
.news-notice-section .section-container{grid-template-columns:1fr;gap:25px}
.news-notice-section .news-section,.news-notice-section .notice-section{padding:25px 20px}
.news-notice-section .section-title h2{font-size:1.25rem}
.news-notice-section .news-item,.news-notice-section .notice-item{padding:12px 0}
.news-notice-section .news-title,.news-notice-section .notice-title{font-size:0.9rem}
.news-notice-section .notice-tag{padding:2px 8px;font-size:0.65rem;margin-right:8px}
}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination > li{display:inline}
.pagination > li > a,.pagination > li > span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}
.pagination > li:first-child > a,.pagination > li:first-child > span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
.pagination > li:last-child > a,.pagination > li:last-child > span{border-bottom-right-radius:4px;border-top-right-radius:4px}
.pagination > li > a:hover,.pagination > li > a:focus,.pagination > li > span:hover,.pagination > li > span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#ddd}
.pagination > .active > a,.pagination > .active > a:hover,.pagination > .active > a:focus,.pagination > .active > span,.pagination > .active > span:hover,.pagination > .active > span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}