body {
  background-color: #0019b1 !important;
}

.top-banner {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1060px;
  background-image: url("./images/header_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.content-wrapper {
  width: 1400px;
  height: auto;
  margin: 0 auto;
}

.tab-button {
  margin-bottom: -3px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}

.footer-wrapper {
  margin-top: -300px;
  width: 100%;
  height: 909px;
  background-image: url("./images/footer.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.top-news-box {
  background: #fff;
  padding: 40px;
  width: 100%;
  height: 440px;
}

.top-news__left {
  width: 640px;
  height: 360px;
}

.top-news__left img {
  width: 640px;
  height: 360px;
}

.news-list ul {
  list-style: none;
  font-size: 18px;
  line-height: 50px;
  color: #000;
}

.news-list ul li {
  height: 50px;
  overflow: hidden;
}

.news-list ul li a {
  text-decoration: none;
  color: #000;
  line-height: 50px;
}
