.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;
}

.breadcrumbs a {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #666;
}

.main-industry {
  margin: 0.16rem auto 0.69rem;
  width: 14rem;
}

.main-industry .list-box > div {
  cursor: pointer;
}

.main-industry .list-box a {
  font-size: .16rem;
  line-height: 0.24rem;
  color: #333;
}

.main-industry .list-box > .selected a,
.main-industry .list-box > .selected .list-left
{
  color: #0057d7;
}

.main-industry .list-box > div:hover a,
.main-industry .list-box > div:hover .list-left
{
  color: #0057d7;
  text-decoration: underline;
  font-weight: normal;
}

.industry-container {
  border-radius: 0.04rem 0.04rem 0rem 0rem;
  border: 0.01rem solid rgba(151, 151, 151, 0.25);
  min-height: 600px;
}

.industry-container .pagination-bar{
  position: relative;
}

.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: 0.24rem 0.24rem 0;
}
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.36rem;
  cursor: pointer;
}
.list-right {
  display: flex;
  align-items: center;
}
.flag {
  padding: 0.05rem 0.08rem;
  width: 0.72rem;
  font-weight: 400;
  font-size: 0.12rem;
  color: #0057d7;
  border-radius: 0.04rem;
  border: 1px solid #0057d7;
}
.text-industry {
  padding-left: 0.1rem;
  font-size: 0.16rem;
  color: #333333;
}
.text-industry:hover {
  font-weight: bold;
  color: #0057d7;
}
.list-left {
  font-size: 0.16rem;
  color: #666666;
}
.
