.concent {
    margin-top: 60px;
    width: 100%;
    background: #F7F8FA;
    position: relative;
  }

.outer-layer {
    margin: 0 auto;
    /* width: calc(100% - 720px); */
    width:1200px;
    padding-top: 16px;
    position: relative;
    display: flex;
  }
    /* 左 */
.layer-left{
    background: #fff;
    width: 230px;
    max-height: 1000px;
    margin-right: 16px;
    padding-bottom: 32px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.category{
    padding-top: 27px;
  }
  .category-title{
      display: flex;
  }
  .categoryImg{
      width: 10px;
      height: 10px;
      margin: 5px 8px 0 24px;
  }
  .categoryImg:hover{
    cursor: pointer;
}
  .title{
      font-size: 14px;
      font-weight: 600;
      color: #343434
  }
  .category-content{
      margin: 0 4px 0 28px;
      display: flex;
      flex-direction: column;
  }
  .category-content>a:nth-child(1){
      margin-top: 12px;
  }
  .category-content>a{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #343434;
    width: 198px;
    min-height: 34px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 8px;  
  }
  .category-content>a:hover{
    /* padding: 8px; */
    cursor: pointer;
    background: #F5F6F7;
    box-sizing: border-box;
  }
  .category-current{
    background: #F5F6F7;
    position: relative;
  }
  .category-current::before{
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    height: 34px;
    background: #0C47ED;
    margin-left: -8px ;
    margin-top: -8px;
  }
   /* 右 */
.layer-right{
    width: 954px;
    background: #F7F8FA;
}
.box-one{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    padding-bottom: 10px;
}
.topTitle{
    padding: 40px 0 48px ;
    justify-content: center;
    display: flex;
}
.lineLeft{
    width: 80px;
    height: 1px;
    background: #D8D8D8;
    margin: 22px 24px 0px 0px;
    /* margin-top: 50%; */
}
.lineRight{
    width: 80px;
    height: 1px;
    background: #D8D8D8;
    margin: 22px 0px 0px  24px;
    /* margin-top: 50%; */
}
.middleTitle{
    font-size: 32px;
    color: #343434;
}
.ask-content{
    margin-left: 37px;
    margin-bottom: 32px;
}
.ask-first{
    display: flex;
    width: 812px;
}
.first-title{
    font-size: 20px;
    color: #0B2778;
    font-weight: 600;
    margin-left: 16px;
}
.ask-two{
    line-height: 24px;
    margin-left: 49px;
    font-weight: 400;
    width: 812px;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
}
.ask-three{
    margin:20px 295px 9px 314px;
}
.qrImg{
    width: 252px;
    height: 252px;
}
.code-title{
    font-size: 14px;
    font-weight: 400;
    color: #343434;
}
.ask-four{
    margin-left:49px;
}
.ask-quesetion{
    margin-left: 49px;
    margin-right: 56px;
    width: 812px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 24px;
    color: #343434
}
.ask-quesetion>div{
    margin: 12px 0;
    line-height: 24px;
}