#china-map {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}

.org-list {
  margin: 20px 0;
}

.org-list-item {
  margin-bottom: 40px;
}

.org-list-item p {
  font-size: 18px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #333333;
  line-height: 25px;
}

.org-item-con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.org-item-con-p {
  width: calc(33.33% - 50px);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #00936D;
  line-height: 21px;
  margin-bottom: 20px;
}

.org-tab {
  display: flex;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #00936D;
  margin-top: 40px;
}

.org-tab-item {
  width: 50%;
  color: #00936D;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  display: flex;
  align-items: center;
  justify-content: center;
}

.org-tab-item.active {
  background-color: #00936D;
  color: #fff;
}

.org-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}

.org-wrap-item {
  width: calc(33.33% - 40px);
  height: 134px;
  background: #ffffff;
  box-shadow: 0px 6px 24px 0px rgba(147, 33, 50, 0.08);
  margin-bottom: 30px;
  padding: 20px 30px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 19px;
}

.org-wrap-item :nth-child(1) {
  color: #00936D;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  line-height: 21px;
  margin-bottom: 10px;
}

.org-wrap-item :nth-child(2) {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .org-wrap-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 500px) {
  .org-wrap-item {
    width: 100%;
  }
}