.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;
  padding: 80px 0;
}
.news-inner {
  box-sizing: border-box;
  width: 1200px;
  background-color: #fff;
  border-radius: 12px;
  padding: 80px;
}
.news-inner .title {
  font-size: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 600;
}
.news-inner .content {
  font-size: 16px;
  padding-top: 40px;
}
.content .image {
  width: 100%;
  height: 422px;
  margin: 40px 0;
  border-radius: 12px;
  overflow: hidden;
}
.content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}