.group {
    background: #f4f4f4 !important;
  }
  .group>.inner{
    margin: 30px auto 0;
  }
.annex{
margin-top:20px;
}
.annex a{
    color: #0086d0;
}
  .detail {
    padding: 0px 0 56px;
    background: #f0f4f7;
  }
  .banner-right>p:nth-of-type(1){
    border-bottom: none !important;
  }
  .detail .inner {
    padding: 42px 100px 44px;
    background: #fff;
  }
  
  .detail-title {
    margin-bottom: 22px;
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
  }
  
  .detail-subtitle {
    margin-bottom: 20px;
    color: #999;
       display: flex;
    justify-content: center;
 text-align: center;
  }
  .detail-subtitle span:nth-of-type(1){
    margin-right: 20px;
}
  
  .detail-subtitle i {
    color: #cecece;
  }
  
  .detail-subtitle .iconfont:nth-of-type(2) {
    margin-left: 24px;
  }
  
  .detail-line {
    /* margin-left: -150px; */
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
  }
  
  .detail-content {
    color: #333;
    font-size: 16px;
    line-height: 30px;
  }
  
  .detail-content img {
    max-width: 100%;
  }
  
  .share {
    margin-top: 20px;
  }
  
  /* 通用 */
  .group-v-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    display: flex;
    color: #00489b;
    position: relative;
    align-items: center;
    border-bottom: 1px solid #00489b;
  }
  
  .group-v-title::before {
    width: 62px;
    height: 2px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #00489b;
  }
  
  .group-v-title span:nth-child(2) {
    color: #333;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 14px;
    line-height: 20px;
  }
  
  .file-list {
    width: 100%;
    border-radius: 2px;
    height: 60px;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
    align-items: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
  }
  
  .file-icon {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  
  .file-icon div {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  
  .file-icon div img {
    margin: 0 !important;
  }
  
  .file-icon p {
    font-size: 14px;
    color: #333;
  }
  
  .file-btn {
    border: 1px solid #e8e8e8;
    align-items: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    height: 35px;
    color: #333;
    justify-content: center;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
  }
  
  .file-btn div {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .file-btn img {
    margin-right: 10px !important;
    width: 12px;
    height: 12px;
  }
  
  .page-read-more {
    border-top: 1px solid rgba(240, 242, 247, 1);
    box-sizing: border-box;
    padding: 30px 0 0 0;
    margin-top: 20px;
  }
  
  .page-read-more p {
    font-size: 14px;
    color: #333;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  
  .page-read-more p span {
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  
  .page-read-more p:hover span {
    color: #00489b;
  }
  
  @media (max-width: 1280px) {
    .detail .inner {
      padding: 42px 10% 44px;
    }
  }
  
  @media (max-width: 600px) {
    .detail .inner {
      padding: 42px 30px 44px;
    }
    .detail-subtitle {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
    }
    .detail-subtitle span:nth-of-type(1) {
      margin-bottom: 10px;
    }
  
    .file-list {
      height: auto;
      padding-top: 10px;
      align-items: flex-start;
      padding-bottom: 10px;
      flex-direction: column;
    }
  
    .file-btn {
      width: 100%;
      margin-top: 15px;
    }
  }
  