.net_con {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}

.net_left {
  width: 16px;
  height: 16px;
  border: 5px solid #6a5ea5;
  border-radius: 50%;
  background-color: #fee285;
}

/* pc端 */
@media (min-width: 768px) {
  .net_right {
    margin-left: 15px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;

    color: #333333;
  }

  .net_img {
    width: 100%;
    margin-top: 48px;
  }

  .twoNav {
    width: 136px;
    height: 48px;
    margin-top: 0px !important;
    line-height: 24px !important;
  }

  .threeNav {
    width: 116px;
    height: 48px;
    margin-top: 0px !important;
    line-height: 24px !important;
  }

  .twoItem {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* 移动端-窄屏*/
@media (max-width: 767px) {
  .net_right {
    width: 100%;
    margin-left: 15px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333333;
  }

  .net_img {
    width: 100%;
    margin-top: 48px;
  }
}