/* ==================== 内页52 - 通用 Start ==================== */
.ny52-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 749px) {
  .ny52-box {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
/* ==================== 内页52 - 通用 End ==================== */
/* ==================== 内页52 - 板块一 Start ==================== */
.ny52-section1 {
  background-color: #F6F6F6;
}
.ny52-section1 .itembox {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.ny52-section1 .item {
  font-size: 26px;
  line-height: 1.1;
  color: #1E1E20;
  position: relative;
  padding-right: 40px;
}
.ny52-section1 .item:last-child {
  padding-right: 0;
}
.ny52-section1 .item:last-child:after {
  display: none;
}
.ny52-section1 .item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -2px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 749px) {
  .ny52-section1 .itembox {
    padding-top: 2.67vw;
    padding-bottom: 2.67vw;
  }
  .ny52-section1 .item {
    font-size: 3.47vw;
    padding-right: 5.33vw;
  }
  .ny52-section1 .item:after {
    width: 1.33vw;
    height: 1.33vw;
    right: 1.87vw;
    margin-top: -0.27vw;
  }
}
/* ==================== 内页52 - 板块一 End ==================== */
/* ==================== 内页52 - 板块二 Start ==================== */
.ny52-section2 {
  padding-top: 120px;
  padding-bottom: 200px;
}
.ny52-section2 h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 60px;
  text-align: center;
}
.ny52-section2 .info {
  color: #86868B;
  font-size: 26px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 60px;
}
.ny52-section2 article {
  font-size: 26px;
  line-height: 1.8;
  padding-bottom: 50px;
}
.ny52-section2 article video {
  width: 100%!important;
  height: auto!important;
}
.ny52-section2 article a {
  color: #0071E3;
  text-decoration: underline;
}
.ny52-section2 .bottom {
  border-top: 1px solid #F6F6F6;
}
.ny52-section2 .bottom .page-item {
  display: block;
  font-size: 30px;
  color: #1E1E20;
  margin-top: 40px;
  line-height: 1.2;
}
.ny52-section2 .bottom .page-item:hover {
  color: #0071E3;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .ny52-section2 {
    padding-top: 16vw;
    padding-bottom: 26.67vw;
  }
  .ny52-section2 h1 {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .ny52-section2 .info {
    font-size: 3.47vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
  .ny52-section2 article {
    font-size: 3.47vw;
    padding-bottom: 6.67vw;
  }
  .ny52-section2 .bottom .page-item {
    font-size: 4vw;
    margin-top: 5.33vw;
  }
}
/* ==================== 内页52 - 板块二 End ==================== */
