@tailwind base;@tailwind components;@tailwind utilities;:root{--ink:#142126;--muted:#68777b;--paper:#f7f8f5;--surface:#fff;--line:#dce5e2;--teal:#087f78;--teal-dark:#075c5a;--coral:#e36c4f;--lime:#d7df5b}*{box-sizing:border-box}html{scroll-behavior:smooth}body.site-body{background:var(--paper);color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-container{width:min(1180px,100% - 40px);margin:0 auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f8f5f5;border-bottom:1px solid #1421261a;position:sticky;top:0}.site-header__inner{align-items:center;gap:26px;min-height:76px;display:flex}.brand{flex:none;align-items:center;gap:10px;display:inline-flex}.brand__mark{background:var(--teal);color:#fff;letter-spacing:-.08em;place-items:center;width:37px;height:37px;font-size:21px;font-weight:800;display:grid}.brand strong,.brand small{line-height:1.15;display:block}.brand strong{letter-spacing:.04em;font-size:15px}.brand small{color:var(--muted);letter-spacing:.08em;margin-top:4px;font-size:10px}.site-nav{align-items:center;gap:4px;margin-left:auto;display:flex}.site-nav a{color:#526366;white-space:nowrap;padding:8px 11px;font-size:14px}.site-nav a:hover,.site-nav a.is-active{color:var(--teal-dark)}.site-nav a.is-active{font-weight:700}.header-search{border:1px solid var(--line);background:var(--surface);align-items:center;width:155px;display:flex}.header-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:8px 10px;font-size:13px}.header-search button{width:32px;color:var(--teal);cursor:pointer;background:0 0;border:0;font-size:21px;line-height:1}.mobile-toggle{background:0 0;border:0;margin-left:auto;padding:8px;display:none}.mobile-toggle span{background:var(--ink);width:22px;height:2px;margin:4px 0;display:block}.home-hero{border-bottom:1px solid var(--line);background:#e5efeb}.home-hero__grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:center;gap:50px;min-height:425px;padding:72px 0 76px;display:grid}.eyebrow{color:var(--teal);letter-spacing:.16em;margin:0 0 12px;font-size:11px;font-weight:800;line-height:1.2}.home-hero h1{max-width:670px;color:var(--ink);letter-spacing:-.05em;margin:0;font-size:clamp(42px,6vw,74px);font-weight:750;line-height:.98}.home-hero__copy>p:not(.eyebrow){color:#4d6264;max-width:560px;margin:25px 0 0;font-size:17px}.home-hero__actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.button{cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:42px;padding:9px 17px;font-size:14px;font-weight:700;display:inline-flex}.button--primary{background:var(--teal);color:#fff}.button--primary:hover{background:var(--teal-dark)}.button--ghost{color:var(--teal-dark);border-color:#94b4ad}.button--ghost:hover{border-color:var(--teal);background:#ffffff8c}.home-hero__signal{background:#f8fbf8;border:1px solid #afcac2;min-height:235px;position:relative;overflow:hidden}.home-hero__signal:before,.home-hero__signal:after{content:"";background:#d9e9e3;position:absolute}.home-hero__signal:before{height:1px;top:50%;left:0;right:0}.home-hero__signal:after{width:1px;top:0;bottom:0;left:50%}.signal-panel{background:#ffffffe0;border:1px solid #c9ddd7;flex-direction:column;justify-content:end;align-items:start;padding:22px;display:flex;position:absolute;inset:20px}.signal-panel span{color:var(--coral);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.signal-panel strong{color:var(--teal-dark);letter-spacing:-.06em;margin-top:5px;font-size:60px;font-weight:750;line-height:1}.signal-panel small{color:var(--muted);margin-top:8px;font-size:13px}.page-stack{padding-top:62px;padding-bottom:80px}.content-section{margin-top:70px}.section-band{background:#eef3ee;margin-left:calc(590px - 50vw);margin-right:calc(590px - 50vw);padding:54px max(20px,50vw - 590px)}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:23px;display:flex}.section-heading h2{letter-spacing:-.04em;margin:0;font-size:30px;font-weight:750}.text-link{color:var(--teal);white-space:nowrap;font-size:13px;font-weight:750}.text-link span{color:var(--coral);margin-left:5px;font-size:18px}.featured-grid,.article-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.article-list--home{margin-top:18px}.article-list--wide{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card{border-top:2px solid var(--teal);background:var(--surface);flex-direction:column;min-width:0;display:flex}.article-card__cover{aspect-ratio:16/9;background:#dbe7e4;overflow:hidden}.article-card__cover img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.article-card:hover .article-card__cover img{transform:scale(1.035)}.article-card__body{flex-direction:column;flex:1;min-height:145px;padding:17px 18px 19px;display:flex}.article-card__meta{color:var(--coral);justify-content:space-between;gap:10px;font-size:11px;font-weight:750;display:flex}.article-card__meta time{color:var(--muted);font-weight:500}.article-card h3{margin:12px 0 0;font-size:17px;line-height:1.38}.article-card h3 a:hover{color:var(--teal)}.article-card p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:9px 0 0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.special-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.special-card{background:var(--teal-dark);align-items:end;min-height:180px;display:flex;position:relative;overflow:hidden}.special-card img{object-fit:cover;opacity:.62;width:100%;height:100%;position:absolute;inset:0}.special-card span{color:#fff;background:#073d3dc7;width:100%;padding:22px;position:relative}.special-card small,.special-card strong{display:block}.special-card small{color:var(--lime);letter-spacing:.14em;font-size:11px}.special-card strong{margin-top:6px;font-size:19px;line-height:1.3}.link-logo-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.link-logo-grid a{border:1px solid var(--line);background:var(--surface);min-height:72px;color:var(--muted);text-align:center;place-items:center;padding:12px;font-size:12px;display:grid}.link-logo-grid a:hover{color:var(--teal-dark);border-color:#8ab8ae}.link-logo-grid img{object-fit:contain;max-width:100%;max-height:38px}.page-intro{border-bottom:1px solid var(--line);max-width:760px;padding-bottom:38px}.page-intro--compact{max-width:680px}.page-intro h1{letter-spacing:-.05em;margin:0;font-size:clamp(36px,5vw,58px);line-height:1.04}.page-intro p{color:var(--muted);margin:18px 0 0;font-size:16px}.breadcrumb{color:var(--muted);flex-wrap:wrap;gap:8px;margin-top:25px;font-size:12px;display:flex}.breadcrumb a:hover{color:var(--teal)}.subnav{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.subnav a,.tag-list a{border:1px solid var(--line);background:var(--surface);color:var(--teal-dark);padding:7px 12px;font-size:13px}.subnav a:hover,.tag-list a:hover{border-color:var(--teal)}.result-count{color:var(--muted);font-size:12px}.pagination{color:var(--muted);justify-content:center;align-items:center;gap:16px;margin-top:30px;font-size:13px;display:flex}.pagination a{color:var(--teal);font-weight:700}.pagination__disabled{color:#aab6b5}.article-page{padding-top:38px;padding-bottom:90px}.article-header{text-align:center;max-width:850px;margin:44px auto 0}.article-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(33px,5vw,60px);line-height:1.08}.article-header__meta{color:var(--muted);flex-wrap:wrap;justify-content:center;gap:14px;margin-top:19px;font-size:12px;display:flex}.article-cover{background:#e5ece9;max-width:900px;margin:37px auto 0}.article-cover img{object-fit:cover;width:100%;max-height:470px}.article-layout{grid-template-columns:minmax(0,1fr) 220px;gap:60px;max-width:980px;margin:54px auto 0;display:grid}.article-body{color:#324448;overflow-wrap:anywhere;min-width:0;font-family:Georgia,Songti SC,serif;font-size:17px;line-height:1.95}.article-body p{margin:0 0 1.2em}.article-body h2,.article-body h3{color:var(--ink);margin:1.7em 0 .55em;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.25}.article-body a{color:var(--teal);text-decoration:underline}.article-body img{max-width:100%;height:auto;margin:22px auto}.article-body table{border-collapse:collapse;max-width:100%;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;display:block;overflow-x:auto}.article-body th,.article-body td{border:1px solid var(--line);padding:8px 10px}.article-aside{border-left:1px solid var(--line);padding-left:22px}.aside-block+.aside-block{margin-top:30px}.aside-block h2{letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px;font-size:13px}.tag-list{flex-wrap:wrap;gap:7px;display:flex}.meta-list{color:var(--muted);margin:0;font-size:12px}.meta-list div{border-bottom:1px solid var(--line);justify-content:space-between;gap:10px;padding:9px 0;display:flex}.meta-list dt,.meta-list dd{margin:0}.meta-list dd{color:var(--ink);text-align:right}.related-section{border-top:1px solid var(--line);padding-top:44px}.special-hero{border:1px solid var(--line);background:#e8f0eb;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);align-items:center;gap:38px;padding:24px;display:grid}.special-hero img{object-fit:cover;width:100%;max-height:280px}.special-hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(33px,5vw,56px);line-height:1.05}.special-hero p:not(.eyebrow){color:var(--muted);margin:18px 0 0}.search-form{gap:10px;margin-top:28px;display:flex}.search-form input{width:min(520px,100%);color:var(--ink);background:#fff;border:1px solid #b7c9c4;outline:0;padding:11px 13px}.search-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #087f781f}.links-section{margin-top:48px}.link-logo-grid--large{grid-template-columns:repeat(4,minmax(0,1fr))}.empty-state{min-height:120px;color:var(--muted);border:1px dashed #b9c9c5;place-items:center;font-size:13px;display:grid}.site-footer{background:#dfeae5;border-top:1px solid #cddbd6}.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr;gap:50px;padding:48px 0;display:grid}.brand--footer .brand__mark{background:var(--coral)}.site-footer__muted,.site-footer span,.site-footer a{color:#607375;font-size:12px;display:block}.site-footer__muted{max-width:300px;margin:17px 0 0;line-height:1.7}.site-footer h2{color:var(--ink);margin:0 0 13px;font-size:13px}.site-footer a+a,.site-footer span+span{margin-top:8px}.site-footer a:hover{color:var(--teal)}.site-footer__bottom{color:#718183;border-top:1px solid #c5d5cf;padding:16px 0 21px;font-size:11px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=900px){.site-header__inner{flex-wrap:wrap}.mobile-toggle{display:block}.site-nav{border-top:1px solid var(--line);flex-direction:column;order:4;align-items:stretch;width:100%;padding:8px 0 12px;display:none}.site-nav--open{display:flex}.site-nav a{padding:9px 0}.header-search{width:170px;margin-left:auto}.home-hero__grid{grid-template-columns:1fr;padding-top:58px}.home-hero__signal{max-width:500px}.article-list,.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.link-logo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.section-band{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}}@media (width<=620px){.site-container{width:min(100% - 28px,1180px)}.site-header__inner{gap:12px;min-height:66px}.header-search{order:5;width:100%;margin:0 0 10px}.home-hero h1{font-size:47px}.home-hero__copy>p:not(.eyebrow){font-size:15px}.page-stack{padding-top:40px;padding-bottom:58px}.content-section{margin-top:48px}.section-heading{flex-direction:column;align-items:start;gap:8px}.section-heading h2{font-size:26px}.article-list,.featured-grid,.special-grid,.article-list--wide{grid-template-columns:1fr}.link-logo-grid,.link-logo-grid--large{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout,.special-hero{grid-template-columns:1fr;gap:25px}.article-aside{border-top:1px solid var(--line);border-left:0;padding:25px 0 0}.article-body{font-size:16px}.site-footer__grid{grid-template-columns:1fr;gap:28px;padding:36px 0}}.legacy-site{color:#333;background:#fff;font-family:Microsoft Yahei,PingFang SC,Arial,sans-serif}.legacy-site a:hover{text-decoration:none}.clearfix:before,.clearfix:after,.common-header-clearfix:before,.common-header-clearfix:after{content:"";display:table}.clearfix:after,.common-header-clearfix:after{clear:both}.fl,.pull-left{float:left}.fr,.pull-right{float:right}.pr{position:relative}.header{background:#fff;width:100%}.header_cnt{width:1202px;height:100px;margin-left:auto;margin-right:auto;overflow:hidden}.header_cnt_l{float:left;width:339px;height:60px;padding:20px 0;position:relative;overflow:hidden}.header_cnt_l a,.header_cnt_l img{width:100%;height:100%;display:block}.header_cnt_2{float:right;width:440px;height:83px;padding-top:0;padding-left:246px;overflow:hidden}.header_cnt_2_t{width:440px;height:36px;position:relative}.search_head{color:#444;border:1px solid #bebebe;width:330px;height:34px;padding-left:14px;line-height:34px}.header_cnt_2_t button{color:#fff;text-align:center;cursor:pointer;background-color:#2f5398;border:0;width:96px;height:36px;font-size:18px;line-height:36px;display:block;position:absolute;top:0;right:0}.header_cnt_2_b{width:100%;height:30px;line-height:30px}.header_cnt_2_b a{text-align:center;color:#999;float:left;width:25%;height:100%;font-size:12px;line-height:30px;display:block;position:relative;overflow:hidden}.header_cnt_2_b a:hover{color:#ee4b4b}.nav_cnt{width:100%;min-height:60px}.ali-common-header{background:#2f5398;width:100%;min-height:62px}.ali-common-header-inner{min-width:1000px;max-width:1200px;margin:0 auto;position:relative}.legacy-nav-toggle{color:#fff;background:0 0;border:1px solid #fff6;margin:12px 0 0 14px;padding:8px 12px;display:none}.legacy-menu{color:#fff;width:100%;margin:0;padding:0;font-size:18px;line-height:62px;list-style:none}.legacy-menu li.top-menu-item{float:left;z-index:1;text-align:center;width:auto;list-style:none;position:relative}.legacy-menu .menu-hd{color:#fff;padding:0 18px;text-decoration:none;display:inline-block}.legacy-menu .menu-hd:hover{background:#0196bd}.top-banner{background:#fff;width:100%;padding-top:12px}.top-banner__inner{grid-template-columns:1fr;gap:10px;width:1200px;margin:0 auto;display:grid}.top-banner__ad img{object-fit:cover;width:1200px;height:86px}.main_contain_cnt{width:1202px;height:auto;margin-left:auto;margin-right:auto;overflow:hidden}.first-view{padding-top:18px}.headline{text-align:center;background-color:#fff;padding:20px 18px}.headline-big{font-size:39px;font-weight:700;line-height:1.15}.headline-big a{color:#0a2167;font-family:Microsoft Yahei,Arial,sans-serif}.headline-list{color:#444;margin-top:12px;font-size:18px;line-height:1.8}.headline-list a{color:#0a2167;margin-left:6px}.legacy-carousel{background:#f5f5f5;width:1200px;height:490px;margin:20px auto 0;position:relative;overflow:hidden}.legacy-carousel .item{display:none;position:absolute;inset:0}.legacy-carousel .item.inline{display:block}.legacy-carousel img{object-fit:cover;width:1200px;height:490px;display:block}.legacy-carousel b{opacity:.6;background-color:#2f5398;width:100%;height:78px;position:absolute;bottom:0;left:0}.legacy-carousel span{color:#fff;text-align:center;width:100%;font:18px/32px Microsoft Yahei,Arial,sans-serif;position:absolute;bottom:37px;left:0}.legacy-side{margin-top:24px}.first-view-grid{grid-template-columns:360px minmax(0,1fr) 360px;align-items:start;gap:20px;display:grid}.first-view-grid .headline{flex-direction:column;justify-content:center;height:490px;display:flex}.first-view-grid .legacy-carousel,.first-view-grid .legacy-side{margin-top:0}.hot-personality-nav{background:#fff;border-bottom:1px solid #2f53982e;height:46px;line-height:46px;position:relative}.hot-personality-nav .nav-hot,.hot-personality-nav .nav-personality{color:#0a2167;padding:0 14px;font-weight:700;display:inline-block}.hot-personality-nav .active{color:#ee4b4b}.hot-personality-nav .more{position:absolute;top:0;right:0}.hot-personality-nav .more a{color:#8d8d8d}.hot-personality-content{background:#fff;padding:0 0 10px}.hot-news-top .hnt-list,.hot-news-bottom .hnb-list,.special_more_item{padding:0 10px}.hnt-item,.hnb-item{margin-top:12px;padding-left:18px;position:relative}.hnt-item .dot,.hnb-item .dot-sm,.special_more_item li i{background:#ee4b4b;border-radius:50%;width:10px;height:10px;position:absolute;top:5px;left:0}.title-lg,.title-sub{color:#444;display:block}.title-lg{font-size:16px;font-weight:700}.title-sm-wrap{color:#666;margin-top:8px;font-size:13px;line-height:1.7}.title-sub{font-size:13px;line-height:1.6}.main-columns{grid-template-columns:minmax(0,1fr) 360px;gap:28px;margin-top:34px;display:grid}.main_left,.main_right{min-width:0}.main_r_title{width:auto;height:40px;margin-bottom:18px;position:relative}.main_r_title h4{width:100%;height:100%}.main_r_title h4 span{color:#ec4b4b;border-bottom:2px solid #666;width:100%;height:38px;font-family:Helvetica,Tahoma,Microsoft Yahei,sans-serif;font-size:20px;font-weight:400;line-height:38px;display:block;position:relative}.main_r_title h4 span em{background-color:#ec4b4b;width:72px;height:2px;display:block;position:absolute;bottom:-2px;left:0;overflow:hidden}ul.listNewsTimeLy{width:100%;height:auto;overflow:hidden}.listNewsTimeLy .listNews-item-s1{border-bottom:1px solid #e9e9e9;height:135px;padding:15px 0;position:relative}.listNewsTimeLy .listNews-item-s1 .img a{width:180px;height:135px;display:block;overflow:hidden}.listNewsTimeLy .listNews-item-s1 .img img{object-fit:cover;width:180px;height:135px}.listNewsTimeLy .listNews-item-s1 .info{height:135px;margin-left:200px;position:relative}.listNewsTimeLy .listNews-item-s1 .info h3{font-size:18px;line-height:28px}.listNewsTimeLy .listNews-item-s1 .info .desc{color:#666;margin-top:10px;font-size:14px;line-height:20px}.listNewsTimeLy .listNews-item-s1 .info .from{color:#999;font-size:12px;position:absolute;bottom:0;left:0}ul.main_item_news{width:100%;height:auto;overflow:hidden}ul.main_item_news li{float:left;width:145px;height:142px;padding:0 0 10px 10px;display:inline;overflow:hidden}ul.main_item_news li a.news_pic{width:145px;height:105px;display:block;overflow:hidden}ul.main_item_news li a.news_pic img{object-fit:cover;width:145px;height:105px}ul.main_item_news li a.title_news{width:125px;height:34px;margin:3px auto 0;font-size:12px;line-height:16px;display:block;overflow:hidden}.topic-grid,.topic-grid li{padding-left:0}.topic-grid--small li{width:170px}.topic-empty{color:#999;text-align:center;width:100%;padding:18px 0;font-size:13px}ul.special_more_item li{width:280px;height:auto;padding-left:20px;font-size:14px;line-height:25px;position:relative;overflow:hidden}ul.special_more_item li a{color:#444;font-size:13px}.link-wall{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.link-wall a{color:#444;text-align:center;background:#fff;border:1px solid #e4e4e4;place-items:center;min-height:72px;padding:10px;display:grid;overflow:hidden}.link-wall img{object-fit:contain;max-width:100%;max-height:48px}.bottom-panels{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:34px;padding-bottom:44px;display:grid}.bottom-panel{background:#fff;padding:0 0 10px}.footer_cnt{color:#333;text-align:center;background-color:#f7f7f7;border-top:1px solid #e3e5e8;width:100%;padding:30px 0;font-size:12px;line-height:20px;overflow:hidden}.footer_cnt_inner{width:1202px;margin:0 auto}.footer_grid{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin-bottom:24px;display:grid}.footer_grid h2{color:#222;margin:0 0 14px;font-size:16px}.footer_grid a,.footer_grid p{color:#444;line-height:1.9;display:block}.footer_copy{color:#666;border-top:1px solid #e2e2e2;padding-top:18px}@media (width<=1240px){.header_cnt,.top-banner__inner,.main_contain_cnt,.footer_cnt_inner{width:calc(100% - 28px)}.legacy-carousel img{width:100%}.first-view-grid{grid-template-columns:1fr}.first-view-grid .headline{height:auto}}@media (width<=900px){.header_cnt{height:auto}.header_cnt_l,.header_cnt_2{float:none;width:auto;padding-left:0}.header_cnt_l{width:339px;max-width:100%}.header_cnt_2{height:auto;padding-bottom:14px}.legacy-nav-toggle{display:inline-block}.legacy-menu{padding:10px 0 14px;line-height:1.8;display:none}.legacy-menu--open{display:block}.legacy-menu li.top-menu-item{float:none;text-align:left}.main-columns,.bottom-panels,.footer_grid{grid-template-columns:1fr}.legacy-carousel{width:100%;height:auto}.legacy-carousel img{aspect-ratio:12/5;height:auto}.top-banner__ad img{width:100%;height:auto}}@media (width<=640px){.main_contain_cnt{width:calc(100% - 20px)}.headline-big{font-size:26px}.headline-list{font-size:14px}.legacy-side,.main-columns,.bottom-panels{margin-top:20px}.link-wall{grid-template-columns:repeat(2,minmax(0,1fr))}ul.main_item_news li,.topic-grid--small li{width:50%}.listNewsTimeLy .listNews-item-s1{height:auto}.listNewsTimeLy .listNews-item-s1 .img,.listNewsTimeLy .listNews-item-s1 .info{float:none;margin-left:0}.listNewsTimeLy .listNews-item-s1 .info{height:auto;margin-top:12px}}.legacy-home{color:#444;width:1202px;margin:0 auto;padding:20px 0 42px;font-size:13px}.legacy-home__headline{text-align:center;background:#fff;padding:28px 20px 24px}.legacy-home__headline h1{color:#09206a;margin:0;font-size:39px;font-weight:700;line-height:1.2}.legacy-home__headline h1 a:hover{color:#2f5398}.legacy-home__headline p{color:#444;margin:12px 0 0;font-size:15px;line-height:1.8}.legacy-home__headline p a{color:#09206a}.legacy-home__carousel{background:#e8edf5;width:1202px;height:430px;margin-top:20px;position:relative;overflow:hidden}.legacy-home__slide{display:block;position:absolute;inset:0}.legacy-home__slide img{object-fit:cover;width:100%;height:100%}.legacy-home__slide>span{color:#fff;text-align:center;background:#00000085;padding:16px 24px;font-size:19px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.legacy-home__dots{z-index:3;gap:7px;display:flex;position:absolute;bottom:16px;right:22px}.legacy-home__dots button{opacity:.6;cursor:pointer;background:#fff;border:0;border-radius:50%;width:9px;height:9px;padding:0}.legacy-home__dots button.is-active{opacity:1;background:#ee4b4b;width:12px;height:12px;margin-top:-2px}.legacy-home__columns{background:#f6f6f6;grid-template-columns:380px 460px 320px;gap:20px;width:100%;margin-top:20px;padding:20px 0 0;display:grid}.legacy-home__column{background:#fff;min-width:0;padding:0 10px}.legacy-section-title{border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:center;min-height:60px;display:flex}.legacy-section-title span{color:#fff;background:#2f5398;border-left:5px solid #d9232e;align-items:center;min-width:128px;height:58px;padding:0 20px;font-size:18px;font-weight:700;display:inline-flex}.legacy-section-title a{color:#777;font-size:13px}.legacy-section-title a:hover{color:#ee4b4b}.legacy-section-title--red span{color:#ee4b4b;background:0 0;border-left:0;font-weight:400}.legacy-section-title--spaced{margin-top:22px}.legacy-news-tabs{border-bottom:1px solid #ebebeb;align-items:stretch;min-height:62px;display:flex;position:relative}.legacy-news-tabs a{color:#333;white-space:nowrap;flex-shrink:0;align-items:center;padding:0 26px;font-size:18px;font-weight:300;line-height:1;display:flex}.legacy-news-tabs a:hover{color:#2f5398}.legacy-news-tabs__active{background:#2f5398;border-left:10px solid #d9232e;min-width:180px;font-size:20px;position:relative;color:#fff!important;font-weight:700!important}.legacy-news-tabs__active:after{content:"";background:#ee4b4b;height:4px;position:absolute;bottom:-3px;left:0;right:0}.legacy-news-tabs__more{height:100%;position:absolute;top:0;right:0;color:#777!important;padding-right:0!important;font-size:13px!important}.legacy-featured-news{padding:24px 0 9px}.legacy-featured-news article{padding-left:30px;position:relative}.legacy-featured-news article+article{margin-top:20px}.legacy-featured-news article>i{background:#ee4b4b;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:2px}.legacy-featured-news article>a{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;line-height:1.35;display:block;overflow:hidden}.legacy-featured-news article>a:hover{color:#ee4b4b}.legacy-featured-news article p{color:#555;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;margin:10px 0 0;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.legacy-latest-list{margin-top:12px;padding-bottom:14px}.legacy-latest-list li{min-height:37px;line-height:37px}.legacy-latest-list a{font-size:14px}@media (width<=620px){.legacy-news-tabs{min-height:62px}.legacy-news-tabs a{padding:0 12px;font-size:16px}.legacy-news-tabs__active{border-left-width:6px;min-width:0}.legacy-news-tabs__more{display:none}.legacy-featured-news{padding-top:20px}.legacy-featured-news article{padding-left:23px}.legacy-featured-news article+article{margin-top:18px}.legacy-featured-news article>i{width:9px;height:9px;top:11px}.legacy-featured-news article>a{white-space:normal;font-size:16px;line-height:1.45}.legacy-featured-news article p{margin-top:8px;font-size:13px;line-height:1.6}.legacy-latest-list a{font-size:13px}}.legacy-topic-tiles{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-top:18px;display:grid}.legacy-topic-tiles a{background:#fff;border:1px solid #cbd8ed;min-width:0}.legacy-topic-tiles img{object-fit:cover;width:100%;height:78px}.legacy-topic-tiles strong{color:#555;height:38px;padding:4px 5px;font-size:12px;font-weight:400;line-height:16px;display:block;overflow:hidden}.legacy-bullet-list,.legacy-member-list,.legacy-profile-list{margin:13px 0 0;padding:0;list-style:none}.legacy-bullet-list li,.legacy-member-list li{white-space:nowrap;text-overflow:ellipsis;min-height:29px;padding-left:15px;line-height:29px;position:relative;overflow:hidden}.legacy-bullet-list li i,.legacy-member-list li i{background:#999;border-radius:50%;width:5px;height:5px;position:absolute;top:12px;left:1px}.legacy-bullet-list li:first-child i{background:#ee4b4b;width:7px;height:7px;top:11px}.legacy-bullet-list a,.legacy-member-list a{color:#555;font-size:13px}.legacy-bullet-list a:hover,.legacy-member-list a:hover,.legacy-profile-list__text:hover{color:#ee4b4b}.legacy-bullet-list--large li{min-height:35px;line-height:35px}.legacy-profile-list li{border-bottom:1px solid #eee;gap:13px;min-height:82px;padding:10px 0;display:flex}.legacy-profile-list__image{border:1px solid #eee;flex:0 0 92px;height:70px;overflow:hidden}.legacy-profile-list__image img{object-fit:cover;width:100%;height:100%}.legacy-profile-list__text{color:#555;align-self:center;font-size:13px;line-height:21px;overflow:hidden}.legacy-home__photo-news,.legacy-home__forum{background:#fff;margin-top:20px;padding:0 14px 20px}.legacy-page-title{color:#2f5398;border-bottom:1px solid #ebebeb;height:60px;font-size:18px;font-weight:300;line-height:60px}.legacy-photo-grid,.legacy-forum-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;padding-top:20px;display:grid}.legacy-photo-grid a,.legacy-forum-grid a{text-align:center;background:#f6f7f9;min-width:0;overflow:hidden}.legacy-photo-grid a>span,.legacy-forum-grid a>span{height:120px;display:block;overflow:hidden}.legacy-photo-grid img,.legacy-forum-grid img{object-fit:cover;width:100%;height:100%}.legacy-photo-grid strong,.legacy-forum-grid strong{color:#555;white-space:nowrap;text-overflow:ellipsis;height:35px;padding:4px 7px;font-size:12px;font-weight:400;line-height:27px;display:block;overflow:hidden}.legacy-home__brands{background:#fff;width:100%;margin-top:20px;padding:10px 0 0}.legacy-brand-roll{height:136px;position:relative;overflow:hidden}.legacy-brand-row{gap:10px;width:max-content;height:62px;display:flex;position:absolute;left:0;transform:translate(0,0)}.legacy-brand-row:first-child{top:0}.legacy-brand-row+.legacy-brand-row{top:72px}.legacy-brand-row a{background:#fff;border:1px solid #eee;border-radius:5px;place-items:center;width:120px;height:62px;display:grid}.legacy-brand-row img{object-fit:contain;max-width:108px;max-height:50px}.legacy-empty{color:#999;text-align:center;padding:18px 0;font-size:13px}.legacy-submenu{z-index:20;background:#fff;min-width:180px;padding:9px 0;display:none;position:absolute;top:62px;left:0;box-shadow:0 4px 12px #0000002e}.legacy-submenu a{color:#555;text-align:left;white-space:nowrap;padding:7px 18px;font-size:14px;line-height:22px;display:block}.legacy-submenu a:hover{color:#2f5398;background:#f2f5fa}.legacy-menu li.has-children:hover .legacy-submenu{display:block}@media (width<=1240px){.legacy-home{width:calc(100% - 28px)}.legacy-home__carousel{width:100%}.legacy-home__columns{grid-template-columns:1fr 1fr;padding-left:0;padding-right:0}.legacy-home__column--right{grid-column:1/-1}.legacy-photo-grid,.legacy-forum-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.ali-common-header-inner{width:100%;min-width:0}.legacy-home__carousel{height:360px}.legacy-home__columns{grid-template-columns:1fr}.legacy-home__column--right{grid-column:auto}.legacy-photo-grid,.legacy-forum-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.legacy-home{width:calc(100% - 20px);padding-top:10px}.legacy-home__headline h1{font-size:25px}.legacy-home__headline p{font-size:14px}.legacy-home__carousel{height:220px}.legacy-menu{width:100%}.legacy-menu .menu-hd{padding:9px 14px;line-height:1.6;display:block}.legacy-menu li.has-children:hover .legacy-submenu{display:none}.legacy-menu li.has-children .legacy-submenu{min-width:0;box-shadow:none;background:0 0;padding:0 0 5px 12px;display:block;position:static}.legacy-submenu a{color:#ffffffdb;padding:5px 14px;font-size:13px}.legacy-submenu a:hover{color:#fff;background:0 0}.legacy-home__slide>span{padding:10px 12px;font-size:14px}.legacy-home__columns{margin-left:0;margin-right:0;padding:10px 0 0}.legacy-photo-grid,.legacy-forum-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.legacy-photo-grid a>span,.legacy-forum-grid a>span{height:90px}}
