.news-item img
{
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  object-position: center center;
	/*float:left;*/
	/*margin:0 4px 6px 0;*/
}
.news-date-time {
	color:#486DAA;
}
div.news-item
{
	margin-top:20px;
}
div.p_text
{
	font-size:16px;
}
h2.pic_h2, h2.pic_h2 a
{
	font-size:22px;
	color:#0067B9;
	font-weight:normal;
	text-decoration: none;
	margin-top:0px;
}

@media (min-width: 992px) {
  .news-item img {
    width: 200px !important;
    height: auto !important;
    padding: 0 5px 10px 0;
    float: left;
  }

  .news-item::after {
    display: block;
    clear: both;
    content: '';
  }
}
