.neibanner {
  max-width: 1600px;
  height: 590px;
  margin: 0 auto;
  background-image: url(../../img/notice/neibannerbg.png);
  background-repeat: no-repeat;
  background-size: 1600px 100%;
  background-position: center;
}
.content-wrapper > .title {
  padding-top: 100px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  color: #333;
}
.content-wrapper > .time {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #b2b2b2;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.content-wrapper > .content {
  width: 1210px;
  margin: 0 auto;
  height: calc(100vh - 170px);
}
.content-wrapper > .content.blur > iframe {
  filter: blur(0.8px);
}
.content-wrapper > .back {
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 100px;
  display: block;
  width: 380px;
  height: 44px;
  border: 1px solid #999999;
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper > .back:hover {
  color: #fff;
  background-color: #134b9f;
  border-color: #134b9f;
}
