.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1;
  overflow: hidden;
}
.main .banner {
  max-width: 1920px;
  height: 37.5rem;
  margin: 0 auto;
  z-index: 0;
}
.main #news-sub {
  overflow: hidden;
  position: relative;
  margin-top: 6rem;
  padding-bottom: 4rem;
}
.main #news-sub .title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #0062b2;
  line-height: 2rem;
  text-align: center;
}
.main #news-sub .createTime {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #373737;
  text-align: center;
}
.main #news-sub .content {
  margin-top: 4.5rem;
}
.main #news-sub .logo {
  width: 65.25rem;
  height: 27.25rem;
  position: absolute;
  right: 2rem;
  bottom: 6rem;
  z-index: 0;
}
