.container {
  padding: 7.1875vw 8.3333333333vw 6.875vw;
  position: relative;
  overflow: hidden;
}

.news-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4vw 0;
  color: #666;
}

#news-list.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.pager a.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.pager .ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2em;
  color: #666;
}
.container::before {
  content: "";
  display: block;
  position: absolute;
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.1499938965px);
  left: -5.4166666667vw;
  top: -5.4166666667vw;
  z-index: -1;
}
.container::after {
  content: "";
  display: block;
  position: absolute;
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.1499938965px);
  right: -10.6770833333vw;
  top: 57.9166666667vw;
  z-index: -1;
}
.container .cb {
  content: "";
  display: block;
  position: absolute;
  width: 28.2291666667vw;
  height: 28.2291666667vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.7;
  background: #9DC0F0;
  filter: blur(357.1499938965px);
  z-index: -1;
  left: 2.9166666667vw;
  bottom: -7.3958333333vw;
}
.container .tabs {
  display: flex;
  justify-content: center;
  gap: 1.25vw;
}
.container .tabs span {
  padding: 0.625vw 0;
  width: 9.1145833333vw;
  text-align: center;
  display: block;
  color: #666;
  transition: all 600ms;
  border-radius: 999px;
  cursor: pointer;
}
.container .tabs span.on {
  color: #fff;
  background: var(--Color, #2A4D9C);
}
.container .tabs span:hover {
  color: #000;
  background: #F9D4AB;
}
.container .rec {
  margin: 3.5416666667vw 0 4.4791666667vw;
  display: flex;
  justify-content: space-between;
}
.container .rec .pic {
  flex: 1;
  overflow: hidden;
  border-radius: 0.625vw;
}
.container .rec .pic img {
  display: block;
  width: 100%;
  height: 24.3229166667vw;
  transition: all 600ms;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .rec .info {
  width: 28.3854166667vw;
  padding: 2.5vw;
}
.container .rec .info .tag {
  display: inline-block;
  padding: 0.625vw 1.8489583333vw;
  border-radius: 2.6041666667vw;
  border: 1px solid #2A4D9C;
  background: var(--Color, #2A4D9C);
  color: #fff;
}
.container .rec .info .pt {
  margin: 0.625vw 0 6.5104166667vw;
  color: var(--c, #0D2052);
  font-weight: 500;
  line-height: 1.5;
}
.container .rec .info .time_m {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .rec .info .time_m .time {
  color: #686D7A;
  line-height: 1.375;
}
.container .rec .info .time_m .more {
  display: flex;
  gap: 0.4166666667vw;
}
.container .rec .info .time_m .more svg {
  display: block;
  width: 0.7291666667vw;
  height: auto;
}
.container .rec:hover .pic img {
  transform: scale(1.05);
}
.container .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875vw;
}
.container .list a {
  display: block;
}
.container .list a .pic {
  overflow: hidden;
  border-radius: 1.0416666667vw;
}
.container .list a .pic img {
  width: 100%;
  display: block;
  height: 13.75vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .list a .text {
  padding: 0.8333333333vw 1.25vw;
}
.container .list a .text .tag {
  padding: 0.3645833333vw 0.78125vw;
  border-radius: 2.6041666667vw;
  border: 1px solid #2A4D9C;
  color: #fff;
  background: var(--Color, #2A4D9C);
  display: inline-block;
  line-height: 1;
}
.container .list a .text .pt {
  margin: 0.625vw 0 3.0208333333vw;
}
.container .list a .text .time_m {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .list a .text .time_m .time {
  color: #686D7A;
  line-height: 1.375;
}
.container .list a .text .time_m .more {
  display: flex;
  gap: 0.4166666667vw;
}
.container .list a .text .time_m .more p {
  transition: all 600ms;
}
.container .list a .text .time_m .more svg {
  display: block;
  width: 0.7291666667vw;
  height: auto;
  transition: all 600ms;
}
.container .list a .text .time_m .more svg path {
  transition: all 600ms;
}
.container .list a .text .time_m .more:hover p {
  color: #2A4D9C;
}
.container .list a .text .time_m .more:hover svg {
  transform: translateX(0.2604166667vw);
}
.container .list a .text .time_m .more:hover svg path {
  stroke: #2A4D9C;
}
.container .pager {
  display: flex;
  justify-content: center;
  gap: 1.875vw;
  align-items: center;
  margin-top: 3.5416666667vw;
}
.container .pager .prev,
.container .pager .next {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  border: 2px solid rgb(12, 33, 82);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
}
.container .pager .prev svg,
.container .pager .next svg {
  display: block;
  width: 0.46875vw;
  height: auto;
}
.container .pager .prev svg path,
.container .pager .next svg path {
  transition: all 600ms;
}
.container .pager .prev:hover,
.container .pager .next:hover {
  background: #F9D4AB;
  border-color: transparent;
}
.container .pager .nums {
  display: flex;
  gap: 0.78125vw;
}
.container .pager .nums a {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 0.1041666667vw;
  line-height: 1.5;
}
.container .pager .nums a:hover, .container .pager .nums a.on {
  background: #2A4D9C;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 30px 5% 60px;
  }
  .container::before, .container::after,
.container .cb {
    display: none;
  }
  .container .tabs {
    gap: 10px;
    flex-wrap: wrap;
  }
  .container .tabs span {
    padding: 12px 24px;
    font-size: 14px;
    width: auto;
    flex-shrink: 0;
  }
  .container .rec {
    margin: 30px 0;
    flex-direction: column;
  }
  .container .rec .pic {
    border-radius: 10px;
  }
  .container .rec .pic img {
    height: 200px;
  }
  .container .rec .info {
    width: 100%;
    padding: 20px 0;
  }
  .container .rec .info .tag {
    padding: 6px 18px;
    font-size: 12px;
    border-radius: 25px;
  }
  .container .rec .info .pt {
    margin: 10px 0 20px;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--line, 2);
    overflow: hidden;
  }
  .container .rec .info .time_m .time {
    font-size: 14px;
  }
  .container .rec .info .time_m .more {
    font-size: 14px;
    gap: 6px;
  }
  .container .rec .info .time_m .more svg {
    width: 14px;
  }
  .container .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .container .list a .pic {
    border-radius: 10px;
  }
  .container .list a .pic img {
    height: 180px;
  }
  .container .list a .text {
    padding: 15px;
  }
  .container .list a .text .tag {
    padding: 6px 18px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 25px;
  }
  .container .list a .text .pt {
    margin: 8px 0 15px;
    font-size: 16px;
  }
  .container .list a .text .time_m .time {
    font-size: 14px;
  }
  .container .list a .text .time_m .more {
    gap: 6px;
    font-size: 14px;
  }
  .container .list a .text .time_m .more svg {
    width: 14px;
  }
  .container .pager {
    gap: 15px;
    margin-top: 30px;
  }
  .container .pager .prev,
.container .pager .next {
    width: 30px;
    height: 30px;
  }
  .container .pager .prev svg,
.container .pager .next svg {
    width: 6px;
  }
  .container .pager .nums {
    gap: 8px;
  }
  .container .pager .nums a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}