.liying-news-archive-page,.liying-news-detail-page{padding-top:76px}
.news-page-title{position:relative;overflow:hidden;padding:48px 0 44px;border-bottom:0;background:linear-gradient(135deg,#0a4da6 0%,#063d8a 50%,#042d6b 100%)}
.news-page-title:before{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(147,197,253,.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(0,201,167,.08) 0%,transparent 60%);content:"";pointer-events:none}.news-page-title .container{position:relative;z-index:1}
.news-page-title h1{margin:0 0 12px;color:#fff;font-size:38px;font-weight:800;line-height:1.3;letter-spacing:-.02em}.news-page-title p{max-width:860px;margin:0;color:rgba(255,255,255,.72);font-size:17px;line-height:1.7}
.news-detail-function-bar{padding-top:38px;padding-bottom:36px}.news-detail-function-bar h1{font-size:30px}.news-detail-function-bar p{font-size:15px}
.news-archive-section{padding:40px 0}.news-list{display:flex;flex-direction:column}.news-card{display:flex;padding:28px 0;border-bottom:1px solid #f0f2f5;color:inherit;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.news-card:hover{background:linear-gradient(90deg,rgba(240,246,255,.6),transparent 60%)}.news-card:last-child{border-bottom:0}.news-thumb{width:280px;min-width:280px;height:180px;overflow:hidden;flex-shrink:0;border-radius:10px;background:#f5f7fa}.news-thumb img{width:100%;height:100%;object-fit:cover}.news-thumb-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f6ff,#f5f7fa);color:#8b95a8}.news-thumb-placeholder .dashicons{width:40px;height:40px;font-size:36px;line-height:40px}.news-body{display:flex;min-width:0;flex:1;justify-content:center;flex-direction:column;padding-left:32px}.news-meta{display:flex;align-items:center;gap:12px;margin-bottom:10px}.news-date{color:#8b95a8;font-family:Inter,"Noto Sans SC",sans-serif;font-size:14px;font-weight:600}.news-tag{display:inline-block;padding:2px 10px;border-radius:99px;font-size:14px;font-weight:600;line-height:1.7;letter-spacing:.02em}.tag-product{background:#f0f6ff;color:#0054a6}.tag-academic{background:rgba(139,92,246,.1);color:#7c3aed}.tag-company{background:rgba(16,185,129,.1);color:#059669}.tag-milestone{background:#fff7ed;color:#de7c0a}.tag-event{background:rgba(236,72,153,.1);color:#db2777}.news-card h2{margin:0 0 8px;color:#1a1a2e;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:-.01em;transition:color .2s}.news-card:hover h2{color:#0054a6}.news-excerpt{display:-webkit-box;overflow:hidden;margin:0;color:#5a6275;font-size:16px;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:2}.news-read-more{display:inline-flex;align-items:center;gap:4px;margin-top:10px;color:#0054a6;font-size:14px;font-weight:600;transition:gap .2s}.news-card:hover .news-read-more{gap:8px}.news-end{padding:40px 0;border-top:1px solid #f0f2f5;color:#8b95a8;font-size:14px;text-align:center}.news-end span{position:relative;display:inline-block;padding:0 24px}.news-end span:before,.news-end span:after{position:absolute;top:50%;width:40px;height:1px;background:#e5e8ed;content:""}.news-end span:before{right:100%;margin-right:12px}.news-end span:after{left:100%;margin-left:12px}.news-empty{padding:100px 20px;color:#8b95a8;text-align:center}

/* The whole card remains clickable, while the detail label reads like a button. */
.news-read-more{
  align-self:flex-start;
  min-height:38px;
  padding:0 16px;
  margin-top:16px;
  border:1px solid rgba(0,84,166,.28);
  border-radius:6px;
  background:#fff;
  box-shadow:0 2px 8px rgba(0,84,166,.06);
  line-height:36px;
  text-decoration:none;
  transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease,gap .22s ease;
}
.news-card:hover .news-read-more,
.news-card:focus-visible .news-read-more{
  gap:4px;
  border-color:rgba(0,84,166,.28);
  background:#fff;
  color:#0054a6;
  box-shadow:0 2px 8px rgba(0,84,166,.06);
  transform:none;
}
.news-card .news-read-more:hover{
  gap:9px;
  border-color:#0054a6;
  background:#0054a6;
  color:#fff;
  box-shadow:0 8px 18px rgba(0,84,166,.2);
  transform:translateY(-2px);
}
.news-card .news-read-more:active{
  box-shadow:0 3px 9px rgba(0,84,166,.15);
  transform:translateY(0);
}
.news-card:focus-visible{
  border-radius:8px;
  outline:3px solid rgba(0,84,166,.25);
  outline-offset:3px;
}
.news-detail-header{position:relative;overflow:hidden;padding:64px 0 70px;border-bottom:1px solid #dce7f3;background:linear-gradient(135deg,#f0f6ff 0%,#f8fbff 54%,#fff 100%)}.news-detail-header-pattern{position:absolute;inset:0;background-image:url('../images/hero-pattern.svg');filter:invert(25%) sepia(51%) saturate(1850%) hue-rotate(177deg);opacity:.3}.news-detail-container{position:relative;width:min(1440px,calc(100% - 48px));max-width:1440px;margin:0 auto}.news-detail-breadcrumb{display:flex;gap:9px;margin-bottom:32px;color:#8b95a8;font-size:14px}.news-detail-breadcrumb a{color:#0054a6;text-decoration:none}.news-detail-meta{display:flex;align-items:center;gap:14px;margin-bottom:18px}.news-detail-meta time{color:#64748b;font-family:Inter,"Microsoft YaHei",sans-serif;font-size:14px;font-weight:500}.news-detail-header h1{margin:0;color:#0f172a;font-size:clamp(34px,4vw,48px);font-weight:800;line-height:1.24;letter-spacing:-.025em}.news-detail-header p{margin:22px 0 0;color:#5a6275;font-size:17px;line-height:1.8}.news-article-shell{padding-top:64px;padding-bottom:88px}.news-detail-cover{margin:0 0 52px}.news-detail-cover img{display:block;width:auto;max-width:min(1100px,100%);height:auto;margin:0 auto}.news-rich-content{color:#334155;font-size:16px;line-height:1.95}.news-rich-content>*:first-child{margin-top:0}.news-rich-content p{margin:0 0 1.5em}.news-rich-content h2{margin:2.25em 0 .8em;color:#0f172a;font-size:28px;line-height:1.35;letter-spacing:-.015em}.news-rich-content h3{margin:1.9em 0 .7em;color:#0f172a;font-size:22px;line-height:1.4}.news-rich-content a{color:#0054a6;text-decoration:underline;text-underline-offset:3px}.news-rich-content strong{color:#0f172a}.news-rich-content ul,.news-rich-content ol{margin:0 0 1.6em;padding-left:1.4em}.news-rich-content ul{list-style:disc}.news-rich-content ol{list-style:decimal}.news-rich-content li{margin:.45em 0;padding-left:.25em}.news-rich-content blockquote{margin:2em 0;padding:20px 24px;border-left:4px solid #0054a6;border-radius:0 12px 12px 0;background:#f0f6ff;color:#475569}.news-rich-content blockquote p:last-child{margin-bottom:0}.news-rich-content img{height:auto;margin:2em auto;border-radius:14px}.news-rich-content figure{margin:2.2em 0}.news-rich-content figcaption{margin-top:10px;color:#8b95a8;font-size:14px;text-align:center}.news-rich-content table{width:100%;margin:2em 0;border-collapse:collapse;font-size:16px}.news-rich-content th,.news-rich-content td{padding:13px 16px;border:1px solid #e2e8f0;text-align:left}.news-rich-content th{background:#f8fafc;color:#0f172a}.news-article-footer{display:flex;align-items:center;justify-content:space-between;margin:58px auto 0;padding-top:24px;border-top:1px solid #e5e8ed}.news-back-link{color:#0054a6;font-size:14px;font-weight:600;text-decoration:none}.news-share-note{color:#8b95a8;font-size:14px}.news-sibling-nav{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:46px}.news-sibling-nav>a{display:flex;min-height:112px;justify-content:center;flex-direction:column;padding:22px 24px;border:1px solid #e5e8ed;border-radius:14px;color:inherit;text-decoration:none;transition:.2s}.news-sibling-nav>a:hover{border-color:#a9c7e7;box-shadow:0 10px 30px rgba(0,84,166,.07);transform:translateY(-2px)}.news-sibling-nav span{margin-bottom:7px;color:#8b95a8;font-size:14px}.news-sibling-nav strong{color:#1a1a2e;font-size:16px;line-height:1.55}.news-sibling-nav .next{text-align:right}
@media(max-width:1024px){.news-thumb{width:200px;min-width:200px;height:140px}}
@media(max-width:768px){.liying-news-archive-page,.liying-news-detail-page{padding-top:70px}.news-page-title h1{font-size:28px}.news-archive-section{padding:56px 0}.news-card{flex-direction:column;padding:24px 0}.news-thumb{width:100%;min-width:100%;height:200px}.news-body{padding-top:16px;padding-left:0}.news-card:hover{background:transparent}.news-detail-header{padding:44px 0 52px}.news-detail-header h1{font-size:32px}.news-detail-header p{font-size:15px}.news-article-shell{padding-top:44px;padding-bottom:64px}.news-rich-content{font-size:16px;line-height:1.85}.news-rich-content h2{font-size:24px}.news-sibling-nav{grid-template-columns:1fr}.news-article-footer{align-items:flex-start;gap:16px;flex-direction:column}}
/* 统一页组口径：首屏后首个功能区与首屏保持 80px 间距 */
.news-page-title + .news-archive-section { padding-top: 80px; }

/* Progressive loading: "load more" button, spinner and counter. */
.news-load-more-wrap{padding:48px 0 8px;text-align:center}
.news-load-more{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 34px;border:1px solid rgba(0,84,166,.32);border-radius:8px;background:#fff;color:#0054a6;font-size:16px;font-weight:600;line-height:46px;text-decoration:none;transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease}
.news-load-more:hover{background:#0054a6;border-color:#0054a6;color:#fff;box-shadow:0 10px 24px rgba(0,84,166,.22);transform:translateY(-2px)}
.news-load-more:focus-visible{outline:3px solid rgba(0,84,166,.25);outline-offset:3px}
.news-load-more.is-loading{pointer-events:none;opacity:.72}
.news-load-more-spinner{display:none;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:liying-news-spin .7s linear infinite}
.news-load-more.is-loading .news-load-more-spinner{display:inline-block}
@keyframes liying-news-spin{to{transform:rotate(360deg)}}
.news-load-more-count{margin:14px 0 0;color:#8b95a8;font-size:14px;font-weight:500}
.news-end[hidden]{display:none}
@media(max-width:768px){.news-load-more-wrap{padding:36px 0 4px}.news-load-more{width:100%;justify-content:center}}
