.update-0815 {
  color: #23475a;
}

.update-0815 .ann-cover,
.update-0815__module-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.update-0815__eyebrow {
  margin: 1.5rem 0 .4rem;
  color: #377f99;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.update-0815__lead {
  margin: 1.2rem 0 1.5rem;
  padding: 1.1rem 1.3rem;
  border-left: .25rem solid #55aa9e;
  border-radius: 0 .9rem .9rem 0;
  background: #edf8f6;
  color: #416476;
  line-height: 1.9;
}

.update-0815__status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
  margin: 1.2rem 0 1.5rem;
}

.update-0815__status div {
  padding: .9rem 1rem;
  border: 1px solid rgba(54, 105, 137, .16);
  border-radius: .85rem;
  background: #f7fbfc;
}

.update-0815__status span,
.update-0815__status strong {
  display: block;
}

.update-0815__status span {
  color: #718b9c;
  font-size: .7rem;
}

.update-0815__status strong {
  margin-top: .3rem;
  color: #173c50;
  font-size: .84rem;
  line-height: 1.5;
}

.update-0815__toc {
  margin: 1.5rem 0 2rem;
  padding: 1.2rem;
  border: 1px solid rgba(54, 105, 137, .16);
  border-radius: 1rem;
  background: #f6fafc;
}

.update-0815__toc h4 {
  margin: 0 0 .8rem;
  color: #173c50;
  font-size: 1rem;
}

.update-0815__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem 1.25rem;
  margin: 0;
  padding-left: 1.3rem;
}

.update-0815__toc a {
  color: #356f87;
  line-height: 1.55;
  text-decoration: none;
}

.update-0815__toc a:hover,
.update-0815__toc a:focus-visible {
  color: #147a72;
  text-decoration: underline;
}

.update-0815__module {
  margin: 1.6rem 0;
  scroll-margin-top: 6rem;
  overflow: hidden;
  border: 1px solid rgba(54, 105, 137, .16);
  border-radius: 1.15rem;
  background: #fbfdfd;
}

.update-0815__module-media {
  display: block;
  margin: 0;
  background: #e8f2f6;
}

.update-0815__module-body {
  padding: 1.25rem 1.4rem 1.5rem;
}

.update-0815__module-kicker {
  margin: 0 0 .35rem;
  color: #367f9e;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
}

.update-0815__module h4 {
  margin: 0 0 .9rem;
  color: #17364a;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  line-height: 1.35;
}

.update-0815__module h5 {
  margin: 1.15rem 0 .5rem;
  color: #285c73;
  font-size: .98rem;
}

.update-0815__module p,
.update-0815__module li {
  color: #456575;
  line-height: 1.85;
}

.update-0815__module p {
  margin: .7rem 0;
}

.update-0815__module ul,
.update-0815__module ol {
  display: grid;
  gap: .65rem;
  margin: .7rem 0 0;
  padding-left: 1.25rem;
}

.update-0815__module li::marker {
  color: #55aa9e;
  font-weight: 800;
}

.update-0815__note {
  margin-top: 1rem;
  padding: .9rem 1rem;
  border-radius: .8rem;
  background: #eef5fb;
  color: #416476;
  line-height: 1.8;
}

.update-0815__closing {
  margin-top: 1.8rem;
  padding: 1.25rem 1.35rem;
  border-radius: 1rem;
  background: #17364a;
  color: rgba(255, 255, 255, .86);
  line-height: 1.9;
}

.update-0815__closing strong {
  color: #fff;
}

.community-update-page {
  margin: 0;
  background: #edf5f7;
  font-family: "Microsoft YaHei", system-ui, sans-serif;
}

.community-update-page main {
  width: min(calc(100% - 2rem), 72rem);
  margin: 0 auto;
  padding: 6rem 0 2.5rem;
}

.community-update-page .update-paper {
  padding: clamp(1rem, 4vw, 3rem);
  border: 1px solid rgba(54, 105, 137, .15);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1.4rem 4rem rgba(24, 65, 87, .1);
}

@media (max-width: 52rem) {
  .update-0815__status,
  .update-0815__toc ol {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 42rem) {
  .community-update-page main {
    width: min(calc(100% - 1rem), 72rem);
    padding-top: 5rem;
  }

  .update-0815__status,
  .update-0815__toc ol {
    grid-template-columns: 1fr;
  }

  .update-0815__module-body {
    padding: 1rem 1.05rem 1.2rem;
  }

  .update-0815__module p,
  .update-0815__module li {
    font-size: .9rem;
    line-height: 1.8;
  }
}
