*, *::after, *::before {
  box-sizing: border-box;
}
.blogsection hr {
  margin: 0
}
.article__more-wrapper,
.article__title-wrapper {
  margin: 5px 0;
  cursor: pointer;
}
.content-ellipsis {
  text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    display: -webkit-box;
    min-height: 45px;
}
.article__more-wrapper a.article__read {
  font-size: 12px;
  font-weight: normal;
}
.article__more-wrapper a,
.article__title-wrapper a {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}
.article__more-wrapper:hover a ,
.article__title-wrapper:hover a {
  text-decoration: underline;
}
.article__title {
  font-size: 1.5rem;
  color: #383838;
  line-height: 48px
}

.article__date {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.article__excerpt {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.article__readline {
  margin-bottom: 5px;
  margin-top: 5px;
  color: #777;
}

.article__read {
  font-size: 16px;
  font-weight: 600;
  color: #1b7ad5;
  line-height: 28px;
  flex-shrink: 0;
  margin-right: 10px
}

.article__blogs {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  word-break: break-all;
  text-align: right
}

[data-section-type=blog] .container {
  /* padding: 0;
  margin-top: 56px;
  position: relative; */
  padding-top: 24px;
}

[data-section-type=blog] .container .row {
  /* margin: 0 -12px; */
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[data-section-type=blog] .container .col-12 {
  padding: 0 12px;
  flex: 0 0 100%;
}
[data-section-type=blog] .container .col-12 a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  display: inline;
}
.common__img-wrapper_lazy {
  position: relative;
  display: block;
  width: 100%;
}
.common__img-wrapper_lazy img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.common__img-wrapper_lazy img.mobile {
  display: none;
}
.common__img-wrapper_lazy img.pc {
  display: block;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.two_line_text_truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 分页 */
.pagination {
  margin: 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5rem;
  color: rgb(51, 51, 51);
  cursor: pointer;
}
.pagination .icon {
  width: 16px;
  height: 16px;
}
.pagination .prev-page,
.pagination .next-page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev-page span,
.pagination .next-page span {
  padding: 4px;
}
.pagination .page-btn {
  padding: 1px 8px 0px;
  margin: 0px 8px;
}
.pagination a {
  text-decoration: none;
  color: rgb(51,51,51);
}
.pagination .active {
  border-bottom: 1px solid rgb(51, 51, 51);
}
.title {
  text-align: center;
  font-family: Poppins, Noto Sans, Franklin Gothic Medium, Tahoma, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.col-md-4.col-xs-12 {
  width: calc(25% - 12px);
}

.btn.btn-primary {
  position: relative;
  border-color: #212121;
  background: #212121;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 0.4rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* 分页end */
@media(max-width:767.98px) {
  [data-section-type='blog'].container {
    padding: 0 15px
  }

  .col-md-4.col-xs-12 {
    width: 100%;
  }

  .common__img-wrapper_lazy img.mobile {
    display: block;
  }
  .common__img-wrapper_lazy img.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .title {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}