.TRS_Editor table {
  margin-left: 0!important;
}
.TRS_Editor {
  overflow-x: auto;
}
.newsDpageContent {
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}
.newsDpageContent .ndbd {
  padding: 0 1.5rem;
}
.newsDpageContent h3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 2.8rem;
  font-size: 1.6rem;
}
.newsDpageContent .time {
  font-size: 1.2rem;
  color: #666;
  height: 1.8rem;
  line-height: 1.8rem;
}
.newsDpageContent .imgBox {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.newsDpageContent .imgBox img {
  display: block;
  width: 100%;
}
.newsDpageContent .textContainer {
  line-height: 2.3rem;
  color: #666;
  margin-bottom: 3rem;
}
.newsDpageContent .textContainer p {
  text-indent: 2em;
  text-align: justify;
}
.newsDpageContent .linkBox {
  color: #0da8f1;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.newsDpageContent .linkBox div {
  height: 2.5rem;
  line-height: 2.5rem;
}
.newsDpageContent .linkBox a {
  color: #0da8f1;
  display: inline-block;
  text-decoration: none;
}
