.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-top: -70px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #24986b;
}
.main {
  margin-top: 30px;
  margin-bottom: 50px;
}
.main .list {
  display: flex;
  flex-wrap: wrap;
}
.main .list li {
  width: 413px;
  height: 90px;
  margin-right: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
.main .list li:nth-child(3n) {
  margin-right: 0px;
}
.main .list li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.main .list li:hover img {
  transform: scale(1.02);
}
