/* Approved local news-browse-action role. Chinese only; no site-wide scale change. */
html[lang="zh-CN"] :is(#latest-content,#industry-watch) .section-heading .text-link,
html[lang="zh-CN"] .directory-page .return-link,
html[lang="zh-CN"] .page-news-detail :is(.news-article-back,.news-related-head > a) {
  --site-type-copy: 20px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  padding-inline: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 620;
  letter-spacing: normal;
  color: #171717;
  white-space: nowrap;
  text-decoration: none;
  transform: none;
}
html[lang="zh-CN"] .page-news-detail .news-related-head > a { color: #fff; }
html[lang="zh-CN"] .directory-page .breadcrumb {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #64686d;
}
html[lang="zh-CN"] .directory-page .breadcrumb > a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 620;
  letter-spacing: normal;
  color: #171717;
}
@media (hover: hover) {
  html[lang="zh-CN"] :is(#latest-content,#industry-watch) .section-heading .text-link:hover,
  html[lang="zh-CN"] .directory-page :is(.return-link,.breadcrumb > a):hover,
  html[lang="zh-CN"] .page-news-detail :is(.news-article-back,.news-related-head > a):hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
    transform: none;
  }
}
html[lang="zh-CN"] :is(#latest-content,#industry-watch) .section-heading .text-link:focus-visible,
html[lang="zh-CN"] .directory-page :is(.return-link,.breadcrumb > a):focus-visible,
html[lang="zh-CN"] .page-news-detail :is(.news-article-back,.news-related-head > a):focus-visible {
  outline: 3px solid #e21914;
  outline-offset: 4px;
}
