.isPc .listBox {
  margin-top: 45px;
  width: 1200px;
  padding: 50px 0;
}

.isPc .listBox h3 {
  font-size: 42px;
  line-height: 42px;
  padding: 17px 0;
  text-align: center;
  color: #1a96a4;
}

.isPc .listBox .region {
  width: 976px;
  background: #fff;
  margin: 10px auto 0;
  padding: 60px 50px;
}

.isPc .listBox .com_list1 li {
  width: 473px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.isPc .listBox .region .region-block {
  margin-bottom: 30px;
}

.region-block .zone {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.isPc .zone .name {
  width: 85px;
  text-align: right;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  height: 40px;
  flex-shrink: 0;
}

.zone .content {
  display: flex;
  flex-wrap: wrap;
}

.isPc .zone .content {
  width: 860px;
}

.zone .content a {
  display: block;
  text-decoration: none;
  background: #f2f8fd;
  width: 132px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.zone .content a.current,
.zone .content a:hover {
  color: #000;
  background: #d5e3ef;
}

.isWap .listBox {
  margin: 0 0 0.5rem;
  padding: 0.3rem;
}

.isWap .listBox h3 {
  font-size: 0.4rem;
  line-height: 0.4rem;
  padding: 0.2rem 0;
  text-align: center;
  color: #1a96a4;
}

.isWap .region-block .zone {
  flex-direction: column;
}

.isWap .zone {
  margin-bottom: 0.2rem;
}

.isWap .zone .name {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.isWap .zone .content {
  width: 100%;
  justify-content: space-between;
}

.isWap .zone .content a {
  display: block;
  width: 48%;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-right: 0;
  border: 1px solid #d5e3ef;
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.25rem;
  background: #fff;
}

.isWap .zone .content a:hover {
  background: #d5e3ef;
}

.isWap .listBox .com_list1 {
  display:none;
}

.isWap .listBox .regionMoreBtn {
  display: none;
}