.tab-menu a {
  background-color: #F4F9FC;
  color: #5D606C;
  width: 100px;
  text-align: center;
}
.tab-menu a:hover {
  color: unset;
}
.tab-menu .active {
  background-color: #B57B31;
}

.list_item a {
  color: rgba(0, 0, 0, 0.48);
}
.list_item a:hover {
  color: unset;
}
.list_item a:hover .img img {
  transform: scale(1.1);
}
.list_item a .img {
  height: 187px;
}
.list_item a .img img {
  transition: all 0.35s;
}

/*# sourceMappingURL=home.css.map */
