body{
  background: #f6f6f6;
}
.state {
    width: 100%;
    /* background: #f6f6f6; */
    margin-top: 120px;
  }
  
  .state .arg-content {
    width: 1200px;
    min-height: auto;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 0 50px;
    margin-bottom: 40px;
  }
  
  .state .arg-content .content {
    padding-bottom: 40px;
  }
  
  .state .arg-content .content h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .state .arg-content .content h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
  }
  
  .state .arg-content .content p {
    text-align: left;
    line-height: 2;
    margin-bottom:10px;
  }
  .box{
    padding-left: 20px;
  }
  