body {
  background: #f5f5f5;
}
aside.main-banner {
  position: relative;
}
aside.main-banner > img {
  width: 100%;
}
aside.main-banner .main-banner__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-banner__container .banner-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.banner-title .banner-title--main {
  font-size: 2.5rem;
  margin-right: 0.625rem;
}
.banner-title .banner-title--sub {
  font-size: 1.25rem;
  opacity: 0.8;
}
.main-banner__container .banner-desc {
  font-size: 12px;
  padding: 0 1.25rem;
  opacity: 0.8;
}
.main-banner__container .middle-line {
  display: inline-block;
  width: 6.75rem;
  height: 1px;
  background: #e7e7e7;
  opacity: 0.8;
  margin: auto 0;
}
.main-container {
  margin: 2.375rem auto;
  max-width: 90rem;
  display: flex;
  align-items: flex-start;
}
.main-container .news-main {
  min-height: 35rem;
  flex: 1;
  background: #ffffff;
  margin-left: 2.5rem;
  position: relative;
  padding: 1.75rem;
  /* padding: 3.125rem; */
}
.news-main .news-main__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0.75rem 0;
}
.news-main__header .header-title {
  display: inline-block;
  color: #ba2d2e;
  line-height: 1.5rem;
  flex: 1;
}
.news-main .news-info__container {
  padding: 2.5rem 0 2rem 0;
  margin: 0 2rem;
  border-bottom: 1px solid #eeeeee;
}
.news-info__container .header-row {
  text-align: center;
  padding: 0.75rem 0;
}
.news-info__container .news-info__title {
  font-size: 26px;
  line-height: 40px;
  color: #333333;
}
.news-info__container .news-info__sub {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
}
.news-info__container .header-row > span {
  text-align: center;
  padding: 0 1rem;
}
.news-info__container .news-info__pubdate,
.news-info__container .news-info__author,
.news-info__container .news-info__source {
  color: #999999;
}
.news-info__container .news-info__viewscount {
  color: #ba2d2e;
}
.news-main .news-main__content {
  padding: 1.25rem 1.375rem;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
.news-main__content img {
  margin: 0 auto;
  display: block;
}
.news-main__content table {
  margin: 0 auto;
  width: 100%;
}
.news-main__content p {
  padding: 1.25rem 0;
  color: #333333;
  line-height: 1.875rem;
  text-indent: 2em;
}

.news-main__content p:has(> img:only-child),
.news-main__content p:has(> video:only-child),
.news-main__content p:has(> img:first-child:last-child),
.news-main__content p:has(> video:first-child:last-child) {
  text-indent: 0; /* 取消缩进 */
}
.news-main__content strong {
  font-weight: bold;
}

/* 对照片列表的样式处理 */
.news-main__content table td,
.news-main__content table th {
  padding: 0.5rem;
}
/* .news-main__content table img {
  margin: 0 auto 0.5rem auto;
}
.news-main__content table .zhaopian img {
  max-height: 12.188rem;
}
.news-main__content table .zhaopian br {
}
.news-main__content table .zhaopian {
  font-size: 16px;
  text-align: center;
}
.news-main__content table .zhaopian strong {
  display: inline-block;
  width: 100%;
  padding: 3px 0;
  text-align: center;
} */