 /* 基本重置 */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  a {
    text-decoration: none;
    color: inherit;
    /* 使用父元素的颜色 */
  }

  body {
    color: #333;
  }

  .page {
    max-width: 1920px;
    margin: 0 auto;
  }

  .main {
    padding-top: 64px;
  }


  .customer-list-wrap {
	padding: 15px 0;
    position: relative;
    /* background-image: url(../imgs/bg.a7f9bbb.png); */
    /* background-size: cover; */
  }

  .customer-list-wrap .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .customer-list-wrap .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持图片纵横比，覆盖整个容器 */
  }

  .customer-list-wrap .container {
    width: 1200px;
    margin: 0 auto;
  }

  .customer-list-wrap .container .content {
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-list-wrap .content .box {
    width: 1137px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
  }

  .customer-list-wrap .content .header-swiper-wrapper .swiper-button-prevs {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 30px;
    transform: scale(1.2);
    cursor: pointer;
  }

  .customer-list-wrap .content .header-swiper-wrapper .swiper-button-nexts {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 30px;
    transform: scale(1.2);
    cursor: pointer;
  }

  .customer-list-wrap .content .header-swiper-wrapper .swiper-wrapper {
    height: 74px;
    display: flex;
  }

  .customer-list-wrap .content .header-swiper-wrapper .swiper-wrapper .swiper-slide {
    flex: 1;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-swiper-wrapper .swiper-slide-active {
    color: #3778fa;
    text-shadow: 0 0 .25px currentColor;
    border-bottom: 2px solid #3778fa;
	 background-color: #fff;
  }

  .visibleee {
    display: block;
  }

  .hiddennn {
    display: none;
  }

  .news-list {
    width: 100%;
    margin-top: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .news-list .news-content {
    width: 100%;
  }

  .news-list .news-item {
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 23px 210px 23px 25px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #eee;
  }

  .news-list .news-item:hover {
    background-color: #3778fa;
    color: #fff;
  }

  .news-list .news-item:hover .desc {
    color: #fff;
  }

  .news-list .news-item .pic {
    width: 230px;
    height: 132px;
    margin-right: 35px;
  }

  .news-list .news-item .pic img {
    width: 100%;
    height: 100%;
  }

  .news-list .news-item .txt {
    width: calc(100% - 300px);
    padding-top: 20px;
  }

  .news-list .news-item h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .news-list .news-item .desc {
    font-size: 16px;
    line-height: 1.63;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

  .news-list .news-item .date {
    position: absolute;
    top: 50%;
    right: 0;
    text-align: center;
    width: 210px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }

  .news-list .news-item .date span {
    font-size: 50px;
    color: #D9413D;
    font-weight: bold;
    line-height: 1.1;
  }

  .news-list .news-item .date em {
    font-size: 16px;
  }

  @media screen and (min-width: 769px) and (max-width: 1500px) {
    .main {
      padding-top: 116px;
    }

  }

  @media (max-width: 960px) {
    .main {
      padding-top: 64px;
    }

    .home-wrap {
      width: 100%;
    }
  .customer-list-wrap {
	padding: 0;
  }
    .customer-list-wrap .container {
      width: 100%;
      height: 100%;
      padding-bottom: 20px;
      margin-top: 10px;
    }

    .customer-list-wrap .container .content {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
    }

    .customer-list-wrap .box {
      width: 100% !important;
      height: auto;
      padding: 0 15px;
      background-color: #fff;
      border-radius: 3px;
      border-bottom: none;
    }

    .header-swiper-wrapper .swiper-wrapper {
      height: 40px  !important;
    }

    .header-swiper-wrapper .swiper-slide {
      border-radius: 3px;
      font-size: 14px !important;
      position: relative;
    }

    .header-swiper-wrapper .swiper-slide-active {
      background-color: #007aff;
      color: #fff;
      text-shadow: none;
    }

    .news-list .news-item {
      flex-direction: column;
      margin-bottom: 15px;
      padding: 15px;
    }

    .news-list .news-item .pic {
      width: 100%;
      height: auto;
      margin-right: 0;
    }

    .news-list .news-item .txt {
      width: 100%;
      padding-top: 13px;
    }

    .news-list .news-item .txt h3 {
      font-size: 16px;
      margin-bottom: 8px;
    }

    .news-list .news-item .desc {
      font-size: 14px;
      line-height: 1.3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
    }

    .news-list .news-item .date {
      display: none;
    }

    .moreBtn {
      width: 200px;
      height: 46px;
      font-size: 14px;
      margin: 0 auto;
      border-radius: 33px;
      color: #0F3C76;
      background-color: #DAE5F2;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .moreBtn .icon {
      margin-left: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .moreBtn .icon img {
      width: 100%;
      height: 100%;
    }
  }