.container {
  padding: 9.79167vw 8.33333vw
}

.container .back {
  display: inline-flex;
  gap: .41667vw;
  line-height: 1.5;
  align-items: center
}

.container .back .icon {
  position: relative
}

.container .back .icon img {
  display: block;
  width: 100%;
  transition: all 600ms
}

.container .back .icon img:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0
}

.container .back:hover .icon img:nth-child(1) {
  opacity: 0
}

.container .back:hover .icon img:nth-child(2) {
  opacity: 1
}

.container .wrap {
  padding: 3.48958vw 16.66667vw 9.27083vw
}

.container .wrap .p1 {
  font-weight: 500;
  line-height: 1.5
}

.container .wrap .t_sh {
  margin: 2.5vw 0 3.54167vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .625vw
}

.container .wrap .t_sh img {
  display: block;
  width: 1.25vw
}

.container .wrap .html {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5
}

.container .wrap .pager {
  margin-top: 2.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.container .wrap .pager .lbox a {
  display: flex;
  align-items: center;
  width: 40.11458vw;
  line-height: 1.5
}
.container .wrap .pager .lbox a span:first-child {
  flex-shrink: 0;
  font-weight: 700;
}
.container .wrap .pager .lbox a .pager-title {
  flex: 1;
  min-width: 0;
}
.container .wrap .pager .lbox a:hover {
  background: var(--line, linear-gradient(270deg, #59AB91 0%, #3673B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.container .wrap .pager .lbox a:not(:last-child) {
  margin-bottom: .83333vw
}

.container .rec .r_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5vw
}

.container .rec .r_top .p1 {
  color: #0B2A44;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .83333vw
}

.container .rec .r_top .p1::before {
  content: '';
  display: block;
  width: .3125vw;
  height: 2.39583vw;
  border-radius: .26042vw;
  background: linear-gradient(0deg, #59AB91 0%, #4586C6 100%)
}

.container .rec .r_top a {
  border-radius: 1000px;
  display: flex;
  width: 168px;
  height: 52px;
  padding: 0 10px 0 28px;
  justify-content: space-between;
  align-items: center;
  position: relative
}

.container .rec .r_top a::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: url(../images/btn_b.png) no-repeat;
  background-size: 100% 100%
}

.container .rec .r_top a p {
  background: var(--line, linear-gradient(270deg, #59AB91 0%, #3673B9 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.container .rec .r_top a img {
  display: block;
  width: 1.77083vw;
  transition: all 600ms
}

.container .rec .r_top a:hover img {
  transform: rotate(30deg)
}

.container .rec .list .swiper2 {
  width: 100%;
  overflow: hidden
}

.container .rec .list .swiper2 a {
  display: block
}

.container .rec .list .swiper2 a .pic {
  border-radius: .83333vw;
  overflow: hidden
}

.container .rec .list .swiper2 a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 13.95833vw;
  transition: all 600ms
}

.container .rec .list .swiper2 a .tag {
  display: inline-block;
  border-radius: 108px;
  border: 1px solid #E6EAF0;
  padding: .3125vw 1.5625vw;
  color: #4B5563;
  line-height: 1.5;
  margin: 1.875vw 0 .41667vw 0
}

.container .rec .list .swiper2 a .pt {
  color: #4B5563;
  line-height: 1.5;
  height: 3.95833vw
}

.container .rec .list .swiper2 a .t_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 3.64583vw;
  line-height: 1.5
}

.container .rec .list .swiper2 a .t_btn .time {
  color: #8A94A6
}

.container .rec .list .swiper2 a .t_btn .more {
  display: flex;
  gap: .41667vw;
  color: #4B5563;
  line-height: 1.5
}

.container .rec .list .swiper2 a .t_btn .more svg {
  display: block;
  width: .72917vw;
  height: auto
}

.container .rec .list .swiper2 a:hover .pic img {
  transform: scale(1.05)
}

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

  .container .back {
    font-size: 16px;
    gap: 6px;
    margin-bottom: 20px
  }

  .container .back .icon {
    width: 25px
  }

  .container .wrap {
    padding: 0
  }

  .container .wrap .p1 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px
  }

  .container .wrap .t_sh {
    margin: 20px 0 25px 0;
    padding-bottom: 10px;
    font-size: 14px
  }

  .container .wrap .t_sh img {
    width: 18px
  }

  .container .wrap .html {
    font-size: 16px;
    line-height: 1.7
  }

  .container .wrap .html img {
    max-width: 100%;
    height: auto
  }

  .container .wrap .pager {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px
  }

  .container .wrap .pager .lbox {
    width: 100%
  }

  .container .wrap .pager .lbox a {
    width: 100%;
    font-size: 16px
  }

  .container .wrap .pager .lbox a:not(:last-child) {
    margin-bottom: 5px
  }

  .container .wrap .pager .rbox {
    width: 100%
  }

  .container .wrap .pager .rbox a {
    width: 100%;
    font-size: 16px;
    padding: 8px 0;
    text-align: right
  }

  .container .rec {
    margin-top: 20px
  }

  .container .rec .r_top {
    gap: 20px;
    margin-bottom: 20px
  }

  .container .rec .r_top .p1 {
    font-size: 20px;
    gap: 10px
  }

  .container .rec .r_top .p1::before {
    width: 4px;
    height: 20px
  }

  .container .rec .r_top a {
    width: 120px;
    height: 35px;
    padding: 0 8px 0 20px;
    font-size: 14px
  }

  .container .rec .r_top a img {
    width: 20px
  }

  .container .rec .list .swiper2 {
    padding-bottom: 20px
  }

  .container .rec .list .swiper2 a .pic {
    border-radius: 12px
  }

  .container .rec .list .swiper2 a .pic img {
    height: 175px
  }

  .container .rec .list .swiper2 a .tag {
    font-size: 12px;
    padding: 4px 20px;
    margin: 20px 0 6px 0
  }

  .container .rec .list .swiper2 a .pt {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .container .rec .list .swiper2 a .t_btn {
    margin-top: 20px;
    font-size: 14px
  }

  .container .rec .list .swiper2 a .t_btn .more {
    gap: 8px
  }

  .container .rec .list .swiper2 a .t_btn .more svg {
    width: 12px
  }
}