.news-section .head-title {
  font-weight: bold;
  color: #003267;
  display: inline-block;
  margin-right: 4rem;
}
.news-section .archive_btn {
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.8rem;
  border: 1px solid #2E94F3;
  border-radius: 5px;
}
.news-section .archive_btn.bottom {
  display: none;
}
.news-section .archive_btn .ico {
  margin-left: 5px;
  position: relative;
  bottom: 2px;
}
.news-section .news_item {
  margin-bottom: 2rem;
}
.news-section .news_item .news_inner {
  border: 1px solid #DDF1FF;
  background: #F0F6FB;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100%;
}
.news-section .news_item .news_inner .news_picture {
  position: relative;
  background: #f7f7f7;
  display: block;
  height: 8vw;
  min-height: 160px;
  overflow: hidden;
}
.news-section .news_item .news_inner .news_picture:before {
  content: "";
  position: absolute;
  height: 180%;
  width: 180%;
  left: -40%;
  top: -40%;
  background: var(--news-back-var) !important;
  background-size: 100% 100%;
  z-index: -1;
  /* -webkit-transform: scale(5); */
  /* -webkit-transform-origin: top left; */
  -webkit-filter: blur(8px);
}
.news-section .news_item .news_inner .news_content {
  padding: 1rem;
}
.news-section .news_item .news_inner .news_content .news_tags .new_tag {
  border: 1px solid #93c8ed;
  padding: 0.2rem;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0.5rem;
  background: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.news-section .news_item .news_inner .news_content .news_title {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
  color: #000;
}
.news-section .news_item .news_inner .news_content .news_footer .news_btn {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-right: 1rem;
  display: inline-block;
}
.news-section .news_item .news_inner .news_content .news_footer .news_btn .ico {
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .news-section .archive_btn.top {
    display: none;
  }
  .news-section .archive_btn.bottom {
    display: block;
  }
}
@media (max-width: 375px) {
  .news-section .head-title {
    display: block;
  }
}

.home .news-section .news_item .news_inner .news_picture {
  min-height: 215px;
}

/*# sourceMappingURL=news.css.map */
