.h_g2 {
  overflow: hidden;
}

.ns-master-banner .ns-master-banner-container .ns-master-banner-slide .ns-master-banner-content p {
  width: 45vw;
}

.zs_con01 .dl dd p {
  line-height: 1.6;
}

.zs_con01 .dl dd p:after {
  display: none;
}


.adv-box .adv-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;

}

.adv-box .adv-cont dl {
  display: flex;
  flex-direction: column;
  flex: 0 0 31.7%;
  /* width: 417px;
    height: 289px; */
  padding: 33px 45px 29px 35px;
  overflow: hidden;
  background-image: linear-gradient(180deg,
      #f3fbff 23%,
      #cfe4fb 100%),
    linear-gradient(#ffffff,
      #ffffff);
  background-blend-mode: normal,
    normal;
  border-radius: 19px;

}

.adv-box .adv-cont dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  margin-bottom: 34px;
}

.adv-box .adv-cont dl dt img {
  width: 50px;
  /* height: 50px; */
  margin-bottom: 17px;
}

.adv-box .adv-cont dl dd p {
  position: relative;
  color: #858585;
  padding-left: 20px;
  margin-bottom: 24px;
}

.adv-box .adv-cont dl dd p::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 8px;
  background: url(../images/intelligent_network/yuan-blue.png) no-repeat;
  background-size: 100%;
}




@media only screen and (max-width: 1600px) {
  .adv-box .adv-cont dl {
    padding: 2.3vw 3.1vw 2vw 2.4vw;
  }
}

@media (max-width: 768px) {
  .ns-master-banner .ns-master-banner-container .ns-master-banner-slide .ns-master-banner-content p {
    width: auto;
  }

  .adv-box .adv-cont dl {
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 8vw 5vw;
  }
}