
.banner {
  min-width: 1200px;
  margin-bottom: 70px;
}
.banner .swiper-button-white {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 12px;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 71px;
  height: 71px;
  border-radius: 6px;
  /* background-size: 16px 44px; */
}
.banner .swiper-button-prev {
  left: 40px;
}
.banner .swiper-button-next {
  right: 40px;
}
.banner-con {
  position: absolute;
  top: 180px;
  left: 150px;
  width: 485px;
  color: #fff;
}
.banner-con-title {
  font-size: 67px;
  margin-bottom: 30px;
}
.banner-con-descr {
  font-size: 16px;
}
.section-wrap {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
}
.item {
  width: 224px;
  text-align: center;
}
.item-title {
  font-size: 16px;
  line-height: 40px;
  color: #666666;
}
.item-descr {
  font-size: 14px;
  line-height: 25px;
  color: #999999;
}
.con {
  display: flex;
  justify-content: space-between;
}
.con-rt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
.item1 {
  background-image: url(../img/bgi1.webp);
  width: 350px;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item1-img {
  margin-right: 50px;
}
.item1-num {
  font-size: 32px;
  color: rgb(255, 101, 55);
  line-height: 30px;
}
.item1-txt {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
}
.con1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.item2 {
  width: 274px;
  height: 336px;
  text-align: center;
  background-repeat: no-repeat;
  position: absolute;
}
.item2-title {
  padding-top: 66px;
  font-size: 28px;
}
.item2-title2 {
  font-size: 18px;
  line-height: 48px;
  margin-top: 20px;
}
.item2-descr {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  width: 168px;
  margin: auto;
}
.con3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.item4-box {
  display: flex;
  justify-content: space-between;
}
.item4 {
  text-align: center;
}
.item4:not(:last-child) {
  padding-right: 30px;
  border-right: 1px solid rgb(238, 238, 238);
}
.item4-title {
  font-size: 16px;
  color: rgb(102, 102, 102);
  background-image: none;
  line-height: 20px;
}
.item4-descr {
  color: rgb(185, 185, 185);
  font-size: 14px;
  margin-top: 5px;
}
.news {
  /* display: flex; */
  padding-bottom: 150px;
}
.news-item {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.news-item-lf {
  background: rgb(204 204 204 / 20%);
  width: 76px;
  height: 72px;
  text-align: center;
  line-height: 1.5;
  color: #999;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}
.news-item-day {
  color: #626971;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.news-item-rt {
  flex: 1;
}
.news-item-title {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.news-item-descr {
  line-height: 26px;
  color: #878787;
  white-space: normal;
  margin-top: 14px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
  word-wrap: break-word;
}
.news-item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 60%, 0.15);
}
