html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;font-size:14px;line-height:1.5;color:#26282a;background:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin:0;padding:0}ul,ol{margin:0;padding:0;list-style:none}a{text-decoration:none;color:inherit}a:hover{color:#28a745}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal}img{max-width:100%;height:auto;vertical-align:middle;border-style:none}button,input,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;outline:none;border:none;background:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Microsoft YaHei",Arial,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.main-content{padding:30px 0}.hero-section{background:#fff;border-radius:12px;padding:30px;margin-bottom:40px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.hero-carousel{position:relative;margin-bottom:30px}.carousel-container{position:relative;overflow:hidden;border-radius:12px;height:400px}.carousel-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out}.carousel-slide.active{opacity:1}.slide-image{width:100%;height:100%}.slide-image img{width:100%;height:100%;object-fit:cover}.slide-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0, 0, 0, 0.7));color:#fff;padding:40px 30px 30px}.slide-title{font-size:24px;font-weight:700;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.slide-description{font-size:14px;opacity:.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.dot{width:12px;height:12px;border-radius:50%;background:#ddd;cursor:pointer;transition:background .3s}.dot.active{background:#28a745}.featured-news{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px;margin-top:30px}.featured-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;text-decoration:none;color:inherit}.featured-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15);text-decoration:none;color:inherit}.featured-image{width:100%;height:180px}.featured-image img{width:100%;height:100%;object-fit:cover}.featured-content{padding:20px}.featured-title{font-size:16px;font-weight:600;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.featured-desc{font-size:14px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-categories{margin-top:50px}.category-section{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.category-title{font-size:22px;font-weight:700;color:#333;position:relative}.category-title::before{content:"";position:absolute;left:-15px;top:50%;transform:translateY(-50%);width:4px;height:20px;background:#28a745;border-radius:2px}.more-btn{background:#28a745;color:#fff;padding:8px 20px;border:none;border-radius:20px;font-size:12px;cursor:pointer;transition:background .3s}.more-btn:hover{background:#218838}.news-grid{display:grid;gap:20px}.news-item{display:flex;gap:15px;padding:15px;border-radius:8px;transition:background .3s;text-decoration:none;color:inherit}.news-item:hover{background:#f8f9fa;text-decoration:none;color:inherit}.news-image{width:120px;height:80px;flex-shrink:0;order:2}.news-image img{width:100%;height:100%;object-fit:cover;border-radius:6px}.news-content{flex:1;order:1}.news-title{font-size:16px;font-weight:600;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.news-desc{font-size:14px;color:#666;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-meta{font-size:12px;color:#999}@media(max-width: 768px){.container{padding:0 15px}.hero-section,.category-section{padding:20px 15px}.carousel-container{height:250px}.slide-title{font-size:18px}.slide-content{padding:30px 20px 20px}.featured-news{grid-template-columns:1fr}.category-header{flex-direction:column;gap:15px;align-items:flex-start}.news-item{flex-direction:column}.news-image{width:100%;height:160px;order:1}.news-content{order:2}}@media(max-width: 480px){.news-item{padding:10px}.carousel-container{height:200px}.slide-title{font-size:16px}.category-title{font-size:18px}}.list-page{padding-top:20px}.list-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.list-page .filter-bar{background:#fff;border-radius:12px;padding:20px 30px;margin:30px 0;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;align-items:center;gap:20px;flex-wrap:wrap}.list-page .filter-item{display:flex;align-items:center;gap:10px}.list-page .filter-label{font-size:14px;color:#666;font-weight:500}.list-page .sort-select{padding:8px 15px;border:1px solid #e9ecef;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}.list-page .news-list{background:#fff;border-radius:12px;padding:30px;margin:30px 0;box-shadow:0 4px 20px rgba(0,0,0,.1)}.list-page .list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f0f0f0}.list-page .list-title{font-size:20px;font-weight:600;color:#333}.list-page .list-count{font-size:14px;color:#666}.list-page .news-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px}.list-page .news-item{display:flex;gap:15px;padding:20px;border-radius:8px;transition:all .3s;text-decoration:none;color:inherit;border:1px solid #f0f0f0}.list-page .news-item:hover{background:#f8f9fa;border-color:#28a745;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1);text-decoration:none;color:inherit}.list-page .news-image{width:140px;height:100px;flex-shrink:0}.list-page .news-image img{width:100%;height:100%;object-fit:cover;border-radius:6px}.list-page .news-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.list-page .news-title{font-size:16px;font-weight:600;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.list-page .news-desc{font-size:14px;color:#666;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.list-page .news-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999}.list-page .news-source{font-weight:500}.list-page .news-tag{background:#e8f5e8;color:#28a745;padding:2px 8px;border-radius:12px;font-size:11px}@media(max-width: 768px){.list-page .container{padding:0 15px}.list-page .news-list{padding:20px 15px}.list-page .news-grid{grid-template-columns:1fr;gap:20px}.list-page .news-item{flex-direction:column;padding:15px}.list-page .news-image{width:100%;height:160px}}header{position:fixed;z-index:333;left:0;top:0;right:0}.header-height{height:70px}.navbar{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 20px;height:70px}.logo img{height:40px}.nav-menu{display:flex;list-style:none;gap:30px}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s;font-size:14px}.nav-menu a:hover,.nav-menu .active a{color:#28a745;border-bottom:2px solid #28a745;padding-bottom:10px}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.menu-toggle span{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.footer{background-color:#333;color:#fff;padding:40px 0 20px;margin-top:50px}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.footer-info{text-align:center;margin-bottom:30px}.footer-logo{font-size:28px;font-weight:bold;color:#007bff;margin-bottom:10px}.footer-description{color:#ccc;max-width:600px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:30px;margin-bottom:20px;flex-wrap:wrap}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#007bff}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #555;color:#999}@media(max-width: 768px){.nav-menu{display:none !important;flex-direction:column;position:absolute;top:70px;left:0;width:100%;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:20px}.nav-menu.active{display:flex !important}.menu-toggle{display:flex !important}.footer-links{flex-direction:column;gap:15px}}.pagination-container{display:flex;justify-content:center;margin-top:30px;padding-bottom:20px}.pagination-container ul{display:flex;align-items:center;gap:10px}.pagination-container ul.page-no li.active{background:#28a745;font-weight:600;color:#fff}.pagination-container ul li{cursor:pointer;width:40px;height:40px;background-color:hsla(0,0%,100%,.08);text-align:center;color:#999;border-radius:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden}.pagination-container ul li a{width:40px;height:40px;line-height:40px;color:inherit;display:flex;align-items:center;justify-content:center}.pagination-container ul li a.active{background:#28a745;font-weight:600;color:#fff}.pagination-container ul li.page-options{width:70px}.pagination-container ul li.page-options a{width:70px}@media(max-width: 768px){.pagination-container{margin-top:15px;transform:scale(0.8)}}.detail-page{width:min(1200px,100%);margin:0 auto;min-height:calc(100vh - 70px);padding-bottom:20px;padding-top:20px}.detail-page .detail-box .title{margin-top:38px;margin-bottom:20px;line-height:23px;font-size:20px;color:#26282a;font-weight:bold}.detail-page .detail-box .source{display:flex;align-items:center;margin-bottom:20px}.detail-page .detail-box .source img{width:40px;height:40px;object-fit:cover;border-radius:50%;margin-right:18px}.detail-page .detail-box .source .name-info .name{margin-bottom:8px;color:#262626;font-size:16px;line-height:18px}.detail-page .detail-box .source .name-info .time{font-size:14px;line-height:18px;color:#8c8c8c}.detail-page .detail-box .content{word-break:break-all}@media(max-width: 768px){.detail-page{padding:0 8px;margin:8px auto;padding-top:20px}.detail-page .detail-box .title{margin-top:15px;margin-bottom:10px;font-size:16px}.detail-page .detail-box .source{margin-bottom:10px}.detail-page .detail-box .source img{margin-right:10px}.detail-page .detail-box .source .name-info .name{font-size:16px}}@media(max-width: 768px){.bread{margin-bottom:20px;margin-left:5px !important}}.bread{display:flex;align-items:center;gap:8px;left:22px;font-size:14px;line-height:22px;width:min(1200px,100%);margin:0 auto;margin-bottom:20px}.bread .link{color:rgba(0,0,0,.45);cursor:pointer}.bread .link a{color:rgba(0,0,0,.45)}.bread .text{color:#000;font-weight:bold}/*# sourceMappingURL=index.css.map */
