
  .content04 {
    /* margin: 40px auto 70px; */
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
    padding: 40px 0px 70px ;
  }
  .content04 .title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
  }
  .content04 .title2 {
    color: rgba(0, 0, 0, 0.65);
    font-size: 18px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 36px;
    font-family: MicrosoftYaHei;
  }
  .content04 .contentBox {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.2);
    -moz-box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.2);
    box-shadow: 0 2px 16px 0 rgba(0, 182, 176, 0.2);
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
  .content04 .contentBox .contentBoxDiv {
    max-width: 100%;
    min-height: 270px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 50px;
    margin: 0 auto;
    border: 1px solid #ededed;
    /* cursor: pointer; */
  }
  .content04 .contentBox .contentBoxDiv:last-child {
    cursor: auto;
  }
  .content04 .contentBox .contentBoxDiv:hover {
    -webkit-box-shadow: 0 2px 16px 2px rgba(0, 182, 176, 0.4);
    -moz-box-shadow: 0 2px 16px 2px rgba(0, 182, 176, 0.4);
    box-shadow: 0 2px 16px 2px rgba(0, 182, 176, 0.4);
    z-index: 1;
  }
  .content04 .contentBox .contentBoxDiv .title {
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 18px;
    margin: 24px 0 18px;

    cursor: pointer;
  }
  .content04 .contentBox .contentBoxDiv .text {
    opacity: 0.65;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 24px;
  }
  
  @media (max-width:1200px){
    .content04 {
      padding: 40px 20px 70px ;
    }
    }
   
  


  @media (max-width: 750px) {
    .content04{
      padding: 30px 15px 30px;
    }
    .content04 .contentBox {
      grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    }

  }

  @media (max-width: 500px) {
   
    .content04 .title2 {
      color: rgba(0, 0, 0, 0.65);
      font-size: 14.7px;
      text-align: center;
      margin-bottom: 20px;
      line-height: 36px;
      font-family: MicrosoftYaHei;
    }
  }
  @media (max-width: 378px) {
    .content04{
      padding: 24px 15px 12px;
    }
  }


  
