body {
  background: #F4F4F4;
}
/* 文章内容 */
.nrmkkyx {
  width: 100%;
  background-color: white;
  margin: 35px 0 170px;
  padding:30px 25px 100px;
}
.nrmkkyxt {
  text-align: center;
  padding: 38px 0;
}
.nrmkkyxd {
  width: 810px;

  margin: auto;
  background-size: 100% 100%;
  font-size: 16px;
  color: #333;
  line-height: 42px;
  text-align: center;
}
.nrmkkyxc p {
  font-size: 18px;
  line-height: 40px;
  text-indent: 2em;
  margin: 0px 25px;
}
.nrmkkyxc img {
  display: block;
  max-width: 90%;
  margin: 0px auto;
}
@media screen and (max-width: 1300px) {
  .nrmkkyxd {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .nrmkkyx {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
.nrmkkyxc img{width:100% !important;height:auto !important;}
.nrmkkyxc table{width:100% !important;}
}