.news-page{min-height:100vh;background:#f5f5f5}.news-main{padding-top:80px}.news-hero{background:#000000;padding:60px 20px;text-align:center}.news-hero-content{max-width:1200px;margin:0 auto}.news-hero-title{font-size:48px;font-weight:800;color:#fff;letter-spacing:4px;margin:0}.news-content{padding:60px 20px 80px}.news-container{max-width:1200px;margin:0 auto}.news-notice{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;margin-bottom:40px;background:#fff;border:1px solid #e5e5e5;border-left:4px solid #000;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.04)}.news-notice-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.08);color:#000;border-radius:50%}.news-notice-icon svg{width:18px;height:18px}.news-notice-text{flex:1 1;min-width:0}.news-notice-text p{margin:0;font-size:14px;line-height:1.7;color:#333;word-break:keep-all}.news-notice-text p+p{margin-top:8px}.news-loading{display:flex;justify-content:center;align-items:center;min-height:400px}.news-loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#1a1a2e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.news-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.08)}.news-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15)}.news-card-image{position:relative;width:100%;padding-top:60%;overflow:hidden;background:#e8e8e8}.news-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card-image img{transform:scale(1.05)}.news-card-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e8e8,#d0d0d0)}.news-card-placeholder svg{width:48px;height:48px;color:#bbb}.news-card-content{padding:24px}.news-card-category{display:inline-block;font-size:11px;font-weight:700;color:#0097a7;letter-spacing:1px;margin-bottom:12px}.news-card-title{font-size:18px;font-weight:700;color:#1a1a2e;line-height:1.4;margin:0 0 12px;-webkit-line-clamp:2}.news-card-excerpt,.news-card-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.news-card-excerpt{font-size:14px;color:#666;line-height:1.6;margin:0 0 16px;-webkit-line-clamp:3}.news-card-date{font-size:13px;color:#999;font-weight:500}.news-empty{text-align:center;padding:80px 20px;background:#fff;border-radius:12px}.news-empty p{font-size:16px;color:#666;margin:0}.news-load-more{display:flex;justify-content:center;margin-top:50px}.news-load-more-btn{padding:16px 48px;font-size:14px;font-weight:700;letter-spacing:1px;color:#fff;background:#1a1a2e;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease}.news-load-more-btn:hover{background:#2a2a4e;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,26,46,.3)}.news-load-more-btn:disabled{background:#999;cursor:not-allowed;transform:none;box-shadow:none}.news-btn-loading{display:inline-flex;align-items:center;gap:8px}@media (max-width:1024px){.news-grid{grid-template-columns:repeat(2,1fr);gap:24px}.news-hero-title{font-size:40px}.news-content{padding:50px 20px 60px}}@media (max-width:768px){.news-main{padding-top:70px}.news-hero{padding:50px 20px}.news-hero-title{font-size:32px;letter-spacing:2px}.news-content{padding:40px 16px 50px}.news-grid{grid-template-columns:1fr;gap:20px}.news-notice{gap:12px;padding:16px 18px;margin-bottom:28px}.news-notice-icon{width:30px;height:30px}.news-notice-icon svg{width:16px;height:16px}.news-notice-text p{font-size:13px;line-height:1.65}.news-card-content{padding:20px}.news-card-title{font-size:16px}.news-card-excerpt{font-size:13px;-webkit-line-clamp:2}.news-load-more-btn{padding:14px 40px;font-size:13px}}@media (max-width:480px){.news-hero{padding:40px 16px}.news-hero-title{font-size:28px}.news-content{padding:30px 12px 40px}.news-notice{padding:14px 16px;margin-bottom:24px}.news-notice-text p{font-size:12.5px}.news-card-image{padding-top:56%}.news-card-content{padding:16px}.news-card-category{font-size:10px;margin-bottom:8px}.news-card-title{font-size:15px;margin-bottom:8px}.news-card-excerpt{font-size:12px;margin-bottom:12px}.news-card-date{font-size:12px}.news-load-more{margin-top:40px}.news-load-more-btn{padding:12px 32px;font-size:12px}}