.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  margin-top: 49px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #016bb5;
}
.special_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.special_list li {
  width: 420px;
  height: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.special_list li:nth-child(3n) {
  margin-right: 0;
}
.special_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.special_list li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.special_list li:hover a img {
  transform: scale(1.03);
}
