.ndTabs {
  width: 1200px;
  margin: 0px auto;
  padding: 20px 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ndTabs,
.ndTabs a {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
.allNew {
}
.theNewTitle {
}
.newDetail {
  width: 1200px;
  margin: 0px auto 30px auto;
  padding: 60px 200px;
  background: #fff;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
}

.newDetailTitle {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.newDetailTime {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.newDetailTime span {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin: 0px 30px;
}
.line {
  width: 800px;
  height: 1px;
  background-color: #dddddd;
  margin-top: 40px;
}
@font-face {
  font-family: "阿里巴巴普惠体 2.0 65 Medium";
  font-weight: 500;
  src: url("../font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf")
    format("truetype");
  font-display: swap;
}
.newDetailText {
  margin-top: 20px;
  font-family: "阿里巴巴普惠体 2.0 65 Medium";
}

.newDetailText p,
.newDetailText span,
.newDetailText a {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #3d3d3d !important;
  line-height: 32px !important;
  text-align: justify !important;
  font-style: normal !important;
  text-transform: none !important;
  font-family: "阿里巴巴普惠体 2.0 65 Medium" !important;
}

@media (max-width: 1439px) and (min-width: 768px) {
  .newDetail {
    width: 90%;
    margin: 0px auto 30px auto;
    padding: 60px 200px;
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
  }
  .ndTabs {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .newDetail {
    width: 90%;
    margin: 0px auto 30px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
  }
  .line {
    width: 800px;
    height: 1px;
    background-color: #dddddd;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .newDetail {
    width: 90%;
    margin: 0px auto 30px auto;
    padding: 60px 200px;
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
  }
  .ndTabs {
    width: 90%;
    margin: 0px auto;
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .newDetail {
    width: 90%;
    margin: 0px auto 30px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
  }
  .line {
    width: 800px;
    height: 1px;
    background-color: #dddddd;
    margin-top: 20px;
  }
  .newDetailTime span {
    font-weight: 500;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0px 10px;
  }
  .newDetailTime {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
