/*------------------------------------------------------------------------------------------------------

# NEWSITEM IN LIST

------------------------------------------------------------------------------------------------------*/

.hh-news__list-item-link {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   cursor: pointer;
}

.hh-news__list-item-link a {
   text-decoration: none;
}

.hh-news__list-item-link a:after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   cursor: pointer;
}