.home-news-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 50px;
}
.home-news-list .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}
.home-news-list__item-wrap {
  width: 33.333334%;
  height: auto;
  padding: 0 15px;
  margin-bottom: 30px;
}
.home-news-list__item-wrap_full {
  width: 66.666666%;
}
.home-news-list__item {
  position: relative;
  height: 100%;
  min-height: 540px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}
.home-news-list__item__photo {
  position: relative;
  height: 270px;
  margin: -1px -1px 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.home-news-list__item__photo__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.home-news-list__item__photo__img {
  position: relative;
  height: 270px;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 20;
}
.home-news-list__item__photo__img img {
  max-width: 100%;
  max-height: 100%;
}
.home-news-list__item__content {
  position: relative;
  padding: 16px 30px;
  z-index: 2;
}
.home-news-list__item__type {
  margin-bottom: 12px;
  font-size: 14px;
  color: #979797;
  line-height: 22px;
}
.home-news-list__item__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}
.home-news-list__item__title a {
  color: #0080DC;
}
.home-news-list__item__desc {
  font-size: 14px;
  line-height: 24px;
}
.home-news-list__item_full {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-left: 50%;
}
.home-news-list__item_full .home-news-list__item__photo {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-news-list__item_full .home-news-list__item__photo:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, transparent 26%, black 65%);
  background: -webkit-linear-gradient(left, transparent 26%, black 65%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 26%, #000000 65%);
  content: "";
  z-index: 2;
}
.home-news-list__item_full .home-news-list__item__content {
  padding-bottom: 26px;
  margin-left: -15px;
  color: #fff;
}
.home-news-list__item_full .home-news-list__item__desc {
  font-size: 16px;
  line-height: 26px;
}
.home-news-list__item_full .home-news-list__item__title {
  font-size: 22px;
  color: #fff;
  line-height: 32px;
}
.home-news-list__item_full .home-news-list__item__title a {
  color: inherit;
}

.home-model-ban-a1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 540px;
  padding: 38px 0 48px;
  font-size: 16px;
  line-height: 1.375;
  background-image: url("../../img/banner-a1.jpg");
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
.home-model-ban-a1__top {
  position: relative;
  width: 200px;
  z-index: 20;
}
.home-model-ban-a1__mid {
  position: relative;
  width: 254px;
  height: 316px;
}
.home-model-ban-a1__mid__text {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  z-index: 20;
  text-align: center;
}
.home-model-ban-a1__mid__text span {
  color: #FFF16F;
}
.home-model-ban-a1__mid__img {
  position: relative;
}
.home-model-ban-a1__mid__img img {
  display: block;
}
.home-model-ban-a1__bottom {
  position: relative;
  width: 240px;
  z-index: 20;
}

@media (max-width: 1199px) {
  .home-news-list {
    margin-right: -12px;
    margin-left: -12px;
  }
  .home-news-list__item-wrap {
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 24px;
  }
  .home-news-list__item {
    min-height: 500px;
  }
  .home-news-list__item__photo {
    height: 200px;
  }
  .home-news-list__item__photo__img {
    height: 200px;
  }
  .home-news-list__item__content {
    padding: 14px 22px;
  }
  .home-news-list__item__type {
    margin-bottom: 8px;
  }
  .home-news-list__item__title {
    margin-bottom: 8px;
  }
  .home-news-list__item__desc {
    line-height: 22px;
  }
}
@media (max-width: 1019px) {
  .home-news-list {
    margin-bottom: 30px;
  }
  .home-news-list__item-wrap {
    width: 50%;
  }
  .home-news-list__item-wrap_full-md {
    width: 100%;
  }
  .home-news-list__item {
    min-height: 460px;
  }

  .home-model-ban-a1 {
    min-height: 334px !important;
    padding: 0 48px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-image: url("../../img/banner-a1-tab.jpg");
  }
  .home-model-ban-a1__top {
    width: 314px;
    text-align: left;
  }
  .home-model-ban-a1__mid {
    position: static;
    height: auto;
    width: 314px;
    margin: 20px 0;
  }
  .home-model-ban-a1__mid__text {
    position: static;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }
  .home-model-ban-a1__mid__img {
    position: absolute;
    width: 232px;
    height: 290px;
    margin-top: -145px;
    top: 50%;
    right: 64px;
    left: auto;
  }
  .home-model-ban-a1__bottom {
    width: 280px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .home-news-list .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    height: 100%;
  }
  .home-news-list__item-wrap {
    width: 220px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
  }
  .home-news-list__item {
    min-height: 310px;
  }
  .home-news-list__item__photo {
    height: 160px;
  }
  .home-news-list__item__photo__img {
    height: 160px;
  }
  .home-news-list__item__content {
    padding: 18px 15px;
  }
  .home-news-list__item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .home-news-list__item__desc {
    display: none;
  }

  .home-model-ban-a1 {
    position: relative;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 310px;
    padding: 28px 12px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
  }
  .home-model-ban-a1__top {
    width: auto;
  }
  .home-model-ban-a1__mid {
    position: static;
    height: auto;
    width: auto;
  }
  .home-model-ban-a1__mid__text {
    position: relative;
    font-size: 28px;
    line-height: 34px;
    z-index: 2;
  }
  .home-model-ban-a1__mid__img {
    width: 170px;
    height: 160px;
    margin-top: 0;
    top: 60px;
    left: 68px;
  }
  .home-model-ban-a1__bottom {
    width: auto;
  }
}
