/* 第一页 */
.container-fluid.p-1{
    padding: 70px 0 20px;
    display: flex;
    justify-content: center;
    background-color: #fff;
  }
  .p-1-main{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .p-1-main .p-1-title1{
    padding: 40px 0 0px;
    height: 50px;
      line-height: 50px;
      font-size: 38px;
      font-weight: bold;
  
  }
  .p-1-main .p-1-title2{
    padding: 0px 0 30px;
    font-size: 28px;
    text-transform: uppercase;
    color: #9FA0A0;
  }
  .p-1-ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .p-1-li{

    flex: 0 0 auto;
    padding: 0 12px;

  }

  .p-1-li .matter{
      width: 100%;
      background: #fff;
      margin-bottom: 15px;
      padding: 0 28px;
      box-sizing: border-box;
      height:144px;
  }
  .p-1-li .matter .matter-title{
    padding: 30px 0 20px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
  
  }
 