﻿@charset "utf-8"; 
table tr:nth-child(odd){background-color: #efefef;}
table tr:nth-child(even){background-color: #fff;}
.news-item:first-of-type .news-img img{max-height:350px;object-fit:contain}
@media (max-width:768px){.news-item:first-of-type .news-img img, .news-item:nth-of-type(2) .news-img img, .news-item:nth-of-type(3) .news-img img{object-fit:contain}}