.nav {
  background-color: #fff;
}
.nav-menu-item {
  color: rgba(0, 0, 0, 0.9);
}
.phone-icon {
  width: 20px;
  height: 20px;
}
.phone-text {
  color: #f84d3c;
}
.news-container {
  background-color: #f3f5f8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-container .title {
  font-size: 48px;
  font-weight: bold;
  padding: 80px 0 20px;
}
.tab-top {
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  position: relative;
  padding-bottom: 16px;
  width: 100%;
  justify-content: center;
}
.tab-item {
  margin-right: 80px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.tab-item:last-child {
  margin-right: 0;
}
.tab-item-active::after {
  content: '';
  position: absolute;
  left: calc(50% - 12px);
  bottom: -16px;
  width: 24px;
  height: 4px;
  background-color: #f84d3c;
}

.news-swiper {
  padding-top: 40px;
  width: 1200px;
  flex-wrap: wrap;
}

.tab-body-item {
  width: 380px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 30px 30px 0;
  flex-shrink: 0;
}
.tab-body-item:nth-of-type(3n) {
  margin-right: 0;
}
.tab-body-item img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  object-position: center center;
}
.tab-body-inner {
  padding: 24px;
}
.tab-body-title {
  font-size: 24px;
  font-weight: 500;
}
.tab-body-description {
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  padding: 24px 0;
}
.go-detail {
  cursor: pointer;
  color: #0052d9;
}
.page {
  line-height: 22px;
  padding: 50px 0 80px;
}
.page-item {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.page .prev, .page .next {
  width: 80px;
}
.page-item:hover {
  background-color: #f84d3c;
  color: #fff;
}
.page-more {
  color: rgba(0, 0, 0, 0.9) !important;
  background-color: transparent !important;
}
.page-active {
  background-color: #f84d3c;
  color: #fff;
}
