
  /* 协议内容 */
  .pp-container{
    background: #fff;
  }
  .pp-container .pp-con{
   width: 1140px;
   margin:0 auto ;
   padding: 168px 0 75px 0;
  }
  .pp-container .title{
    font-size: 44px;
    font-weight: 800;
    color: #333333;
    margin-bottom: 50px;
  }
  .pp-container .date{
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;    
    margin-bottom: 50px;
  }
  .pp-container .sub-title{
    font-family: Figtree;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    margin-bottom: 30px;    
  }
  .pp-container .desc{
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;    
    margin-bottom: 20px;  
    color: #696969;  
  }
 /* 协议内容 */