.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 {
  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.25rem 0.7rem 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%);
}
#mapContainer {
  width: 100%;
  height: 500px;
}
.info-box {
  padding: 0.15rem 0.35rem;
  font-size: 0.12rem;
  font-weight: bold;
  background: #ffffff;
  border-radius: 0.05rem;
}
.triangle-down {
  position: relative;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 100px solid red;
}
.map-content {
  padding: 0.24rem 0.7rem;
}
.detail-box {
  margin-top: 0.29rem;
}
.detail-item {
  margin-bottom: 0.5rem;
}
.detail-title {
  padding: 0.1rem 0.2rem;
  width: 100%;
  height: 40px;
  font-size: 0.14rem;
  background: #ebf4ff;
  border-radius: 0.04rem;
}
.detail {
  padding: 0.27rem 0.2rem 0.27rem 0;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 0.24rem;
}
.detail > ul {
  margin-bottom: 0;
  font-size: 0.16rem;
}
.detail > ul >li{
  text-indent: 0.2rem;
}
.detail > p {
  margin-bottom: 0;
}
.list {
  padding: .16rem 0;
  font-size: 0.16rem;
  color: #333333;
  border-bottom: 1px solid #f4f4f4;
  text-indent: 0.2rem;
}
.date {
  color: #666666;
}
