h1 {
  font-size: 28px;
  padding: 15px 0;
  line-height: 1.4;
  color: #000;
  margin: 20px 0 30px;
  border-bottom: 1px solid #7383a0;
  text-align: center;
}
.page-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.post_item {
  width: 48%;
  margin: 15px 0;
  box-shadow: 3px 3px 10px #ddd;
  padding: 15px 15px 33px;
  border: 1px solid #96a4bd;
}
.post_item .post-data {
  font-size: 15px;
  color: #a0a0a0;
}
.post_item .post_detail a {
  text-decoration: none;
}
.post_item .post_detail_3 {
  font-size: 16px;
}
.p-articleMetas__postType {
  margin-bottom: 4px;
}
.p-articleMetas__postType .c-postTypeLabel {
  display: inline-block !important;
  background: #123189;
  color: #fff !important;
}
.post_item .tags .p-articleMetas__termList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 4px;
}
.post_item .tags a {
  font-size: 12px;
  text-decoration: none;
  color: #7383a0;
  padding: 0px 20px;
  display: block;
  border: 1px solid #7383a0;
  border-radius: 50px;
  text-align: center;
}




.post_items_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: space-between;
}
.post_items_wrap .p-postList__thumb_child {
  /* width: calc(50% - 10px); */
  width: 100%;
}
.post_items_wrap .p-postList__thumb_child a {
  text-decoration: none;
}

.post_items_wrap .p-postList__thumb_child figure {
  aspect-ratio: auto 2000 / 1333;
  overflow: hidden;
}
.post_items_wrap .p-postList__thumb_child figure img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.post_items_wrap .p-postList__thumb_child figure:hover img {
    transform: scale(1.1);
}


.pagination {
  margin-bottom: 32px;
  text-align: center;
  margin-top: 60px;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pagination .page-numbers > li > .page-numbers {
  display: inline-block;
  margin-right: 2px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebedf0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 5px;
  text-decoration: none;
}
.pagination .page-numbers > li > .page-numbers.current {
  background-color: #edc726;
  border: 1px solid #edc726;
}/*# sourceMappingURL=archive.css.map */




.pagination .page-numbers > li > .page-numbers.current {
  background-color: #6499d2;
  border: 1px solid #6499d2;
  color: #fff;
}




@media screen and (max-width: 979px) {

  h1 {
    font-size: 22px;
    text-align: center;
  }

  .post_items_wrap {
    display: block;
  }
  .post_item {
    width: 94%;
    margin: 25px auto;
    padding: 15px 4% 30px;
  }




}
