.banner {
  width: 100%;
  height: 500px;
  background-image: url(../images/bg-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
}

.banner .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .center-title {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .center-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main {
  background-color: #f2f9ff;
  padding: 60px 0;
}

.center-content {
  background-color: #fff;
  position: relative;
}

.content-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
}

.content-title span {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.mySwiper {
  width: 100%;
  height: 400px;
  position: relative;
  --swiper-pagination-color: #3a8ce8;
}

.mySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-slide p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  font-size: 16px;
  left: 0;
  bottom: 0;
  max-width: 70%;
  margin-bottom: 0;
  padding: 8px 0;
  color: #fff;
  z-index: 999;
  text-indent: 1em;
}

.mySwiper .swiper-pagination {
  color: #fff;
  position: absolute;
  left: 250px;
  bottom: 10px;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.notice-top {
  width: 100%;
  overflow: hidden;
}

.notice-top li {
  list-style-type: none;
}

.notice-top a {
  text-decoration: none;
  color: #000;
}

.notice-top .tab-nav {
  font-size: 24px;
  height: 40px;
}

.notice-top .tab-nav .nav-link {
  border-bottom: 4px solid transparent;
  padding: 0;
  padding-bottom: 2.5rem;
}

.notice-top .tab-nav .active {
  color: #125cb1;
  border-color: #125cb1;
  font-weight: bold;
  position: relative;
}

.notice-top .tab-nav .active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #125cb1;
}

.notice-top .tab-nav a {
  margin-right: 20px;
}

.tab-body {
  margin-top: 20px;
}

.tab-body .show {
  display: block !important;
}

.tab-body .news-list  {
  padding-left: 0;
}

.tab-body .news-list li {
  height: 58px;
  line-height: 58px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to left, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
  background-position: bottom;
  background-size: 10px 1px;
  background-repeat: repeat-x;
}


@media screen and (max-width: 1400px) {
  .tab-body {
    margin-top: 10px;
  }
  .tab-body .show {
    display: block !important;
  }
  .tab-body .news-list  {
    padding-left: 0;
  }
  .tab-body .news-list li {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to left, transparent 0%, transparent 50%, #ccc 50%, #ccc 100%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
  }
  .tab-body .news-list li a,
  .tab-body .news-list li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.id-link {
  background: #125cb1;
}

.id-link .rap {
  display: flex;
  justify-content: space-between;
}

.id-link .rap .link {
  margin-top: 8px;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  display: flex;
}

.id-link .rap .link a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
}

.id-link .rap .link a:nth-child(1) {
  margin-left: 0px;
}

.id-link .rap .link a:nth-last-child(1) {
  margin-right: 0px;
}

.id-link .rap .text {
  margin-top: 8px;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
}

.id-link .rap .text a {
  color: #fff;
  text-decoration: none;
}

.id-link .rap .row {
  width: 400px;
}

.id-link .rap .row .footer-image {
  margin-top: 10px;
}

.id-link .rap .row .footer-image a {
  color: #fff;
  text-decoration: none;
}
.text-bg-primary{
  background-color:#125cb1 !important;
}
