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:#4a90e2}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, #4a90e2 0%, #357abd 100%);color:#fff;padding:12px 0;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header .container{display:flex;justify-content:space-between;align-items:center}.header .container li{display:inline}.header .logo{font-size:28px;font-weight:bold;letter-spacing:1px}.header .nav{display:flex;gap:30px}.header .nav .nav-link{color:#fff;font-size:16px;font-weight:500;transition:all .3s ease;padding:8px 16px;border-radius:6px}.header .nav .nav-link:hover{background-color:hsla(0,0%,100%,.15);transform:translateY(-1px)}.header .nav .act a{background-color:hsla(0,0%,100%,.15)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.home{background-color:#f8f9fa}.home .main-content{padding:30px 0}.home .main-content .content-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:40px}.home .main-news .featured-news{display:block;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);margin-bottom:30px;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.home .main-news .featured-news:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.home .main-news .featured-news .news-image{overflow:hidden}.home .main-news .featured-news .news-image img{width:100%;height:350px;object-fit:cover;transition:transform .3s ease}.home .main-news .featured-news .news-image:hover img{transform:scale(1.05)}.home .main-news .featured-news .news-content{padding:25px}.home .main-news .featured-news .news-content .news-title{font-size:24px;font-weight:bold;color:#2c3e50;line-height:1.4;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home .main-news .featured-news .news-content .news-description{font-size:16px;color:#666;line-height:1.6;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home .main-news .featured-news .news-content .news-meta{display:flex;gap:20px;color:#999;font-size:14px}.home .main-news .featured-news .news-content .news-meta .time,.home .main-news .featured-news .news-content .news-meta .author{position:relative}.home .main-news .featured-news .news-content .news-meta .time:before,.home .main-news .featured-news .news-content .news-meta .author:before{content:"";width:4px;height:4px;background-color:#4a90e2;border-radius:50%;position:absolute;left:-12px;top:50%;transform:translateY(-50%)}.home .main-news .secondary-news{display:grid;grid-template-columns:1fr 1fr;gap:20px}.home .main-news .secondary-news .news-item{display:block;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px rgba(0,0,0,.06);transition:all .3s ease;text-decoration:none;color:inherit}.home .main-news .secondary-news .news-item:hover{transform:translateY(-3px);box-shadow:0 6px 25px rgba(0,0,0,.1)}.home .main-news .secondary-news .news-item .news-image{overflow:hidden}.home .main-news .secondary-news .news-item .news-image img{width:100%;height:120px;object-fit:cover;transition:transform .3s ease}.home .main-news .secondary-news .news-item .news-image:hover img{transform:scale(1.08)}.home .main-news .secondary-news .news-item .news-content{padding:15px}.home .main-news .secondary-news .news-item .news-content .news-title{font-size:16px;font-weight:600;color:#2c3e50;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home .sidebar .sidebar-title{font-size:20px;font-weight:bold;color:#2c3e50;margin-bottom:20px;padding-left:15px;border-left:4px solid #4a90e2}.home .sidebar .news-list{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.home .sidebar .news-list .news-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #f0f0f0;transition:all .3s ease;text-decoration:none;color:inherit}.home .sidebar .news-list .news-item:last-child{border-bottom:none}.home .sidebar .news-list .news-item:hover{background-color:#f8f9fa;margin:0 -15px;padding:15px;border-radius:8px}.home .sidebar .news-list .news-item .news-image{flex-shrink:0}.home .sidebar .news-list .news-item .news-image img{width:80px;height:60px;object-fit:cover;border-radius:6px}.home .sidebar .news-list .news-item .news-content{flex:1}.home .sidebar .news-list .news-item .news-content .news-title{font-size:14px;font-weight:600;color:#2c3e50;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home .sidebar .news-list .news-item .news-content .news-meta{font-size:12px;color:#999}.home .news-categories{background:#f8f9fa;padding:50px 0;padding-top:0;margin-top:30px}.home .news-categories .category-section{margin-bottom:50px}.home .news-categories .category-section:last-child{margin-bottom:0}.home .news-categories .category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #e9ecef}.home .news-categories .category-header .category-title{font-size:24px;font-weight:bold;color:#2c3e50;position:relative}.home .news-categories .category-header .category-title:before{content:"";position:absolute;bottom:-17px;left:0;width:60px;height:3px;background:#4a90e2;border-radius:2px}.home .news-categories .category-header .view-more{color:#4a90e2;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;padding:8px 20px;border:2px solid #4a90e2;border-radius:25px}.home .news-categories .category-header .view-more:hover{background:#4a90e2;color:#fff;transform:translateX(5px)}.home .news-categories .category-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:25px}.home .news-categories .news-card{display:block;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-decoration:none;color:inherit}.home .news-categories .news-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.home .news-categories .news-card .news-image{overflow:hidden;position:relative}.home .news-categories .news-card .news-image img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.home .news-categories .news-card .news-image:hover img{transform:scale(1.08)}.home .news-categories .news-card .news-content{padding:20px}.home .news-categories .news-card .news-content .news-title{font-size:16px;font-weight:600;color:#2c3e50;line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home .news-categories .news-card .news-content .news-description{font-size:14px;color:#666;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home .news-categories .news-card .news-content .news-meta{display:flex;justify-content:space-between;align-items:center;font-size:14px}.home .news-categories .news-card .news-content .news-meta .time{color:#999}.home .news-categories .news-card .news-content .news-meta .category{background:linear-gradient(135deg, #4a90e2, rgb(117.9571428571, 170.9571428571, 233.0428571429));color:#fff;padding:4px 12px;border-radius:15px;font-size:12px;font-weight:500}.list-page{background-color:#f8f9fa;min-height:100vh;padding-top:20px}.list-page .main-container{max-width:1200px;margin:0 auto;padding:0 20px}.list-page .news-list{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.list-page .news-list .news-item{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .3s ease;text-decoration:none;color:inherit}.list-page .news-list .news-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.list-page .news-list .news-item .news-image{flex-shrink:0;width:250px;height:180px;overflow:hidden}.list-page .news-list .news-item .news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.list-page .news-list .news-item .news-image:hover img{transform:scale(1.05)}.list-page .news-list .news-item .news-content{flex:1;padding:25px;display:flex;flex-direction:column}.list-page .news-list .news-item .news-content .news-title{font-size:20px;font-weight:bold;color:#2c3e50;line-height:1.4;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-page .news-list .news-item .news-content .news-description{font-size:14px;color:#666;line-height:1.6;margin-bottom:15px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.list-page .news-list .news-item .news-content .news-meta{display:flex;gap:15px;align-items:center;font-size:13px;color:#999;margin-top:auto}.list-page .news-list .news-item .news-content .news-meta .time{color:#999}.list-page .news-list .news-item .news-content .news-meta .author{color:#666;font-weight:500}.list-page .news-list .news-item .news-content .news-meta .category{background:linear-gradient(135deg, #4a90e2, rgb(117.9571428571, 170.9571428571, 233.0428571429));color:#fff;padding:4px 12px;border-radius:15px;font-size:12px;font-weight:500}.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:#4a90e2;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:#4a90e2;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)}.list-page{padding-top:10px}.list-page .main-container{padding:0 15px}.list-page .news-list{gap:15px;margin-bottom:30px}.list-page .news-list .news-item{flex-direction:column}.list-page .news-list .news-item .news-image{width:100%;height:200px}.list-page .news-list .news-item .news-content{padding:20px}.list-page .news-list .news-item .news-content .news-title{font-size:16px;margin-bottom:8px;-webkit-line-clamp:2}.list-page .news-list .news-item .news-content .news-description{font-size:13px;margin-bottom:12px;-webkit-line-clamp:2}.list-page .news-list .news-item .news-content .news-meta{gap:10px;font-size:12px;flex-wrap:wrap}.list-page .news-list .news-item .news-content .news-meta .category{font-size:11px;padding:3px 10px}.home .container{padding:0 15px}.home .header .container{flex-direction:column;gap:15px;text-align:center}.home .header .nav{gap:20px;flex-wrap:wrap;justify-content:center}.home .header .nav .nav-link{font-size:14px;padding:6px 12px}.home .main-content{padding:20px 0}.home .main-content .content-wrapper{grid-template-columns:1fr;gap:25px}.home .main-news .featured-news{margin-bottom:20px}.home .main-news .featured-news .news-image img{height:200px}.home .main-news .featured-news .news-content{padding:20px}.home .main-news .featured-news .news-content .news-title{font-size:18px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home .main-news .featured-news .news-content .news-description{font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home .main-news .secondary-news{grid-template-columns:1fr;gap:15px}.home .sidebar .sidebar-title{font-size:18px;margin-bottom:15px;padding-left:12px}.home .sidebar .news-list{padding:20px}.home .sidebar .news-list .news-item:hover{margin:0 -10px;padding:15px 10px}.home .sidebar .news-list .news-item .news-content .news-title{font-size:13px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home .news-categories{padding:30px 0}.home .news-categories .category-section{margin-bottom:35px}.home .news-categories .category-header{flex-direction:column;align-items:flex-start;gap:15px}.home .news-categories .category-header .category-title{font-size:20px}.home .news-categories .category-header .category-title:before{bottom:-10px;width:40px}.home .news-categories .category-header .view-more{font-size:14px;padding:6px 16px;align-self:flex-end}.home .news-categories .category-grid{grid-template-columns:1fr;gap:20px}.home .news-categories .news-card .news-image img{height:150px}.home .news-categories .news-card .news-content{padding:15px}.home .news-categories .news-card .news-content .news-title{font-size:14px;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.home .news-categories .news-card .news-content .news-description{font-size:12px;color:#666;line-height:1.4;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home .news-categories .news-card .news-content .news-meta{font-size:12px}.home .news-categories .news-card .news-content .news-meta .category{font-size:11px;padding:3px 10px}}.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;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.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;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.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}.footer{background:#2c3e50;color:#fff;padding:40px 0 20px;margin-top:60px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-links{text-align:center}.footer-links h4{font-size:16px;margin-bottom:15px;color:#bdc3c7}.links-row{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:20px}.links-row a{color:#bdc3c7;text-decoration:none;font-size:14px;transition:color .3s ease}.links-row a:hover{color:#4a90e2}.footer-bottom{padding-top:20px;border-top:1px solid #34495e;font-size:14px;color:#95a5a6;text-align:center}/*# sourceMappingURL=index.css.map */
