.w {
  width: 1120px;
  margin: 0 auto;
}
.swiper {
  width: 100%;
  height: 432px;
  z-index: -1 !important;
}
.swiper .s1 {
  display: flex;
  align-items: center;
  background: url(/images/news/组\ 6362@2x.png) no-repeat center;
  background-size: cover;
}
.swiper .s1 .text {
  color: #fff;
}
.swiper .s1 .text i {
  font-size: 30px;
  font-weight: 400;
}
.swiper .s1 .text h2 {
  font-size: 70px;
  font-weight: 500;
}
.content {
  padding-top: 30px;
}
.content .list-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.content .list-group .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 360px;
  height: 400px;
  background-color: #fff;
  margin-bottom: 30px;
}
.content .list-group .item .title {
  display: flex;
  height: 60px;
  align-items: center;
}
.content .list-group .item .title i {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  background-color: #4fa2fa;
  margin-right: 16px;
  border-radius: 5px 5px 5px 5px;
}
.content .list-group .item .title i em {
  width: 80%;
  height: 1px;
  background-color: #fff;
}
.content .list-group .item .title i span {
  font-size: 14px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
  font-weight: 400;
  color: #ffffff;
}
.content .list-group .item .title span {
  font-size: 18px;
  font-family: Source Han Sans SC-Regular, Source Han Sans SC;
}
.content .list-group .item p {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.content .list-group .item button {
  width: 88px;
  height: 26px;
  background: #e9eef4;
}
.content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.content .pagination i:nth-child(1) {
  transform: rotate(180deg);
}
.content .pagination i:nth-child(1).active {
  transform: rotate(0deg);
  background: url(/images/news/left@2x.png) center;
  background-size: cover;
  cursor: not-allowed;
}
.content .pagination .last.active {
  transform: rotate(180deg);
  background: url(/images/news/left@2x.png) center;
  background-size: cover;
  cursor: not-allowed;
}
.content .pagination > i {
  width: 26px;
  height: 26px;
  margin: 0 20px;
  background: url(/images/news/Right@2x.png) center;
  background-size: cover;
}
.content .pagination .page-size {
  display: flex;
}
.content .pagination .page-size li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  border-radius: 2px 2px 2px 2px;
}
.content .pagination .page-size li.active {
  color: #fff;
  background: #1890ff;
}
