@charset "utf-8";
@import url(common.css);
#app .top,
.containar .top {
  width: 120px;
  margin: 10px 20px 10px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
#app .top a,
.containar .top a {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
}
#app .top img,
.containar .top img {
  display: block;
  width: 120px;
  height: auto;
}

#loadMoreNews {
  display: block;
  margin: 20px auto;
  width: clamp(160px, 30vw, 250px);
}

#loadMoreNews:hover img {
  transform: translateY(-2px) scale(1.02);
  opacity: 0.92;
}

.news {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
}
.news .NEWS1 {
  background: rgba(20, 22, 26, 0.55);
  border: 1px solid rgba(230, 232, 234, 0.14);
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}
.news .NEWS1 > a,
.news .NEWS1 > .news-wrap {
  display: block;
  color: inherit;
  text-decoration: none;
}
.news .NEWS1:hover {
  background: rgb(18, 60, 58);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}
.news .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.25);
}
.news .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news .news-body {
  padding: 12px 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news .news-body time {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 6px 0;
  color: #4fa3a5;
}
.news .news-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.news .news-text h3 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0;
}
.news .news-text p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  opacity: 0.9;
}
@media (max-width: 762px) {
  .news .news-text p {
    white-space: pre-line;
  }
}
@media (min-width: 401px) {
  .news .NEWS1 > a,
  .news .NEWS1 > .news-wrap {
    display: flex;
    align-items: stretch;
    gap: 16px;
    padding: 16px;
  }
  .news .thumb {
    flex: 0 0 220px;
    max-width: 220px;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
  }
  .news .news-body {
    padding: 0;
    flex: 1;
    min-width: 0;
  }
}
@media (max-width: 500px) {
  .news .NEWS1 > a,
  .news .NEWS1 > .news-wrap {
    display: block;
    padding: 0;
  }
  .news .thumb {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }
  .news .news-body {
    padding: 12px 12px 14px;
  }
}
#app .top,
.containar .top {
  width: 120px;
  margin: 10px 20px 10px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
#app .top a,
.containar .top a {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 120px;
}
#app .top img,
.containar .top img {
  display: block;
  width: 120px;
  height: auto;
}
.top a:hover img[src*="IMG/TOP.png"] {
  transform: translateY(-2px) scale(1.06);
  opacity: 0.9;
}
ul .noneli {
  display: none;
}
