@media screen and (max-width: 990px) {
  .zczcbox {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .zczcbox .zczcItem {
    min-height: 65px;
    background: #f6f6f6;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
  
    margin-bottom: 20px;
  }
  .zczcItem span{
    color: #232323;
  }
  .zczcbox .zczcItem img {
    width: 18px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 991px) {
  .contentbody {
  
    width: 100%;
    position: relative;
  }
  .zczcbox {
    padding-top: 50px;
    width: 100%;
  }
  .zczcbox .zczcItem {
    min-height: 35px;
    background: #f6f6f6;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #232323;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .zczcItem span{
    color: #232323;
  }
  .zczcbox .zczcItem img {
    width: 18px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .main1 {
    width: 1140px;
    margin: 0 auto;
  }
  .zczcbox {
    width: 100%;
  }
  .zczcbox .zczcItem {
    min-height: 40px;
    background: #f6f6f6;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #232323;
    margin-bottom: 25px;
  }
  .zczcbox .zczcItem img {
    width: 18px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 1501px) {
  .main1 {
    width: 1440px;
    margin: 0 auto;
  }
  .zczcbox {
    width: 100%;
  }
  .zczcbox .zczcItem {
    min-height: 50px;
    background: #f6f6f6;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #232323;
    margin-bottom: 30px;
  }
  .zczcbox .zczcItem img {
    width: 18px;
    margin-right: 15px;
  }
}
