
::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.page {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  -ms-overflow-style: none; /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}
.page-title {
  margin-top: 108px;
  margin-left: 25%;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 32px;
  color: #101a2b;
  line-height: 32px;
}
.bread-crumb {
  width: 100%;
  padding-left: 25%;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 16px;
  color: #101a2b;
  line-height: 16px;
  margin-top: 24px;
  margin-bottom: 80px;
}
.bread-crumb a {
  text-decoration: none; /* 去掉下划线 */
  color: inherit; /* 继承父元素的颜色，通常是黑色 */
}
.news-list-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news-list {
  width: 960px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.news-item {
  width: 454px;
  height: 434px;
  display: flex;
  flex-flow: column;
  margin-bottom: 100px;
}
.news-cover {
  width: 100%;
  height: 348px;
}

.news-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.news-title {
  width: 100%;
  margin: 30px 0 20px 25px;
}
.news-title a {
  text-decoration: none; /* 去掉下划线 */
  font-family: AlibabaPuHuiTi_2_65_Medium;
  font-size: 20px;
  color: #101a2b;
  line-height: 20px;
  text-align: left;
}
.news-date {
  width: 100%;
  margin: 0 0 0 25px;
  font-family: AlibabaPuHuiTi_2_55_Regular;
  font-size: 14px;
  color: #90959c;
  line-height: 14px;
}
.news-list .news-item:nth-child(odd) {
  margin-right: 3.8%;
}
.news-list .news-item:nth-last-child(1),
.news-list .news-item:nth-last-child(2) {
  margin-bottom: 60px;
}
.pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 68px;
}

/* 媒体查询 */
@media screen and (max-width: 1200px) {
  .page {
    background: url("../images/top_bg.png") no-repeat top center;
    background-size: 100% 4.09rem;
  }

    .page-title {
      margin-top: 1.3rem;
      margin-left: 0;
      text-align: center;
      font-size: 0.36rem;
      font-family: AlibabaPuHuiTi_2_65_Medium;
      margin-bottom: 0.64rem;
    }

    .bread-crumb {
      display: none;
    }

    .news-list-wrapper {
      width: 90%;
      margin: 0 auto;
    }

    .news-list {
      width: 100%;
    }

    .news-item {
      width: 48%;
      height: auto;
      margin-bottom: 0.5rem !important;
    }

    .news-cover {
      width: 100%;
      height: 2.57rem;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    .news-title {
      margin: 0.23rem 0 0.16rem 0;
    }

    .news-title a {
      font-size: 0.3rem;
      line-height: 0.36rem;
    }
    .news-date {
      margin: 0;
      font-size: 0.24rem;
      line-height: 0.24rem;
    }

    .pagination-wrapper {
      margin: 0 auto;
      width: 90%;
      margin-bottom: 0.7rem;

      .pagination {
        width: 100%;
        justify-content: center;
      }

      .page-item:first-child .page-link {
        border-top-left-radius: 0.08rem;
        border-bottom-left-radius: 0.08rem;
      }
      .page-item:last-child .page-link {
        border-top-right-radius: 0.08rem;
        border-bottom-right-radius: 0.08rem;
      }
      .page-link {
        padding: 0.16rem 0.26rem;
      }
    }
}
