.action__item__home,.news__item__home{
  transition: .3s;
}
.action__item__home:hover,.news__item__home:hover{
  box-shadow: 0px 0px 15px 2px rgba(150, 150, 150, 0.2);
  cursor:pointer;
}

#news__home__slider .new-item {
  margin: 0 10px;
  background: #fff;
  height: auto;
  float: left;
}
.home__action_is__home{
    background: #f7f7f7;
}