.theme-news {
  --brand: #8b1e1e;
  --nav: #751919;
  --accent: #272727;
  background: #fffdf7;
  border-top: 4px solid #8b1e1e;
}

.theme-news .site-masthead {
  display: block;
  min-height: 130px;
  text-align: center;
  border-bottom: 1px solid #292929;
}

.theme-news .site-brand {
  color: #181818;
  font-family: "SimSun", "Songti SC", serif;
  font-size: 46px;
}

.theme-news .site-date {
  margin-top: 10px;
  text-align: center;
}

.theme-news .content-column {
  width: min(790px, 100%);
  margin: 0 auto;
}

.theme-news .story-copy p,
.theme-news .archive-detail {
  text-align: justify;
}
