@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  /* 去除默认下划线 */
}

html,
body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
  /* 去除默认列表样式 */
}

@media screen and (max-width: 1024px) {
  .mySwiper {
    width: 100%;
    margin: 0 auto;
  }
  .mySwiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
  }
  .new {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0.2rem;
    text-align: center;
    margin-bottom: 0.2rem;
    padding: 0 0.4rem;
  }
  .new > .new_title {
    font-size: 0.3rem;
  }
  .new > .new_time {
    font-size: 14px;
    color: #ccc;
    margin-top: 0.2rem;
  }
  .new > .new_content {
    font-size: 16px;
    margin-top: 0.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .mySwiper {
    width: 100%;
    height: 450px;
    margin: 0 auto;
  }
  .mySwiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
  }
  .new {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  .new > .new_title {
    font-size: 30px;
  }
  .new > .new_time {
    font-size: 14px;
    color: #ccc;
    margin-top: 40px;
  }
  .new > .new_content {
    font-size: 16px;
    margin-top: 40px;
  }
}
