:root {
  --bs-body-bg: #FEFEFE;
  --bs-body-color: #000000;
}

html[data-theme=dark] {
  --bs-body-bg: #000000;
  --color-dark: #FFFFFF;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.current-news-home header {
  border-bottom: 1px solid #E5E5E5;
}
@media (min-width: 992px) {
  .current-news-home header h1 {
    line-height: 4.75rem;
  }
}
.current-news-home header::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 60px;
  background: #9DCEFF;
}
.current-news-home header .head-title {
  height: 60px;
}
.current-news-home .content {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}
.current-news-home .content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .current-news-home .content.nth-1 {
    padding-top: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .current-news-home .content {
    padding-inline: 8px;
  }
}
@media (min-width: 1400px) {
  .current-news-home .content {
    padding-inline: 22px;
  }
  .current-news-home .content.nth-1, .current-news-home .content.nth-4, .current-news-home .content.nth-7, .current-news-home .content.nth-10 {
    padding-top: 0;
  }
  .current-news-home .content.nth-3 .border-img:after, .current-news-home .content.nth-6 .border-img:after, .current-news-home .content.nth-9 .border-img:after, .current-news-home .content.nth-12 .border-img:after {
    content: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .current-news-home .content {
    padding-inline: 16px;
  }
  .current-news-home .content.nth-1, .current-news-home .content.nth-5, .current-news-home .content.nth-9 {
    padding-top: 0;
  }
  .current-news-home .content.nth-9 {
    padding-right: 0 !important;
  }
  .current-news-home .content.nth-4 {
    padding-left: 0 !important;
  }
  .current-news-home .content.nth-4 .border-img:after, .current-news-home .content.nth-8 .border-img:after, .current-news-home .content.nth-12 .border-img:after {
    content: none !important;
  }
}
@media (min-width: 992px) {
  .current-news-home .content {
    padding-top: 32px;
  }
  .current-news-home .content h3 {
    line-height: 1.625rem;
    transition: all 0.5s ease-in-out;
  }
  .current-news-home .content:hover h3 {
    color: #0345C6 !important;
  }
  .current-news-home .content .border-img:after {
    position: absolute;
    content: "";
    background: #E5E5E5;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -32px;
  }
}
@media (max-width: 991.98px) {
  .current-news-home .content:before {
    position: absolute;
    content: "";
    background: #E5E5E5;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .current-news-home .content:not(:first-child) {
    padding-top: 27px;
  }
  .current-news-home .content:last-child {
    padding-bottom: 0 !important;
  }
  .current-news-home .content:last-child:before {
    content: none;
  }
}
@media (min-width: 992px) {
  .current-news-home img {
    max-width: 262px;
  }
}
.current-news-home .current-news-wrap {
  display: block !important;
  column-gap: 24px;
  column-fill: balance;
}
@media (min-width: 1200px) {
  .current-news-home .current-news-wrap {
    column-count: 4;
    column-rule: 1px solid #0345C6;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .current-news-home .current-news-wrap {
    column-rule: 1px solid #0345C6;
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .current-news-home .current-news-wrap .item:not(:first-child) {
    padding-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .current-news-home .current-news-wrap .item:not(:first-child) {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .current-news-list picture {
    min-width: fit-content;
  }
}
.current-news-list .current-news-wrap {
  padding: 0 !important;
}

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