/* ny_detail start */
.ny_detail {
  width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}

.hd_menu {
  width: 70%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #fff;
  margin: 0 auto;
}

.hd_menu a {
  display: inline-block;
  height: 72px;
  line-height: 72px;
  color: #212427;
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px;
  padding: 0;
  position: relative;
}

.hd_menu a:hover::after,
.hd_menu a.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00f091;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ny_detail .nyDetail_head {
  width: 70%;
  margin: 40px auto;
}

.nyDetail_head h3 {
  line-height: 48px;
  color: #1c2d57;
  font-size: 36px;
  text-align: center;
}

.nyDetail_head p {
  line-height: 28px;
  color: #212427;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}


.nyDetail_con {
  width: 100%;
  height: auto;
  min-height: 320px;
  overflow: hidden;
  line-height: 28px !important;
  color: #212427 !important;
  font-family: OutfitRegular, Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
  font-size: 16px !important;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0;
}

.nyDetail_con div,
.nyDetail_con p,
.nyDetail_con span,
.nyDetail_con font,
.nyDetail_con em {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 28px !important;
  color: #212427 !important;
  font-family: OutfitRegular, Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-style: normal;
  word-break: break-all;
  text-align: justify;
  margin: 0 auto;
  padding: 0;
}

.nyDetail_con div,
.nyDetail_con p {
  margin: 0 auto 16px;
}

.nyDetail_con img {
  display: block;
  width: auto !important;
  max-width: 48% !important;
  height: auto !important;
  margin: 0 auto 20px;
}

.nyDetail_con table {
  max-width: 100% !important;
}


/* ny_detail end */