.TypesOfCooperation-box {
  display: flex;
  justify-content: space-around;
}
.TypesOfCooperation-box li {
  width: 248px;
  height: 171px;
  background: #F0F4FE;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-box {
  width: 540px;
  height: 117px;
  background: #E6FEF7;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.contact-box li {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
}

@media (max-width: 768px) {
  .TypesOfCooperation-box {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .TypesOfCooperation-box li {
    width: calc(50% - 10px);
    height: 208px;
    margin-bottom: 20px;
  }
  .TypesOfCooperation-box li p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .contact-box {
    width: 100%;
  }
}/*# sourceMappingURL=cooperativeEcosystem.css.map */