.blog_banner {
  padding-top: 63px;
  padding-bottom: 100px;
  background: linear-gradient(to top, rgba(215, 233, 244, 0.79), rgba(243, 247, 255, 0.79));
  overflow: hidden;
}
.blog_banner .flex {
  min-height: 683px;
  gap: 3.5%;
}
.blog_banner .head {
  flex: 1;
  min-width: 51.0714%;
  padding-top: 1.2%;
}
.blog_banner .head .btn {
  margin-top: 47px;
}
.blog_banner .head .desc {
  line-height: 32px;
  margin-top: 22px;
  max-width: 609px;
  margin-left: unset;
  letter-spacing: -0.15px;
}
.blog_banner .right {
  min-width: 47.14285%;
  padding-top: 3.9%;
  position: relative;
  z-index: 2;
  --height: 604px;
}
.blog_banner .right .lt {
  width: 34px;
  height: 34px;
  position: absolute;
  top: -3px;
  left: -21.5%;
  background: url(../img/inudicon1.svg) no-repeat center / contain;
  transition: all 1s;
}
.blog_banner .right .rb {
  width: 47px;
  height: 45px;
  position: absolute;
  bottom: 29.5%;
  right: -15%;
  background: url(../img/lticon.svg) no-repeat center / contain;
  transition: all 1s;
}
.blog_banner .right::after {
  content: '';
  display: block;
  width: 155.1515%;
  height: var(--height);
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: -15.7576%;
  z-index: -1;
  background: url(../img/blogbg.png) no-repeat center / contain;
}
.blog_banner .right::before {
  content: '';
  display: block;
  width: 100vw;
  height: var(--height);
  position: absolute;
  top: 53%;
  left: 50%;
  background: #c4e5ff;
  transform: translateY(-50%);
}
.blog_banner .right .img_box {
  aspect-ratio: 660/451;
  position: relative;
}
.blog_banner .right .img_box .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 75.6060606%;
  aspect-ratio: 499/335;
  border-radius: 18px;
  transition: all 1s;
}
.blog_banner .right .img_box .img:nth-child(2) {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}
.blog_banner .right .img_box .img:hover img {
  transform: scale(1.03);
}
.blog_main {
  padding-top: 43px;
}
.blog_main .main {
  gap: 2rem 20px;
  margin-top: 113px;
}
.blog_main .main .left {
  width: 50.28571%;
}
.blog_main .main .left .list {
  position: relative;
  aspect-ratio: 704/450;
}
.blog_main .main .left .item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 17px;
  overflow: hidden;
  opacity: 0;
}
.blog_main .main .left .item.active {
  opacity: 1;
  z-index: 10;
}
.blog_main .main .left a {
  display: block;
  width: 100%;
  border-radius: 19px;
  height: 100%;
}
.blog_main .main .left a:hover .img img {
  transform: scale(1.03);
}
.blog_main .main .left .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog_main .main .right {
  flex: 1;
  max-width: 613px;
}
.blog_main .main .right strong {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme_color);
  text-transform: uppercase;
}
.blog_main .main .right div {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.blog_main .main .right p {
  font-size: 20px;
  color: #222222;
  font-weight: 600;
  line-height: 27px;
}
.blog_main .main .right .item {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.blog_main .main .right .item > a {
  display: block;
  padding: 8px 0 17px;
}
.blog_main .main .right .item.active::after {
  width: 217px;
  opacity: 1;
}
.blog_main .main .right .item:after {
  content: "";
  position: absolute;
  bottom: -1.5px;
  left: 0;
  width: 0;
  height: 2px;
  opacity: 0;
  transition: 0.3s;
  background-color: var(--theme_color);
}
.blog_main .main .right .item:not(:first-child) a {
  padding-top: 30px;
}
.blog_main .main .right .meta {
  margin-bottom: 13px;
}
.blog_main .main .right .more {
  font-size: 18px;
  color: var(--theme_color);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8px;
  margin-top: 20px;
  font-weight: 600;
}
.blog_main .main .right .more:hover::after {
  transform: translateX(5px);
}
.blog_main .main .right .more::after {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: url("../img/r-right.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}
.blog_main .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4%;
  justify-content: center;
}
.blog_main .nav li.active a {
  color: #242424;
  font-weight: 600;
}
.blog_main .nav li.active a::after {
  opacity: 1;
}
.blog_main .nav a {
  font-size: 22px;
  font-weight: 500;
  color: #515151;
  line-height: 36px;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 15px;
}
.blog_main .nav a:hover {
  color: #242424;
}
.blog_main .nav a:hover::after {
  opacity: 1;
}
.blog_main .nav a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: var(--theme_color);
  opacity: 0;
  transition: all 0.3s;
}
.blog_main .blogs {
  margin-top: 70px;
  padding-bottom: 125px;
}
.blog_main .blogs ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px 2.2142857%;
}
.blog_main .blogs p.center:has(button) {
  min-height: 60px;
  margin-top: 90px;
}
.blog_main .blogs p.center:has(button) button {
  margin: 0 auto;
}


.custom-pagination {
    margin: 40px 0;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

/* 列表样式 */
.custom-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex !important;

    overflow: hidden;
    
    gap: 1rem !important;
}

/* 页码按钮 */
.custom-pagination li {
    margin: 0;
}

.custom-pagination a,
.custom-pagination span {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #333;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: all 0.3s ease;
}

/* 当前页样式 */
.custom-pagination span.current {
    background-color: #187fea;
    color: white;
    border-color: #187fea;
}

/* 悬停效果 */
.custom-pagination a:hover {
    background-color: #f0f8ff;
    color: #187fea;
}


/* 上一页/下一页样式 */
.custom-pagination .prev,
.custom-pagination .next {
    font-weight: bold;
    color: #187fea !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .custom-pagination a,
    .custom-pagination span {
        padding: 10px 14px;
    }
}