.content-wrapper {
  width: 1230px;
  z-index: 6;
}
.banner-container {
  position: relative;
}
.banner-container img {
  width: 100%;
  height: auto;
}
.banner-container .content-wrapper {
  z-index: 2;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-container .content-wrapper > div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.banner-container .content-wrapper > div:last-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  opacity: 0.6;
  margin-top: 22px;
}
.types {
  margin: 40px 0 36px;
}
.types .type {
  text-align: center;
  line-height: 40px;
  width: 122px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
  background: #EBEBEB;
}
.types .active {
  background: #3654C2;
  color: white;
}
.news-list .news {
  align-items: flex-start;
  margin-bottom: 80px;
}
.news-list .news img {
  width: 320px;
  height: auto;
}
.news-list .news .title-wrapper {
  margin: 0 39px;
  flex: 1;
}
.news-list .news .title-wrapper > div:nth-child(1) {
  margin-bottom: 29px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.news-list .news .title-wrapper > div:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 2;
}
.news-list .news .time-wrapper > div:nth-child(1) {
  font-size: 26px;
  font-family: HiraginoSansGB;
  font-weight: normal;
  color: #888888;
  margin-bottom: 5px;
}
.news-list .news .time-wrapper > div:nth-child(2) {
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 2;
}
.pagination {
  margin-bottom: 130px;
}
.pagination .pagination-item {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(144, 144, 144, 0.99);
  line-height: 14px;
  margin-left: 10px;
}
.pagination .active {
  background: #3654C2;
  color: white;
}
@media (max-width: 990px) {
  .content-wrapper {
    width: calc(100vw - 16px);
  }
  .banner-container .content-wrapper {
    top: 20px;
    padding-left: 60px;
  }
  .banner-container .content-wrapper > div:first-child {
    font-size: 20px;
  }
  .banner-container .content-wrapper > div:last-child {
    font-size: 16px;
    margin-top: 12px;
  }
  .types {
    margin: 20px 0 18px;
    flex-wrap: wrap;
  }
  .types .type {
    margin-bottom: 10px;
  }
  .news-list .news {
    align-items: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .news-list .news img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .news-list .news .title-wrapper {
    margin: 0 0px;
    flex: 1;
  }
  .news-list .news .title-wrapper > div:nth-child(1) {
    margin-bottom: 16px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
  }
  .news-list .news .title-wrapper > div:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 2;
  }
  .news-list .news .time-wrapper {
    margin-left: 10px;
  }
  .news-list .news .time-wrapper > div:nth-child(1) {
    font-size: 18px;
    font-family: HiraginoSansGB;
    font-weight: normal;
    color: #888888;
    margin-bottom: 8px;
  }
  .news-list .news .time-wrapper > div:nth-child(2) {
    text-align: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: 2;
  }
  .pagination {
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=news-list.css.map */