/* .notice-page {
  background: #f0f5fa;
} */

.notice-page img {
  width: 100%;
}

.top, .bottom {
  display: flex;
  gap: 50px;
  margin: 100px 0;
}

.top > *, .bottom > * {
  flex: 1;
}

.bottom {
  background: url("../images/layer-bg.jpg") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.desc .title {
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px;
}

.desc .line {
  height: 6px;
  width: 40px;
  background: #0883da;
  margin: 30px 0 22px;
}

.desc .info {
  font-size: 18px;
  color: #000;
  line-height: 2;
}

.desc .info span {
  color: #276ab2;
}