.article-list__col a {
  color: #080808;
}

.article-list__col .article-list__wrap .black-fill {
  height: 7px;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #080808), color-stop(50%, #e73e3b));
  background: linear-gradient(to left, #080808 50%, #e73e3b 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.article-list__col .article-list__wrap:hover .black {
  border-top: 10px solid #FA1058;
}

.article-list__col .article-list__wrap:hover .black-fill {
  background-position: left bottom;
}
/*# sourceMappingURL=article_list.css.map */