.Articles_container___xKiL{max-width:1200px;margin:0 auto;padding:2rem}.Articles_articleList__YKEnl{list-style:none;margin:0;padding:1rem;display:flex;flex-direction:column;gap:.75rem;max-height:calc(100vh - 200px);overflow-y:auto}.Articles_articleList__YKEnl::-webkit-scrollbar{width:8px}.Articles_articleList__YKEnl::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}.Articles_articleList__YKEnl::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.Articles_articleList__YKEnl::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}.Articles_articleItem__NQspJ{border-radius:12px;transition:transform .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1);background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px)}.Articles_articleItem__NQspJ:hover{transform:scale(1.01)}.Articles_articleLink__UllNc{display:block;padding:1rem;text-decoration:none;color:inherit}.Articles_articleContent__HFBC2{display:flex;gap:20px;align-items:center}.Articles_articleText__dwm5O{flex:1;min-width:0}.Articles_articleImage__2hFYE{width:12rem;height:8rem;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--card-bg);box-shadow:0 2px 8px rgba(0,0,0,.1)}.Articles_coverImage__UiYZ_{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.Articles_noImage__Kt1_2{display:flex;align-items:center;justify-content:center;height:100%}.Articles_placeholderImage__QvIMM{width:80%;height:80%;opacity:1;filter:grayscale(30%);transition:all .3s ease;object-fit:contain}.Articles_articleTitle__Z_VhL{font-size:1.1rem;font-weight:700;color:var(--text);margin:.5rem 0;position:relative;display:inline-block}.Articles_articleLink__UllNc:hover .Articles_articleTitle__Z_VhL{color:var(--text)}.Articles_topArticleIcon__0fvaw{color:gold;margin-left:8px;font-size:1.2em;vertical-align:middle;animation:Articles_starTwinkle__mIGMh 2s ease-in-out infinite}@keyframes Articles_starTwinkle__mIGMh{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.Articles_articleMeta__kb5du{display:flex;gap:1.5rem;margin-bottom:1rem;color:var(--text);font-size:.9rem}.Articles_articleExcerpt__yxdU7{color:var(--text);font-size:1rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:幼圆,sans-serif}.Articles_empty__Sd0Sw,.Articles_error__UmWL5{text-align:center;padding:2rem;color:var(--text-primary);background:var(--card-bg);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.Articles_error__UmWL5{color:var(--error-color)}.Articles_empty__Sd0Sw{color:var(--text-secondary)}@media(max-width:768px){.Articles_container___xKiL{padding:1rem}.Articles_header__RCulm{font-size:2rem;margin-bottom:1.5rem}.Articles_articleList__YKEnl{gap:1rem}.Articles_articleItem__NQspJ{margin:0}.Articles_articleLink__UllNc{padding:1rem}.Articles_articleTitle__Z_VhL{font-size:1.3rem}.Articles_articleMeta__kb5du{flex-direction:column;gap:.5rem}.Articles_container___xKiL{padding:1rem}.Articles_articleTitle__Z_VhL{font-size:2rem;margin:1.5rem 0}.Articles_articleDetail___pk6A{padding:1rem}.Articles_articleMeta__kb5du{flex-direction:column;gap:1rem}}.Articles_metaContainer__L06YE{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-top:8px}.Articles_tags__0EDVJ{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.Articles_tag__p3N8o{background-color:var(--input-background,#f0f0f0);color:var(--text,#222);padding:4px 8px;border-radius:4px;font-size:12px;transition:all .2s ease;border:1px solid var(--border,#e0e0e0);display:flex;align-items:center;gap:4px}.Articles_tag__p3N8o:hover{transform:scale(1.05)}.Articles_metaInfo__3bo_e{display:flex;gap:12px;margin-top:6px;color:#666;font-size:.8rem}.Articles_metaItem__myxZj{display:inline-flex;align-items:center;font-size:.75rem}.Articles_metaItem__myxZj svg{font-size:.9rem;margin-right:3px}.Articles_searchSortContainer___xjnF{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;padding:0 1rem}.Articles_searchBox__MCZgx{position:relative;flex:1;max-width:400px;display:flex;gap:8px;align-items:center}.Articles_searchIcon__61jo0{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666;font-size:1rem;z-index:1}.Articles_searchInput__q3sfY{width:100%;height:32px;padding:0 1rem 0 2.2rem;border:1px solid hsla(0,0%,100%,.1);border-radius:6px;background:hsla(0,0%,100%,.05);color:var(--text);font-size:.9rem;transition:all .3s ease;line-height:32px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Articles_searchInput__q3sfY::placeholder{color:#666}.Articles_searchInput__q3sfY:focus{outline:none;border-color:var(--primary-color);background:hsla(0,0%,100%,.1);box-shadow:0 2px 12px rgba(162,89,255,.15)}.Articles_searchButton__Kj_v1{height:32px;padding:0 1.2rem;border:1px solid hsla(0,0%,100%,.1);border-radius:6px;background:hsla(0,0%,100%,.05);color:var(--text);font-size:.9rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Articles_searchButton__Kj_v1:hover{background:hsla(0,0%,100%,.1);border-color:var(--primary-color);box-shadow:0 2px 12px rgba(162,89,255,.15)}.Articles_sortButton__cJvOl{display:flex;align-items:center;gap:8px;height:32px;padding:0 1.2rem;border:1px solid hsla(0,0%,100%,.1);border-radius:6px;background:hsla(0,0%,100%,.05);color:var(--text);font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Articles_sortButton__cJvOl:hover{background:hsla(0,0%,100%,.1);border-color:var(--primary-color);box-shadow:0 2px 12px rgba(162,89,255,.15)}.Articles_sortButton__cJvOl svg{font-size:1rem}@media(max-width:768px){.Articles_container___xKiL{padding:1rem}.Articles_articleList__YKEnl{gap:1rem}.Articles_articleItem__NQspJ{margin:0}.Articles_articleLink__UllNc{padding:1rem}.Articles_articleTitle__Z_VhL{font-size:1.3rem}.Articles_articleMeta__kb5du{flex-direction:column;gap:.5rem}.Articles_searchSortContainer___xjnF{flex-direction:column;align-items:stretch}.Articles_searchBox__MCZgx{max-width:none;flex-direction:column}.Articles_searchButton__Kj_v1{width:100%}.Articles_sortButton__cJvOl{justify-content:center}.Articles_articleContent__HFBC2{flex-direction:column;gap:16px}.Articles_articleImage__2hFYE{width:100%;height:120px}}.LoadingMore_loadingMore__R_7KQ{display:flex;justify-content:center;align-items:center;padding:20px 0;gap:8px}.LoadingMore_loadingMore__R_7KQ .LoadingMore_loadingDot__HME4x{width:8px;height:8px;background-color:var(--primary-color);border-radius:50%;animation:LoadingMore_bounce__dETp_ 1.4s ease-in-out infinite both}.LoadingMore_loadingMore__R_7KQ .LoadingMore_loadingDot__HME4x:first-child{animation-delay:-.32s}.LoadingMore_loadingMore__R_7KQ .LoadingMore_loadingDot__HME4x:nth-child(2){animation-delay:-.16s}@keyframes LoadingMore_bounce__dETp_{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.PageHeader_header__9RF4q{font-size:2.5rem;font-weight:700;color:var(--text);margin-bottom:.75rem;text-align:center;width:100%;display:block;position:relative;font-family:var(--font-zihun-ccy)}.PageHeader_header__9RF4q .PageHeader_englishTitle__v0IDC{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;font-weight:800;color:var(--text);opacity:.05;white-space:nowrap;z-index:0;pointer-events:none;font-family:var(--font-zihun-ccy)}.PageHeader_introText__RpgPl{max-width:800px;margin:0 auto 1.5rem;color:var(--text);opacity:.7;font-size:.95rem;line-height:1.6;font-style:italic;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-weight:lighter;position:relative;z-index:1}