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:gold}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:#f8f9fa;min-height:100vh}.header{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;padding:15px 0;position:sticky;top:0;z-index:1000;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 20px}.logo{font-size:24px;font-weight:bold;color:#fff;text-decoration:none}.logo img{height:40px}.nav-menu{display:flex;list-style:none;gap:30px}.nav-menu a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover,.nav-menu .act a{color:gold}.nav-menu a:hover::after,.nav-menu .act a::after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.main-content{max-width:1200px;margin:40px auto;padding:0 20px}.hero-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto;gap:20px;margin-bottom:40px}.hero-card{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.hero-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.2)}.hero-card.large{grid-row:span 2;min-height:400px}.hero-card.medium{min-height:190px}.hero-card img{width:100%;height:100%;object-fit:cover}.card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0, 0, 0, 0.8));color:#fff;padding:30px 20px 20px}.card-category{display:inline-block;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:bold;text-transform:uppercase;margin-bottom:10px;color:#fff}.politics{background-color:#e74c3c}.fashion{background-color:#f39c12}.football{background-color:#3498db}.food{background-color:#e67e22}.nature{background-color:#27ae60}.science{background-color:#9b59b6}.card-title{font-size:18px;font-weight:bold;line-height:1.3;margin-bottom:10px}.card-meta{font-size:12px;opacity:.9;display:flex;align-items:center;gap:15px}.content-section{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin-top:50px}.section-title{font-size:28px;font-weight:bold;margin-bottom:30px;color:#2c3e50;position:relative}.section-title::after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.fashion-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.view-more-btn{text-align:center;margin-top:30px}.btn-primary{display:inline-block;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;padding:12px 30px;text-decoration:none;border-radius:25px;font-weight:bold;transition:transform .3s ease,box-shadow .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.more-fashion-page{animation:fadeInUp .5s ease forwards}.page-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #ecf0f1}.back-btn{background:#f8f9fa;border:1px solid #dee2e6;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;color:#495057;transition:all .3s ease}.back-btn:hover{background:#e9ecef;color:#212529}.fashion-list{display:flex;flex-direction:column;gap:20px}.fashion-list-item{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.fashion-list-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.list-image{width:200px;height:150px;object-fit:cover;flex-shrink:0}.list-content{padding:20px;flex:1}.list-title{font-size:18px;font-weight:bold;color:#2c3e50;margin:10px 0;line-height:1.4}.list-excerpt{color:#7f8c8d;font-size:14px;line-height:1.5;margin-bottom:15px}.list-meta{display:flex;align-items:center;gap:15px;font-size:12px;color:#95a5a6}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px;padding:20px 0}.page-btn{background:#fff;border:1px solid #dee2e6;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:14px;color:#495057;transition:all .3s ease;min-width:40px}.page-btn:hover{background:#f8f9fa;border-color:#adb5bd}.page-btn.active{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border-color:rgba(0,0,0,0)}.page-btn.next{padding:8px 16px;min-width:auto}.category-page{animation:fadeInUp .5s ease forwards}.category-articles-list{display:flex;flex-direction:column;gap:20px}.category-list-item{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.category-list-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.fashion-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease}.fashion-card:hover{transform:translateY(-3px)}.fashion-card img{width:100%;height:200px;object-fit:cover}.fashion-card-content{padding:20px}.fashion-card-title{font-size:16px;font-weight:bold;margin-bottom:10px;color:#2c3e50}.fashion-card-excerpt{font-size:14px;color:#7f8c8d;line-height:1.5;margin-bottom:15px}.fashion-card-meta{font-size:12px;color:#95a5a6;display:flex;align-items:center;gap:10px}.sidebar{background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,.08);height:fit-content}.categories-list{list-style:none;margin-bottom:40px}.categories-list li{display:flex;align-items:center;padding:12px 0;gap:10px;border-bottom:1px solid #ecf0f1;transition:background-color .3s ease}.categories-list li:hover{background-color:#f8f9fa;margin:0 -15px;padding-left:15px;padding-right:15px;border-radius:8px}.category-name{color:#2c3e50;text-decoration:none;font-weight:500}.category-count{background-color:#3498db;color:#fff;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:bold}.ad-section{margin-top:40px}.ad-banner{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:20px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease;position:relative}.ad-banner:hover{transform:translateY(-2px)}.ad-banner img{width:100%;height:120px;object-fit:cover}.ad-content{padding:15px}.ad-content h4{color:#2c3e50;margin-bottom:8px;font-size:16px}.ad-content p{color:#7f8c8d;font-size:14px;margin-bottom:12px;line-height:1.4}.ad-btn{background:linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:bold;cursor:pointer;transition:transform .2s ease}.ad-btn:hover{transform:scale(1.05)}.ad-banner.vertical{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;min-height:200px;display:flex;align-items:center;justify-content:center}.ad-content-vertical{text-align:center;padding:20px}.ad-content-vertical h3{margin-bottom:10px;font-size:20px}.ad-content-vertical p{color:hsla(0,0%,100%,.9);margin-bottom:15px}.ad-btn-large{background:hsla(0,0%,100%,.2);color:#fff;border:2px solid #fff;padding:10px 20px;border-radius:25px;font-weight:bold;cursor:pointer;transition:background-color .3s ease}.ad-btn-large:hover{background:hsla(0,0%,100%,.3)}@media(max-width: 768px){.nav-menu{display:none}.mobile-menu-btn{display:block}.hero-grid{grid-template-columns:1fr;grid-template-rows:auto}.hero-card.large{grid-row:span 1;min-height:250px}.content-section{grid-template-columns:1fr;gap:30px}.fashion-grid{grid-template-columns:1fr}.fashion-list-item{flex-direction:column}.list-image{width:100%;height:200px}.category-list-item{flex-direction:column}.main-content{padding:0 15px}}@media(max-width: 480px){.hero-card{min-height:200px}.card-title{font-size:16px}.section-title{font-size:24px}.sidebar{padding:20px}.fashion-grid{grid-template-columns:1fr}.list-image{width:100%;height:200px}.list-content{padding:15px}.list-title{font-size:16px}.pagination{flex-wrap:wrap;gap:5px}.page-btn{padding:6px 10px;font-size:12px;min-width:35px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-card{animation:fadeInUp .6s ease forwards}.hero-card:nth-child(1){animation-delay:.1s}.hero-card:nth-child(2){animation-delay:.2s}.hero-card:nth-child(3){animation-delay:.3s}.hero-card:nth-child(4){animation-delay:.4s}.hero-card:nth-child(5){animation-delay:.5s}footer{background:#2c3e50;color:#fff;padding:30px 0;margin-top:40px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;text-align:center}.footer-links{margin-bottom:20px}.footer-links a{color:#bdc3c7;text-decoration:none;margin:0 15px;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{padding-top:20px;border-top:1px solid #34495e;font-size:14px;color:#95a5a6}.list-page .main-content{max-width:1200px;margin:40px auto;padding:0 20px}.list-page .page-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #ecf0f1}.list-page .back-btn{background:#f8f9fa;border:1px solid #dee2e6;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;color:#495057;transition:all .3s ease;text-decoration:none}.list-page .back-btn:hover{background:#e9ecef;color:#212529}.list-page .section-title{font-size:28px;font-weight:bold;color:#2c3e50;position:relative}.list-page .section-title::after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%)}.list-page .category-tags{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:40px;padding:20px;background:#fff;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.08)}.list-page .category-tag{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:bold;text-decoration:none;color:#fff;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.list-page .category-tag:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.list-page .category-tag.politics{background-color:#e74c3c}.list-page .category-tag.fashion{background-color:#f39c12}.list-page .category-tag.football{background-color:#3498db}.list-page .category-tag.food{background-color:#e67e22}.list-page .category-tag.nature{background-color:#a781cb}.list-page .category-tag.science{background-color:#9b59b6}.list-page .category-tag.business{background-color:#34495e}.list-page .category-tag.entertainment{background-color:#e91e63}.list-page .category-tag.active{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.list-page .articles-list{display:flex;flex-direction:column;gap:20px}.list-page .article-item{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.list-page .article-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.12)}.list-page .artcle-img{width:200px;height:201px}.list-page .artcle-img img{width:100%;height:100%;object-fit:cover}.list-page .article-content{padding:20px;flex:1}.list-page .article-category{display:inline-block;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:bold;text-transform:uppercase;margin-bottom:10px;color:#fff}.list-page .article-title{font-size:18px;font-weight:bold;color:#2c3e50;margin:10px 0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.list-page .article-excerpt{color:#7f8c8d;font-size:14px;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-page .article-meta{display:flex;align-items:center;gap:15px;font-size:12px;color:#95a5a6}.list-page .pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px;padding:20px 0}.list-page .page-btn{background:#fff;border:1px solid #dee2e6;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:14px;color:#495057;transition:all .3s ease;min-width:40px}.list-page .page-btn:hover{background:#f8f9fa;border-color:#adb5bd}.list-page .page-btn.active{background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);color:#fff;border-color:rgba(0,0,0,0)}.list-page .page-btn.next{padding:8px 16px;min-width:auto}@media(max-width: 768px){.list-page .nav-menu{display:none}.list-page .mobile-menu-btn{display:block}.list-page .article-item{flex-direction:column}.list-page .article-image{width:100%;height:200px}.list-page .category-tags{padding:15px}.list-page .category-tag{font-size:12px;padding:6px 12px}.list-page .artcle-img{width:100%}}@media(max-width: 480px){.list-page .main-content{padding:0 15px}.list-page .article-content{padding:15px}.list-page .article-title{font-size:16px}.list-page .pagination{flex-wrap:wrap;gap:5px}.list-page .page-btn{padding:6px 10px;font-size:12px;min-width:35px}.list-page .section-title{font-size:24px}}.navbar{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);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;font-weight:500;transition:color .3s;font-size:14px;padding-bottom:10px}.nav-menu .active a{color:gold;border-bottom:2px solid gold}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.menu-toggle span{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s}@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;color:#333}.nav-menu .nav-item a{color:#333 !important}.nav-menu .active a{color:gold !important}.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:gold;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:gold;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 */
