.w {
  width: 1137px;
}

.top-card {
  padding: 30px 0 130px;
  box-sizing: border-box;
}
.top-card .title {
  font-size: 52px;
  color: #3eaef4;
  margin-bottom: 70px;
  font-weight: bold;
}
.top-card .desc p {
  color: #808080;
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
  position: relative;
}
.top-card .desc p::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #cbcbcb;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: -10px;
}

.scope-service {
  padding: 54px 0 80px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.scope-service .title {
  font-size: 30px;
  color: #010101;
  margin-bottom: 54px;
}
.scope-service .scope-service-list {
  display: flex;
  justify-content: space-between;
}
.scope-service .scope-service-list .scope-service-item {
  background-color: #fff;
  text-align: center;
  width: 15%;
  padding: 30px 0;
}
.scope-service .scope-service-list .scope-service-item .icon {
  width: 64px;
  height: 64px;
}
.scope-service .scope-service-list .scope-service-item .name {
  font-size: 18px;
  color: #010101;
  margin: 20px 0;
  height: 48px;
}
.scope-service .scope-service-list .scope-service-item::after {
  content: "";
  display: block;
  background-color: #cdcdcd;
  width: 30px;
  height: 2px;
  margin: 0 auto;
}

.facilities {
  padding: 54px 0 80px;
  box-sizing: border-box;
}
.facilities .title {
  font-size: 30px;
  color: #010101;
  margin-bottom: 54px;
}
.facilities .facilities-list {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 20px;
}
.facilities .facilities-list .facilities-item {
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.facilities .facilities-list .facilities-item .icon {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.facilities .facilities-list .facilities-item .name {
  font-size: 18px;
  color: #010101;
}
.facilities .census-list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.facilities .census-list .census-item {
  width: 20%;
}
.facilities .census-list .census-item .number {
  width: 116px;
  height: 116px;
  background: url("/image/zgserver/education/f3_icon.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  text-align: center;
  line-height: 116px;
  font-size: 18px;
  margin: 0 auto;
  font-weight: bold;
}
.facilities .census-list .census-item .name {
  margin-top: 30px;
  font-size: 18px;
  color: #010101;
  text-align: center;
}
