@media screen and (min-width: 640px) {
  .news-main__list {
    width: 100%;
    max-width: 1420px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.news-main {
  position: relative;
  margin-top: 100px;
}
.news-main__h1 {
  font-size: 26px;
  font-weight: 700;
  color: #001A34;
  text-align: left;
  margin: 20px 0;
  text-transform: uppercase;
}
.news-main__h1 .page-href {
  text-transform: none;
}
.news-main__wrap {
  max-width: 1480px;
  margin: 0 auto;
}
.news-main__item-wrap {
  padding: 15px;
  max-width: 284px;
}
.news-main .swiper-container .swiper-slide {
  max-width: 100%;
}
.news-main__item {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 11px 11px;
  margin: 6px 0;
}
.news-main__date {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #F5F7FB;
  margin: 0 0 30px;
}
.news-main__title {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #001A34;
  margin: 10px 0;
  height: 37px;
  overflow: hidden;
}
.news-main__text {
  font-size: 11px;
  font-weight: 500;
  height: 38px;
  overflow: hidden;
}
.news-main__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-main__flex > a {
  font-size: 14px;
  color: #000000;
}
.news-main__flex > span {
  font-size: 14px;
  font-weight: 600;
  color: #001A34;
}
.news-main__flex .news-main__like {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.news-main__flex .news-main__like:before {
  font-size: 14px;
  padding: 0 5px;
  color: #B1B9C2;
}
.news-main__flex .news-main__like.is-have:before {
  color: #F73D34;
}
.news-main__flex .news-main__look {
  font-size: 12px;
  color: #B1B9C2;
  font-weight: 500;
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.news-main__flex .news-main__look:before {
  font-size: 12px;
  padding: 0 5px;
  color: #B1B9C2;
}
.news-main__img {
  display: flex;
  object-position: center;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  width: 240px;
  max-height: 240px;
  margin: 15px 0 5px;
}
.news-main__btn {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 50px;
  margin: 0 auto;
}
.news-main__btn .btn {
  background: #3389EA;
  border-color: #3389EA;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 20px 0;
  margin: 45px auto;
  position: relative;
  z-index: 3;
}

.news-event .news-main__wrap {
  max-width: 100%;
}
.news-event .news-main__item {
  margin: 12px 12px;
}
.news-event .news-main__list {
  padding: 0;
}

@media screen and (max-width: 640px) {
  .news-main__date {
    display: none;
  }
  .news-main__item.swiper-slide {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0, 26, 52, 0.0784313725);
    margin-bottom: 26px;
  }
  .news-main__title {
    margin-top: 0;
  }
  .news-main__text {
    height: 36px;
    margin-bottom: 8px;
  }
  .news-main .swiper__btn {
    display: none;
  }
  .news-main__content {
    margin-bottom: 25px;
  }
  .news-main__img {
    margin-top: 0;
    width: 100%;
  }
  .news-main__icon {
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    width: 100%;
  }
}

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