.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.16rem 0.24rem 0;
  font-weight: 500;
  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%);
}
.list-box {
  padding: .81rem 2.68rem 0.06rem;
}
.list-item {
  justify-content: space-between;
  margin-bottom:.68rem;
  padding: 0 .18rem 0 .38rem;
  width: 240px;
  height: 56px;
  background: rgba(0, 87, 215, 0.1);
  font-weight: 400;
  font-size: 16px;
  color: #0057d7;
  cursor: pointer;
}
.associ-icon{
  margin-right: .1rem;
  width: .16rem;
  height: .16rem;
}
