.list-news {
  margin-bottom:-40px;
}

.list-news > * {
  margin-bottom:40px;
}


.news-item {
  background:#fff;
  -webkit-box-shadow:1px 1px 2px 0 rgb(0 0 0 / 7%);
  box-shadow:1px 1px 2px 0 rgb(0 0 0 / 7%);
  border-radius:3px;
  overflow:hidden;
  min-height:100%;
  padding:0 30px 73px;
  position:relative;
  -webkit-transition:box-shadow 0.2s;
  -o-transition:box-shadow 0.2s;
  transition:box-shadow 0.2s;
}

.news-item .img {
  height:240px;
  border-radius:3px;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-size: contain;
  margin:0 -30px 30px;
  display:block;
  border:0;
}
.news-item .img img {
  display: none;
}

.news-item .ttl {
  font-weight:500;
  font-size:20px;
  line-height:22px;
  color:#4b575c;
  margin-top:18px;
  text-align: left;
}

.news-item .ttl a {
  color:#4b575c;
  border:0;

}

.news-item .foot {
  margin-top: 30px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 21px;
  text-align:left;
}

.news-item .date {
  color: #a9b6bb;
  font-size:14px;
  line-height: 16px;
  margin-right: 26px;
  text-transform: lowercase;
}

.count-view {
  font-size:12px;
  line-height: 16px;
  color: #a9b6bb;
  padding-left: 20px;
  position: relative;
}

.section--front-news .s-foot {
  margin-top: 40px;
}