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:#e74c3c}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}.header{background:#e74c3c;color:#fff;padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{font-size:2rem;font-weight:bold;color:#fff;text-decoration:none}.logo img{height:40px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.nav-menu a:hover,.nav-menu li.active a{background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px)}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hero{background:#fff;margin:20px 0;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);display:grid;grid-template-columns:2fr 1fr;gap:0}.carousel-container{position:relative;height:350px;overflow:hidden}.carousel-slide{position:absolute;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-start;color:#fff;text-align:left}.carousel-slide::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8) 100%);z-index:1}.carousel-slide.active{opacity:1}.slide-content{position:relative;z-index:2;padding:0 1.5rem 1.5rem 1.5rem;width:100%}.slide-content h2{font-size:1.6rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.8);line-height:1.3}.slide-content p{font-size:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.8);line-height:1.4;opacity:.95}.slide-link{text-decoration:none;color:inherit;display:flex;align-items:flex-end;width:100%;height:100%}.carousel-nav{position:absolute;bottom:10px;right:15px;display:flex;gap:8px;z-index:3}.carousel-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:background .3s ease}.carousel-dot.active{background:#fff}.hero-hot-news{background:#fff;padding:1.5rem;border-left:1px solid #eee;overflow-y:auto}.hero-hot-title{color:#e74c3c;font-size:1.2rem;font-weight:bold;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e74c3c}.hero-hot-list{list-style:none}.hero-hot-item{padding:.8rem 0;border-bottom:1px solid #f0f0f0;display:flex}.hero-hot-item p{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;flex:1}.hero-hot-item:last-child{border-bottom:none}.hero-hot-item a{color:#333;text-decoration:none;font-size:.9rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-hot-item a:hover{color:#e74c3c}.hero-hot-item .hot-number{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background:#ddd;color:#fff;font-size:12px;border-radius:3px;margin-right:8px;font-weight:bold}.hero-hot-item:nth-child(1) .hot-number{background:#e74c3c}.hero-hot-item:nth-child(2) .hot-number{background:#f39c12}.hero-hot-item:nth-child(3) .hot-number{background:#27ae60}.hero-hot-item:nth-child(4) .hot-number,.hero-hot-item:nth-child(5) .hot-number{background:#95a5a6}.ad-banner{background:#333;color:#fff;text-align:center;padding:2rem;margin:20px 0;border-radius:8px}.ad-banner h3{font-size:1.5rem;margin-bottom:.5rem}.main-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin:2rem 0}.news-section{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e74c3c}.section-title{color:#e74c3c;font-size:1.3rem;font-weight:bold}.more-btn{background:#e74c3c;color:#fff;padding:.5rem 1rem;text-decoration:none;border-radius:4px;font-size:.9rem;transition:background .3s ease}.more-btn:hover{background:#c0392b}.article-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem}.article-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{transform:translateY(-5px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.article-link{text-decoration:none;color:inherit;display:block}.article-image{width:100%;height:200px;object-fit:cover;background:#ddd;display:flex;align-items:center;justify-content:center;color:#666;font-size:.9rem}.article-content{padding:1rem}.article-title{font-size:1.1rem;font-weight:bold;margin-bottom:.5rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-excerpt{color:#666;font-size:.9rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.8rem;color:#888}.sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.widget-title{color:#e74c3c;font-size:1.2rem;font-weight:bold;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e74c3c}.trending-list{list-style:none}.trending-item{padding:.5rem 0;border-bottom:1px solid #eee}.trending-item:last-child{border-bottom:none}.trending-item a{color:#333;text-decoration:none;font-size:.9rem;line-height:1.4}.trending-item a:hover{color:#e74c3c}.footer{background:#333;color:#fff;text-align:center;padding:30px 0;margin-top:50px}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.footer-nav{display:flex;justify-content:center;gap:30px;margin-bottom:20px}.footer-nav a{color:#fff;text-decoration:none;font-size:14px}.footer-nav a:hover{color:#c41e3a}.copyright{font-size:12px;color:#999}@media(max-width: 768px){.nav{display:none}.main-content{grid-template-columns:1fr}.article-grid{grid-template-columns:1fr}.slide-content h2{font-size:1.8rem}.slide-content p{font-size:1rem}.carousel-container{height:220px}.slide-content h2{font-size:1.3rem}.slide-content p{font-size:.85rem}.hero{grid-template-columns:1fr}.hero-hot-news{border-left:none;border-top:1px solid #eee}.container{padding:0 15px}.footer-links{justify-content:center}}@media(max-width: 480px){.header-content{flex-direction:column;gap:1rem}.logo{font-size:1.5rem}.carousel-container{height:250px}.slide-content h2{font-size:1.5rem}.article-grid{gap:1rem}.footer-content{grid-template-columns:1fr;text-align:center}}.list-page{padding-top:20px}.list-page .main-content{display:grid;grid-template-columns:1fr 300px;gap:2rem;margin-bottom:3rem}.list-page .news-list{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.list-page .news-item{display:flex;padding:1.5rem;border-bottom:1px solid #f0f0f0;transition:background .3s ease}.list-page .news-item:hover{background:#f8f9fa}.list-page .news-item:last-child{border-bottom:none}.list-page .news-link{text-decoration:none;color:inherit;display:flex;width:100%;gap:1.5rem}.list-page .news-image{width:200px;height:150px;object-fit:cover;border-radius:6px;flex-shrink:0;background:#ddd;display:flex;align-items:center;justify-content:center;color:#666;font-size:.9rem}.list-page .news-content{flex:1;display:flex;flex-direction:column}.list-page .news-title{font-size:1.3rem;font-weight:bold;color:#333;margin-bottom:.8rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.list-page .news-excerpt{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1rem;flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.list-page .news-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#888}.list-page .news-meta-left{display:flex;gap:1rem}.list-page .news-tag{background:#e74c3c;color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.8rem}.list-page .pagination{display:flex;justify-content:center;align-items:center;margin:2rem 0;gap:.5rem}.list-page .pagination a,.list-page .pagination span{padding:.8rem 1.2rem;text-decoration:none;color:#666;border:1px solid #ddd;border-radius:4px;transition:all .3s ease}.list-page .pagination a:hover{background:#e74c3c;color:#fff;border-color:#e74c3c}.list-page .pagination .current{background:#e74c3c;color:#fff;border-color:#e74c3c}.list-page .pagination .disabled{color:#ccc;cursor:not-allowed}.list-page .sidebar{display:flex;flex-direction:column;gap:2rem}.list-page .sidebar-widget{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,.1)}.list-page .widget-title{color:#e74c3c;font-size:1.2rem;font-weight:bold;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e74c3c}.list-page .trending-list{list-style:none}.list-page .trending-item{padding:.8rem 0;border-bottom:1px solid #eee}.list-page .trending-item:last-child{border-bottom:none}.list-page .trending-item a{color:#333;text-decoration:none;font-size:.9rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.list-page .trending-item a:hover{color:#e74c3c}.list-page .trending-number{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;background:#ddd;color:#fff;font-size:12px;border-radius:3px;margin-right:8px;font-weight:bold}.list-page .trending-item:nth-child(1) .trending-number{background:#e74c3c}.list-page .trending-item:nth-child(2) .trending-number{background:#f39c12}.list-page .trending-item:nth-child(3) .trending-number{background:#27ae60}.list-page .footer{background:#333;color:#fff;padding:2rem 0 1rem;margin-top:3rem}.list-page .footer-links{display:flex;flex-wrap:wrap;gap:2rem;padding:1rem 0;text-align:center;justify-content:center}.list-page .footer-links a{color:#ccc;text-decoration:none;font-size:.9rem}.list-page .footer-links a:hover{color:#fff}.list-page .footer-bottom{text-align:center;padding-top:1rem;border-top:1px solid #555;color:#888}@media(max-width: 768px){.list-page .nav{display:none}.list-page .main-content{grid-template-columns:1fr}.list-page .news-item{flex-direction:column}.list-page .news-link{flex-direction:column;gap:1rem}.list-page .news-image{width:100%;height:200px}.list-page .filter-bar{flex-direction:column;align-items:stretch}.list-page .filter-tabs{justify-content:center}.list-page .pagination{flex-wrap:wrap}.list-page .container{padding:0 15px}}@media(max-width: 480px){.list-page .header-content{flex-direction:column;gap:1rem}.list-page .logo{font-size:1.5rem}.list-page .page-title{font-size:1.5rem}.list-page .news-title{font-size:1.1rem}.list-page .news-image{height:150px}}.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:#e74c3c;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:#e74c3c;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}@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 */
