*{margin:0;padding:0;box-sizing:border-box;}body{font-family:'Inter', sans-serif;background-color:#fefefe;color:#2d2e32;line-height:1.5;scroll-behavior:smooth;}.navbar{background:rgba(255, 255, 255, 0.96);backdrop-filter:blur(0px);box-shadow:0 4px 20px rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.05);position:sticky;top:0;z-index:1000;transition:all 0.3s ease;}.container{max-width:1280px;margin:0 auto;padding:0 24px;}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;flex-wrap:wrap;}.logo{font-size:1.7rem;font-weight:700;letter-spacing:-0.01em;background:linear-gradient(135deg, #ff0000, #ff2442);background-clip:text;-webkit-background-clip:text;color:transparent;}.logo span{font-weight:600;color:#3a5e3a;}.nav-phone{display:flex;align-items:center;gap:10px;background:#f2f4f0;padding:10px 20px;border-radius:60px;transition:all 0.2s;}.nav-phone i{font-size:1.2rem;color:#ff2442;}.nav-phone a{text-decoration:none;font-weight:600;font-size:1.1rem;color:#ff2442;letter-spacing:0.3px;}.nav-phone:hover{background:#e0e6db;transform:scale(1.01);}.page-header{padding:4rem 24px 3rem;text-align:center;max-width:1280px;margin:0 auto;}.page-header h1{font-size:2.8rem;font-weight:700;background:linear-gradient(120deg, #ff2442, #ff6b81);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:1rem;letter-spacing:-0.3px;}.page-header p{font-size:1.1rem;color:#6b6b70;margin:0 auto;}.news-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;padding:0 24px;max-width:1280px;margin:0 auto 3rem;}.news-card{display:flex;background:#ffffff;border-radius:20px;overflow:hidden;box-shadow:0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);border:1px solid #efefea;transition:all 0.3s ease;text-decoration:none;color:inherit;}.news-card:hover{transform:translateY(-6px);box-shadow:0 20px 30px -12px rgba(255, 36, 66, 0.18);border-color:#ffd0d6;}.news-thumb{width:38%;min-width:160px;max-height:250px;overflow:hidden;position:relative;flex-shrink:0;}.news-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease;}.news-card:hover .news-thumb img{transform:scale(1.05);}.news-body{padding:1.3rem 1.4rem;display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0;}.news-title{font-size:1.15rem;font-weight:700;color:#2d2e32;line-height:1.45;margin-bottom:0.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color 0.2s;}.news-card:hover .news-title{color:#ff2442;}.news-excerpt{font-size:0.92rem;color:#6b6b70;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0.8rem;}.news-meta{display:flex;align-items:center;justify-content:space-between;font-size:0.82rem;color:#999;padding-top:0.6rem;border-top:1px dashed #eee;}.news-meta .news-date{display:flex;align-items:center;gap:5px;}.news-meta .news-date i{color:#ff2442;font-size:0.85rem;}.news-meta .news-read{color:#ff2442;font-weight:600;}.pagination-pages{margin:20px;display:inline-block;width:100%;text-align:center;}.pagination-wrapper{display:inline-block;}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:0;padding:0;list-style:none;}.pagination li{margin:0;padding:0;}.pagination li a, .pagination li span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;text-decoration:none;color:#6b6b70;font-size:0.95rem;font-weight:500;transition:all 0.2s;border:1px solid #eee;margin:0 3px;}.pagination li a:hover{border-color:#ff2442;color:#ff2442;}.pagination li.active span{background:linear-gradient(120deg, #ff2442, #ff6b81);color:#fff;border-color:transparent;box-shadow:0 4px 12px rgba(255, 36, 66, 0.3);}.pagination li.disabled span{opacity:0.4;cursor:not-allowed;}.pagination li.disabled:hover span{border-color:#eee;color:#6b6b70;}.footer{background:#d61930;color:#cccbc5;padding:2.5rem 0 2rem;margin-top:2rem;}.footer-inner{text-align:center;max-width:1280px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:1.5rem;}.friend-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-bottom:1rem;}.friend-links a{color:#f3f3f3;text-decoration:none;font-size:0.85rem;transition:color 0.2s;position:relative;}.friend-links a:hover{color:#f5e2b0;}.copyright{text-align:center;font-size:0.85rem;border-top:1px solid #ffffff;padding-top:1.5rem;margin-top:0.5rem;}.float-phone{position:fixed;bottom:25px;right:25px;background:#ff1425;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0, 0, 0, 0.25);z-index:999;transition:all 0.2s;cursor:pointer;}.float-phone a{color:white;font-size:26px;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;text-decoration:none;}.float-phone:hover{background:#ff5a65;transform:scale(1.05);}@media (max-width:768px){.nav-container{flex-direction:column;gap:12px;}.page-header h1{font-size:2rem;}.page-header{padding:2.5rem 16px 2rem;}.news-list{grid-template-columns:1fr;gap:1.2rem;padding:0 16px;}.news-thumb{width:40%;min-width:130px;}.news-body{padding:1rem 1.1rem;}.news-title{font-size:1rem;}.pagination a, .pagination span{width:36px;height:36px;font-size:0.85rem;}.pagination .prev, .pagination .next{padding:0 12px;}}@media (max-width:480px){.news-card{flex-direction:column;}.news-thumb{width:100%;min-width:auto;max-height:200px;}}.agentAdvertising{display:none;}