.home .news {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.home .news .banner-title {
  width: 100%;
  height: 285px;
  margin-bottom: 59px;
  color: white;
  background: url("/static/images/home/news-banner.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .news .banner-title .title {
  font-size: 36px;
  margin-bottom: 16px;
}
.home .news .list {
  width: 1400px;
  padding: 0 20px;
}
.home .news .list .list-item {
  display: flex;
  margin-bottom: 64px;
}
.home .news .list .list-item .image {
  width: 682px;
  height: 370px;
  margin-right: 60px;
}
.home .news .list .list-item .image img {
  height: 100%;
  width: 100%;
}
.home .news .list .list-item .info {
  width: 650px;
}
.home .news .list .list-item .info .num-box {
  width: 117px;
  height: 72px;
  color: #0a4aa5;
  font-size: 90px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 25px;
}
.home .news .list .list-item .info .num-box .num {
  margin-top: -12px;
}
.home .news .list .list-item .info .title {
  width: 565px;
  height: 82px;
  color: rgb(47, 49, 139);
  font-size: 28px;
  margin-bottom: 19px;
}
.home .news .list .list-item .info .content {
  color: rgb(16, 16, 16);
  font-size: 14px;
  text-indent: 30px;
}

/*# sourceMappingURL=news.css.map */
