.blog_banner {
  overflow: hidden;
  background: url("../img/blog-banner.jpg") no-repeat center / cover;
}
.blog_banner .flex {
  min-height: 56.8rem;
  padding: 6rem 0;
}
.blog_banner .head {
  flex: 1;
  max-width: 94rem;
  padding-bottom: 3.4%;
}
.blog_banner p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: rgba(112, 112, 112, 0.85);
  max-width: 67.3rem;
  margin-top: 2.6rem;
  font-weight: 500;
}
.blog_banner .img {
  width: 47.1875%;
  margin-right: -2.4%;
  margin-left: -10%;
}
.blog_banner .img:hover img {
  transform: scale(1.02);
}
.blog_latest {
  padding: 5.9rem 0 3.3rem;
}
.blog_latest .blog_latest_swiper {
  margin-top: 3.6rem;
  max-width: 157.8rem;
  overflow: hidden;
  border-radius: 9px;
}
.blog_latest .flex {
  border-radius: 9px;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog_latest .flex:hover img {
  transform: scale(1.02);
}
.blog_latest .flex .img {
  width: 53.1%;
  padding-bottom: 31.95%;
}
.blog_latest .flex .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: url("../img/blog-bg1.jpg") no-repeat center / cover;
  padding: 7.4rem 2% 7.8rem 4.15%;
}
.blog_latest .flex .metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 2.071rem;
  color: #8c8c8c;
  font-weight: 500;
  gap: 0.8rem;
}
.blog_latest .flex .metas .cat {
  color: var(--theme_color);
}
.blog_latest .flex h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 3.8rem;
  line-height: 4.6rem;
  font-weight: 600;
  margin-top: 2.2rem;
}
.blog_latest .flex p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 2rem;
  line-height: 3.1rem;
  color: var(--content_color);
  margin-top: 1.7rem;
}
.blog_latest .flex .btn {
  margin-top: 3.5rem;
  gap: 2.9rem;
  padding: 2.3rem 3.5rem;
}
.blog_latest .swiper_btns {
  left: 49.55%;
  top: 52.1%;
}
.blog_latest .swiper_btns div {
  width: 6.3rem;
  height: 6.3rem;
}
.blog_latest div.swiper-pagination {
  position: static;
  display: flex;
  gap: 2.7rem;
  margin-top: 2.9rem;
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  background: transparent;
  opacity: 1;
  margin: 0;
  transition: all 0.4s;
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet::before {
  width: 40%;
  height: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  border: 1px solid #242424;
  transition: all 0.4s, opacity 0.3s;
  border-radius: 50%;
  opacity: 0;
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet::after {
  width: 45%;
  height: 45%;
  border-radius: 50%;
  background-color: #242424;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  transition: all 0.3s;
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet-active::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  opacity: 1;
}
.blog_latest div.swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 0;
}
.blog_main {
  padding: 3.3rem 0 8.2rem;
}
.blog_main .inner {
  max-width: 157.6rem;
}
.blog_main .filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.75rem;
}
.blog_main .filter .title {
  font-size: 2rem;
  font-weight: 600;
}
.blog_main .filter .select_list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem;
}
.blog_main .filter select {
  min-width: 24.3rem;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #d5d5d5;
  padding: 2rem 4rem 2rem 2.9rem;
  background: url(../img/select-icon.svg) no-repeat center right 2rem / 0.9rem;
}
.blog_main .list {
  margin-top: 5.1rem;
}
.blog_main .blog_list {
  border-top: 1px solid #e2e2e2;
}
.blog_main .blog_list a:hover {
  border-bottom-color: var(--theme_color);
}
.blog_main .blog_list a:hover .btn_line {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}
.blog_main .blog_list a:hover .btn_line::after {
  filter: contrast(0) brightness(2);
}
.blog_main .blog_list a:hover .btn_line:hover {
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
}
.blog_main .blog_list li.active a {
  border-bottom-color: var(--theme_color);
}
.blog_main .blog_list li.active .btn_line {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}
.blog_main .blog_list li.active .btn_line::after {
  filter: contrast(0) brightness(2);
}
.blog_main .blog_list li.active .btn_line:hover {
  background-color: var(--subtheme_color);
  border-color: var(--subtheme_color);
}
.blog_main .blog_list a {
  display: grid;
  grid-template-columns: 13.3rem 32.995% 1fr;
  border-bottom: 1px solid #e2e2e2;
  padding: 5rem 0;
  transition: all 0.3s;
}
.blog_main .blog_list a:hover img {
  transform: scale(1.02);
}
.blog_main .blog_list .date .m_y {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}
.blog_main .blog_list .date .m_y::after {
  width: 1.9rem;
  height: 0.3rem;
  border-radius: 3px;
  background-color: var(--theme_color);
  margin-top: 1.9rem;
  display: block;
  content: '';
}
.blog_main .blog_list .date .day {
  font-size: 4.2rem;
  font-weight: 600;
  display: block;
  margin-top: 0.9rem;
}
.blog_main .blog_list .img {
  width: 100%;
  padding-bottom: 60.58%;
  border-radius: 9px;
}
.blog_main .blog_list .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 8.9% 2px;
}
.blog_main .blog_list .info .cat {
  font-weight: 600;
  color: var(--theme_color);
}
.blog_main .blog_list .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 600;
  max-width: 59.8rem;
  margin-top: 2.2rem;
}
.blog_main .blog_list .info .btn_line {
  margin-top: 5.8rem;
  padding: 1.3rem 2rem 1.3rem;
}
.blog_main nav.navigation {
  margin-top: 5rem;
}
