.lbcontent {
  font-size: 18px;
  background: #f8f9fb;
  padding-bottom: 60px;
}
.crumbs {
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  color: #2a70c1;
}
.crumbs > img {
  margin-right: 20px;
}
.crumbs > a {
  margin: 0 3px;
  color: #2a70c1;
  font-size: 22px;
}
.col-header {
  height: 60px;
  line-height: 60px;
  color: #2a70c1;
  padding: 0 30px;
  background: #ffffff;
  box-shadow: 0px -4px 0px 0px #2a70c1 inset;
}
.col-header > a {
  color: #2a70c1;
  font-size: 20px;
}
.col-title {
  font-size: 30px;
  font-weight: bold;
  color: #2a70c1;
}
.col-list {
  margin-top: 20px;
}
.col-list li {
  position: relative;
  font-size: 26px;
  color: #333333;
  line-height: 80px;
  padding-left: 54px;
}
.col-list li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 18px;
  background-image: url(dot.png);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.col-list li a {
  display: inline-block;
  width: calc(100% - 200px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.col-list li span {
  color: #b0b0b0;
}
@media screen and (max-width: 768px) {
  .crumbs {
    flex-wrap: wrap;
    height: auto;
    line-height: 0.6rem;
    padding: 0.16rem;
    font-size: 0.32rem;
  }
  .crumbs > a {
    font-size: 0.32rem;
  }
  .crumbs > img {
    margin-right: 0.2rem;
  }
  .crumbs > * {
    white-space: nowrap;
  }
  .col-header {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .col-title {
    font-size: 0.36rem;
  }
  .col-header > a {
    font-size: 0.24rem;
  }
  .col-list {
    padding: 0 0.16rem;
  }
  .col-list li {
    width: calc(100% - 0.6rem);
    padding-left: 0.6rem;
    line-height: 0.8rem;
    white-space: nowrap;
  }
  .col-list li::before {
    left: 0;
  }
  .col-list li a {
    width: calc(100% - 1.8rem);
    font-size: 0.28rem;
  }
  .col-list li span {
    font-size: 0.28rem;
  }
}
