.index-news-w {
	display: flex;
	gap: 0.5rem;
	max-width: 1000px;
	margin: 0 auto;
}
.index-news-col {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 1rem;	
}
.index-news-item {
      border: 1px solid #ccc;
      padding: 0.7rem;
      display: flex;
      gap: 0.7rem;
      align-items: center;
      background: #f9f9f9;
	  align-items: start;
}
.index-news-item a {
	border:none;
	text-decoration:none;
}
.index-news-item a>img {
      width: 64px;
      height: 64px;
      object-fit: contain;	
}

.index-news-item-content {
      display: flex;
      flex-direction: column;
	  align-items: start;
}
.index-news-item-content h3 {
    margin: 0;
	text-shadow: 0px 2px 8px rgba(255, 255, 255, 0.8);
    padding: 2px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: 2px solid #e09a16;
}
.index-news-item-content p {
      margin: 0.25rem 0 0;
      font-size: 11px;
	  line-height:1.3em;
}