<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-wrapper {
  width: 1370px;
  z-index: 6;
}
.banner-container {
  position: relative;
}
.banner-container img {
  width: 100%;
  height: auto;
}
.banner-container .content-wrapper {
  z-index: 2;
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-container .content-wrapper &gt; div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.banner-container .content-wrapper &gt; div:last-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  opacity: 0.6;
  margin-top: 22px;
}
.content-container {
  padding: 60px 0;
}
.content-container .content-wrapper {
  align-items: flex-start;
}
.content-container .content-wrapper &gt; div:first-child {
  width: 922px;
}
.content-container .content-wrapper &gt; div:first-child .title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 42px;
}
.content-container .content-wrapper &gt; div:first-child .time-wrapper {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #807B77;
  margin-bottom: 32px;
}
.content-container .content-wrapper &gt; div:first-child .time-wrapper &gt; span:first-child {
  margin-right: 48px;
}
.content-container .content-wrapper &gt; div:first-child .des {
  width: 100%;
  padding: 34px 24px;
  background: #FBF9F8;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545555;
  line-height: 26px;
  margin-bottom: 40px;
}
.content-container .content-wrapper .related {
  width: 360px;
}
.content-container .content-wrapper .related &gt; div:first-child {
  margin-bottom: 50px;
  margin-top: 90px;
}
.content-container .content-wrapper .related &gt; div:first-child span {
  flex: 1;
  border-bottom: 1px solid #e1e1e1;
}
.content-container .content-wrapper .related &gt; div:first-child &gt; div {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2C2C2C;
  margin: 0 12px;
}
.content-container .content-wrapper .related .news {
  margin-bottom: 40px;
}
.content-container .content-wrapper .related .news img {
  width: 100px;
  float: left;
  height: auto;
}
.content-container .content-wrapper .related .news &gt; div {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545555;
  line-height: 23px;
  margin-top: 20px;
}
@media (max-width: 990px) {
  .content-wrapper {
    width: calc(100vw - 16px);
  }
  .banner-container .content-wrapper {
    top: 60px;
    padding-left: 60px;
  }
  .banner-container .content-wrapper &gt; div:first-child {
    font-size: 20px;
  }
  .banner-container .content-wrapper &gt; div:last-child {
    font-size: 16px;
    margin-top: 12px;
  }
  .content-container {
    padding: 60px 0;
  }
  .content-container .content-wrapper {
    display: block;
  }
  .content-container .content-wrapper &gt; div:first-child {
    width: 100%;
  }
  .content-container .content-wrapper .related {
    width: 100%;
  }
}
/*# sourceMappingURL=news-detial.css.map */</pre></body></html>