.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;
  padding: 30px;
  border: 1px solid #cfcfcf;
}
.main .shu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.main .shu_list li {
  width: 100%;
  height: auto;
}
.main .shu_list li img {
  width: 100%;
  height: 100%;
}
.main .heng_list {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 27px;
}
.main .heng_list li {
  width: 604px;
  height: auto;
}
.main .heng_list li img {
  width: 100%;
  height: 100%;
}
