.net-name {
  padding: 0 0 0.2rem;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: center;
  background: url(../images/net_title.jpg) no-repeat center bottom;
}
.net-line {
  margin: 0.2rem 0 0;
}

.net-ul {
  padding: 0;
}
.net-ul ul {
  display: flex;
  justify-content: center;
}
.net-ul ul li {
  padding: 0 5px;
  color: #333;
  text-align: center;
}
.net-li-num {
  font-size: 20px;
  line-height: 24px;
}
.net-li-p {
  font-size: 16px;
  line-height: 30px;
}
.net-li-icon {
  padding: 0.1rem 0;
}
.net-li-icon img {
  width: 30px;
}
.net-p {
  margin: 0.2rem 0 0;
}
.net-p p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.net-p p span {
  font-weight: bold;
  color: #006400;
}
.net-right {
  padding: 0.2rem 0 0;
}
.net-right img {
  width: 100%;
}
@media (min-width: 1200px) {
  .net {
    padding: 2vw 6vw;
  }
  .net-name {
    padding: 0 0 1vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #333;
    text-align: center;
    background: url(../images/net_title.jpg) no-repeat center bottom;
  }
  .net-line {
    display: flex;
    justify-content: space-between;
    margin: 3vw 0 0;
  }
  .net-left {
    width: 40vw;
  }

  .net-ul {
    padding: 0;
  }
  .net-ul ul {
    display: flex;
    justify-content: center;
  }
  .net-ul ul li {
    padding: 0 3vw;
    color: #333;
    text-align: center;
  }
  .net-li-num {
    font-size: 2vw;
    line-height: 2.4vw;
  }
  .net-li-p {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .net-li-icon {
    padding: 0.5vw 0;
  }
  .net-li-icon img {
    width: 4.5vw;
  }
  .net-p {
    margin: 1vw 0 0;
  }
  .net-p p {
    font-size: 1.2vw;
    line-height: 2vw;
    color: #333;
  }
  .net-p p span {
    font-weight: bold;
    color: #006400;
  }
  .net-right {
    width: 39vw;
    padding: 3vw 0 0;
  }
  .net-right img {
    width: 100%;
  }
}
