.news-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  /*background: url(../images/mask.png) no-repeat left top / 110% 100%;*/
  color: #fff;
  padding: 50vh 7vw 0;
  font-family: JinBuTi;
}
.news-block > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  opacity: 1;
}
.news-block h1 {
  margin-top: 0.5em;
  font-size: 4vw;
}
.news-block h4 {
  font-size: 2vw;
  margin-bottom: 0;
}
.news-block .detail {
  background-color: #F5F7F2;
  color: black;
  padding: 1em 2em;
  font-family: Microsoft YaHei;
  margin-bottom: 5vh;
}
.news-block .detail span {
 text-wrap-mode: unset !important;
}
.news-block .detail .back {
  color: #847E8A;
  cursor: pointer;
}
.news-block .detail .title h2 {
  color: #120522;
  text-align: center;
  margin-bottom: 2em;
  font-weight: normal;
}
.news-block .detail .footer {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid #B0AEB3;
  line-height: 2;
}
.news-block .detail .info {
  display: flex;
  gap: 5em;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #847E8A;
  padding-bottom: 3em;
  border-bottom: 1px solid #B0AEB3;
  margin-bottom: 3em;
}
.news-block .detail .info span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-block .detail .info img {
  filter: contrast(0.2);
}
