.page-main-container {
  margin-top: 0.16rem;
}

.breadcrumbs {
  margin: 0 auto;
  width: 14rem;
  height: 0.21rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #666;
}

.main-industry {
  position: relative;
  margin: 0.16rem auto 0.69rem;
  width: 14rem;
}
.industry-container {
  border-radius: 0.04rem 0.04rem 0rem 0rem;
  border: 0.01rem solid rgba(151, 151, 151, 0.25);
}
.industry-title {
  position: relative;
  padding-bottom: 0.08rem;
  margin: 0.16rem 0.24rem 0;
  font-weight: bold;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.27rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.25);
}
.industry-title::after {
  position: absolute;
  left: 0rem;
  bottom: 0;
  display: inline-block;
  content: '';
  width: 1.2rem;
  height: 0.04rem;
  background: linear-gradient(270deg, rgba(0, 87, 215, 0) 0%, #0057d7 100%);
}
.title-img {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  width: 6.09rem;
  height: 0.44rem;
}
.list-box {
  padding: 0.5rem 0.7rem 0.06rem;
}
.search-result {
  margin: 0.12rem 0 0.3rem;
  padding-left: 0.16rem;
  width: 12.7rem;
  height: 0.4rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.4rem;
  background: #ebf4ff;
  border-radius: 0.04rem;
}
.list-item {
  justify-content: space-between;
  padding: 0 0.18rem 0 0.38rem;
  width: 33%;
  font-weight: 400;
  font-size: 16px;
  color: #0057d7;
  cursor: pointer;
}
.list-item ul {
  margin-bottom: 0.75rem;
  padding: 0.16rem 0.17rem 0;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}
.list-name {
  padding-left: 0.17rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-weight: bold;
  font-size: 0.14rem;
  color: #000000;
  background: #ebf4ff;
  border-radius: 0.04rem;
}
#zhejiangMap {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  width: 20rem;
  height: 8rem;
}
