.container {
    background-image: none !important;
  }
  .detail-box {
    width: 75rem;
    margin: 2.08rem auto 3.333rem;
    background: #fff;
  }

.detaildown dl dt {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  background: url(fujian_qcc.png) center center no-repeat;
  position: relative;
  top: -0.2rem;
}
#_appcon {
  display: flex;
}
  .flex {
    display: flex;
    /* align-items: center; */
  }
  .header-bg {
    width: 100%;
  }
  .crumb-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  
  .crumb-box a {
    display: flex;
    flex-direction: row;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .8333rem;
    color: rgba(0,0,0,0.45);  
    cursor: pointer;
  }
  
  .crumb-box .crumb-item img {
    width: .8333rem;
    height: .8333rem;
    margin-right: 0.208rem;
  }
  
  .article-title-box {
    margin-top: 2.083rem;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 1.25rem;
    color: rgba(0,0,0,0.88);
  }
  
  .article-author-time-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: PingFangTC, PingFangTC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    margin-top: 12px;
    flex-wrap: wrap;
  }
  
   .article-author-time-box .author-box {
    margin-right: 2.083rem;
  }
  
  .article-detail-box {
    margin-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0 12px 32px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.88);
    line-height: 32px;
  }
  .article-detail-box img {
    max-width: 100% !important;
  }
  
  .detaildown {
    margin-top: 1.2rem;
  }
  
  .detaildown .down {
    font-size: 1.2rem;
  }
  
  .detaildown li {
    margin-bottom: .8rem;
    font-size: 1.1rem;
  }
  
  .article-detail-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .article-detail-footer a:first-child {
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    border: 1px solid #084799;
    color: #084799;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
  }
  .article-detail-footer a:last-child {
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
    background: #084799;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
  }
  
  @media screen and (max-width: 1000px) {
    #_appcon {
      display: flex;
      flex-direction: column;
    }
    .flex {
      margin-bottom: 3.2rem;
    }
    .detaildown dl dt {
      width: 37px;
      height: 37px;
      display: block;
      background: url(fujian_qcc.png) center center no-repeat;
    }
    .detaildown dl dd.down {
      padding-left: 3px;
      line-height: 37px;
    }
    .detaildown dl dd {
      padding-left: 10px;
      display: block;
    }
    .fa {
      display: inline-block;
      font: normal normal normal 14px / 1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .header-bg {
      display: none;
    }
    /* .navbar {
      display: none;
    } */
    .crumb-box {
      display: none;
    }
    .detail-box {
      width: 100%;
      padding: 24px 12px;
      overflow: hidden;
      box-sizing: border-box;
      margin: 0;
      background: #fff;
    }
    .detaildown {
      margin-top: 4rem;
    }
  
    .detaildown .down {
      font-size: 4rem;
    }
  
    .detaildown li {
      margin-top: 3.2rem;
      font-size: 3.6rem;
      line-height: 4.6rem;
    }
    .article-title-box {
      font-size: 20px;
      text-align: center;
      line-height: 28px;
      margin: 0;
    }
    .article-author-time-box {
      justify-content: center;
      color: rgba(0,0,0,0.45);
    }
    .article-author-time-box div,.article-author-time-box a {
      margin-bottom: 1rem;
    }
    .article-detail-box {
      padding: 24px 0;
      margin: 0;
    }
  }