.xqcontent {
  font-size: 18px;
  background: #f8f9fb;
}
.crumbs {
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 60px;
  color: #2a70c1;
  font-size: 22px;
}
.crumbs > img {
  margin-right: 20px;
}
.crumbs > a {
  margin: 0 3px;
  color: #2a70c1;
  font-size: 22px;
}
.xq-box {
  background-color: #ffffff;
  padding: 49px 50px;
  margin-bottom: 60px;
  box-shadow: 0px -4px 0px 0px #2a70c1 inset;
  text-align: center;
}
.xq-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  color: #2a70c1;
}
.xq-time {
  color: #b0b0b0;
  margin-top: 36px;
}
.xq-content {
  font-size: 26px;
  margin-top: 60px;
  text-align: left;
  line-height: 62px;
  color: #333333;
}
@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;
  }
  .xq-box {
    padding: 0.32rem 0.16rem;
  }
  .xq-title {
    font-size: 0.42rem;
    line-height: 0.48rem;
  }
  .xq-time {
    font-size: 0.28rem;
    margin-top: 0.36rem;
  }
  .xq-content {
    margin-top: 0.36rem;
    font-size: 0.26rem;
    line-height: 0.62rem;
  }
}
