.container {
  padding: 9.6875vw 7.91667vw 14.11458vw;
  position: relative
}

.container::before {
  content: "";
  position: absolute;
  left: -5vw;
  top: -10.41667vw;
  width: 35.88542vw;
  height: 35.88542vw;
  border-radius: 50%;
  opacity: 0.12;
  background: linear-gradient(0deg, #0055D5 0%, #0055D5 100%), #D9D9D9;
  filter: blur(308.75px);
  z-index: -1
}

.container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 27.8125vw;
  width: 35.88542vw;
  height: 35.88542vw;
  border-radius: 50%;
  opacity: 0.12;
  background: linear-gradient(0deg, #0055D5 0%, #0055D5 100%), #D9D9D9;
  filter: blur(308.75px);
  z-index: -1
}

.container .cb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.86458vw;
  width: 35.88542vw;
  height: 35.88542vw;
  border-radius: 50%;
  opacity: 0.12;
  background: linear-gradient(0deg, #0055D5 0%, #0055D5 100%), #D9D9D9;
  filter: blur(308.75px);
  z-index: -1
}

.container .tabs {
  display: flex;
  border-bottom: 1px solid #0B4632;
  padding-bottom: 2.5vw;
  gap: 1.25vw
}

.container .tabs span,
.container .tabs a {
  display: block;
  padding: .3125vw 1.25vw .36458vw;
  color: #333;
  position: relative;
  cursor: pointer;
  transition: all 600ms;
  border-radius: 2.60417vw;
  z-index: 5;
  overflow: hidden
}

.container .tabs span::after,
.container .tabs a::after {
  content: "";
  position: absolute;
  background: var(--bg, linear-gradient(270deg, #037D6F -7.89%, #ABCAA2 100%));
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: all 600ms
}

.container .tabs span.on,
.container .tabs span:hover,
.container .tabs a.on,
.container .tabs a:hover {
  color: #fff
}

.container .tabs span.on::after,
.container .tabs span:hover::after,
.container .tabs a.on::after,
.container .tabs a:hover::after {
  opacity: 1
}

.container .rec {
  display: block;
  position: relative;
  border-radius: .625vw;
  overflow: hidden;
  margin: 2.5vw 0
}

.container .rec .m {
  width: 100%;
  display: block;
  height: 23.48958vw;
  object-fit: cover;
  transition: all 600ms
}

.container .rec .text {
  position: absolute;
  left: 3.69792vw;
  top: 5.41667vw;
  width: 31.92708vw
}

.container .rec .text .tag {
  padding: .20833vw .625vw;
  border-radius: 51px;
  display: inline-block;
  background: var(--surface-surface-default, #fff);
  line-height: 1.5
}

.container .rec .text .tag span {
  background: var(--bg, linear-gradient(270deg, #037D6F -7.89%, #ABCAA2 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.container .rec .text .pt {
  margin: .83333vw 0 1.04167vw;
  color: #fff;
  font-weight: 500
}

.container .rec .text .des {
  color: #FFF;
  line-height: 1.5;
  margin-bottom: 1.04167vw
}

.container .rec .text .time {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.container .rec .text .time p {
  color: rgba(255, 255, 255, 0.6);
  transition: all 600ms
}

.container .rec .text .time .more {
  display: flex;
  align-items: center;
  gap: .41667vw;
  position: relative;
  padding: .20833vw 0
}

.container .rec .text .time .more::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 600ms
}

.container .rec .text .time .more svg {
  display: block;
  width: .67708vw;
  height: auto
}

.container .rec .text .time .more svg path {
  transition: all 600ms
}

.container .rec .text .time .more:hover p {
  color: #fff
}

.container .rec .text .time .more:hover svg path {
  fill-opacity: 1
}

.container .rec .text .time .more:hover::after {
  width: 100%
}

.container .rec:hover .m {
  transform: scale(1.05)
}

.container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.66667vw
}

.container .list a {
  display: block;
  width: 100%
}

.container .list a .pic {
  overflow: hidden;
  border-radius: .625vw
}

.container .list a .pic img {
  display: block;
  width: 100%;
  height: 13.95833vw;
  object-fit: cover
}

.container .list a .tag {
  margin: 2.08333vw 0 .625vw;
  border-radius: 51px;
  background: var(--bg, linear-gradient(270deg, #037D6F -7.89%, #ABCAA2 100%));
  display: inline-block;
  color: #FFF;
  line-height: 1.5;
  padding: .20833vw .83333vw .26042vw
}

.container .list a .pt {
  font-weight: 500;
  line-height: 1.5;
  margin: .41667vw 0 2.5vw;
  color: #333
}

.container .list a .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4B5563
}

.container .list a .time .more {
  display: flex;
  align-items: center;
  gap: .41667vw;
  position: relative;
  padding: .20833vw 0
}

.container .list a .time .more::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #4B5563;
  transition: all 600ms;
  opacity: .8;
  transform: scale(0.99)
}

.container .list a .time .more:hover::after {
  width: 100%
}

.container .pager {
  display: flex;
  justify-content: center;
  gap: 1.875vw;
  align-items: center;
  margin-top: 3.54167vw
}

.container .pager .prev,
.container .pager .next {
  width: 2.08333vw;
  height: 2.08333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--bg, #75B79F)
}

.container .pager .nums {
  display: flex;
  gap: 1.04167vw
}

.container .pager .nums a {
  width: 2.08333vw;
  height: 2.08333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: .20833vw;
  transition: all 600ms
}

.container .pager .nums a:hover,
.container .pager .nums a.on {
  background: var(--bg, #75B79F);
  color: #fff
}

@media screen and (max-width: 768px) {
  .container {
    padding: 30px 5% 40px
  }

  .container::before,
  .container::after,
  .container .cb {
    width: 300px;
    height: 300px;
    opacity: .5
  }

  .container .cb {
    bottom: -130px
  }

  .container::before {
    left: -50px;
    top: -100px
  }

  .container::after {
    right: 0;
    top: 250px
  }

  .container .tabs {
    padding-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap
  }

  .container .tabs span,
  .container .tabs a {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 25px;
    flex-shrink: 0
  }

  .container .rec {
    margin: 24px 0;
    border-radius: 12px
  }

  .container .rec .m {
    height: 300px
  }

  .container .rec .text {
    left: 5%;
    width: 90%;
    top: 50px
  }

  .container .rec .text .tag {
    padding: 4px 12px
  }

  .container .rec .text .pt {
    margin: 10px 0 15px
  }

  .container .rec .text .des {
    margin-bottom: 15px
  }

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

  .container .list a .pic {
    border-radius: 8px
  }

  .container .list a .pic img {
    height: 180px
  }

  .container .list a .tag {
    margin: 12px 0 8px;
    padding: 4px 12px;
    font-size: 14px
  }

  .container .list a .pt {
    margin: 5px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
  }

  .container .pager {
    gap: 10px;
    margin-top: 30px
  }

  .container .pager .prev,
  .container .pager .next {
    width: 25px;
    height: 25px
  }

  .container .pager .prev svg,
  .container .pager .next svg {
    width: 5px
  }

  .container .pager .nums {
    gap: 8px
  }

  .container .pager .nums a {
    width: 25px;
    height: 25px;
    font-size: 14px
  }
}