body .home .container {
  padding: 0 8.33333vw
}

body .home .container .t {
  text-align: center;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 3.125vw
}

body .home .container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.08333vw 1.25vw
}

body .home .container .list a {
  width: 100%
}

body .home .container .list a .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #EFEEF3; */
  height: 17.70833vw;
  position: relative;
  overflow: hidden
}

body .home .container .list a .pic .pro {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 10;
  transition: all 600ms;
  display: block
}

body .home .container .list a .pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #C3CDE4 0%, #688AD7 100%);
  opacity: 0;
  transition: all 600ms
}

body .home .container .list a .pic .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2
}

body .home .container .list a .pic .shadow img {
  width: 26.77083vw;
  transition: all 600ms;
  display: block
}

body .home .container .list a .pic .shadow img:nth-child(2) {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0
}

body .home .container .list a .text {
  margin: 1.25vw 0
}

body .home .container .list a .text .pt {
  font-weight: 600;
  line-height: 1.5;
  height: 4.6875vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

body .home .container .list a .text .num {
  margin: .625vw 0;
  color: #919191;
  line-height: 1.5
}

body .home .container .list a .text .des {
  color: #919191;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.60417vw
}

body .home .container .list a .text .des2 {
  color: #919191;
  line-height: 1.5;
  margin: 1.25vw 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.60417vw
}

body .home .container .list a .text .c_btn {
  z-index: 10;
  position: relative
}

body .home .container .list a:hover .pic img {
  transform: scale(1.05)
}

body .home .container .list a:hover .pic::after {
  opacity: 1
}

body .home .container .list a:hover .pic .shadow img {
  opacity: 0
}

body .home .container .list a:hover .pic .shadow img:nth-child(2) {
  opacity: 1
}

body .home .container .pager {
  display: flex;
  justify-content: center;
  margin: 4.16667vw 0 6.25vw 0;
  gap: .625vw
}

body .home .container .pager .btn {
  width: 2.60417vw;
  height: 2.60417vw;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms
}

body .home .container .pager .btn img {
  transition: all 600ms;
  width: 1.5625vw
}

body .home .container .pager .btn:hover {
  background: #002FFF;
  border-color: #002FFF
}

body .home .container .pager .btn:hover img {
  filter: invert(1)
}

body .home .container .pager a {
  width: 2.60417vw;
  height: 2.60417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600
}

body .home .container .pager a.on {
  background: #002FFF;
  color: #fff
}

@media screen and (max-width: 768px) {
  body .home .container {
    padding: 0 5%
  }

  body .home .container .t {
    margin-bottom: 30px
  }

  body .home .container .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
  }

  body .home .container .list a .pic {
    height: 300px
  }

  body .home .container .list a .pic .shadow img {
    width: 100%
  }

  body .home .container .list a .text {
    margin: 20px 0
  }

  body .home .container .list a .text .pt {
    font-size: 18px;
    height: auto
  }

  body .home .container .list a .text .num {
    margin: 10px 0
  }

  body .home .container .list a .text .des,
  body .home .container .list a .text .des2 {
    height: auto
  }

  body .home .container .list a .text .des2 {
    margin: 12px 0
  }

  body .home .container .pager {
    margin: 30px 0 60px 0;
    gap: 10px
  }

  body .home .container .pager .btn {
    width: 25px;
    height: 25px
  }

  body .home .container .pager .btn img {
    width: 15px
  }

  body .home .container .pager a {
    width: 25px;
    height: 25px
  }
}