.news {
  padding-bottom: 80px;
  background: #F2F5FA;
}
.news .news-content {
  margin-bottom: 40px;
}
.news .news-content > div {
  gap: 30px;
  flex-wrap: wrap;
}
.news .news-content > div > div {
  width: 715px;
  height: 199px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 40px 30px;
  box-sizing: border-box;
}
.news .news-content > div > div > :first-child {
  font-weight: bold;
  font-size: 24px;
  color: #4E83FD;
  margin-bottom: 20px;
}
.news .news-content > div > div > :last-child {
  font-size: 18px;
  color: #1F2329;
  text-align: left;
  line-height: 22px;
}
