
.news-container[data-v-412c8f7c] {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    background-color: var(--color-background-default-secondary);
    border-radius: 16px;
}
.news-list[data-v-412c8f7c] {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, calc(25% - 18px));
}
.news-item[data-v-412c8f7c] {

  /* margin-bottom: 16px; */
}
.news-image[data-v-412c8f7c] {
    width: 270px;
    height: 180px;
  display: table-cell;
  margin-bottom: 8px;
}
.news-image--coverImg[data-v-412c8f7c] {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-content[data-v-412c8f7c] {
}
.news-title[data-v-412c8f7c] {
  font-size: var(--typography-body-size-small);
  font-weight: bold;
  margin-bottom: 8px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
.news-date[data-v-412c8f7c] {
    color: var(--color-text-default-secondary);
  font-size: var(--typography-caption-size-large);
}
.news-item:nth-child(1) .news-image[data-v-412c8f7c] {
    width: 100%;
    height: 184px;
    margin-bottom: 0;
}
.news-item[data-v-412c8f7c]:nth-child(1) {
    display: block;
}
.news-item:nth-child(1) .news-image--coverImg[data-v-412c8f7c] {
    width: 100%;
    height: 184.5px;
}
.news-item:nth-child(1) .news-content[data-v-412c8f7c] {
    margin-top: 8px;
}
.news-item.first[data-v-412c8f7c] {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
}
.news-item.first .news-content[data-v-412c8f7c] {
    width: 100%;
}
.news-item.first .news-image[data-v-412c8f7c] {
    width: 416px;
    height: 234px;
    flex-shrink: 0;
}
.news-item.first .news-image--coverImg[data-v-412c8f7c] {
    width: 100%;
    height: 100%;
}
.news-item.first .news-title[data-v-412c8f7c] {
    font-size: 32px;
}
.news-item.first .news-date[data-v-412c8f7c] {
   font-size: 16px;
}
.load-more[data-v-412c8f7c] {
    padding-top: 16px;
    margin-top: 16px;
    text-align: center;
    cursor: pointer;
    border-top: 1px dotted var(--gray-300);
    color: var(--gray-900);
}
@media(max-width: 768px) {
.news-container[data-v-412c8f7c] {
    padding: 16px;
    border-radius: 0;
}
.news-list[data-v-412c8f7c] {
    display: block;
}
.news-item[data-v-412c8f7c] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news-image[data-v-412c8f7c] {
    width: 118px;
    height: 80px;
    display: block;
    flex-shrink: 0;
    margin-bottom: 0;
}
.news-mobile-ads[data-v-412c8f7c] {
    width: 250px;
    margin: auto;
    display: block;
}
.news-mobile-ads-box[data-v-412c8f7c] {
    margin: 16px 0;
    display: none;
}
}

