.new-title {
  margin-top: 85px;
  text-align: center;
  padding-top: 65px;
  background: #fff;
}

body {

  background-color: #f9f9f9;
}

.new-date {
  font-size: 14px;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  background: #fff;
}

section {
  margin-top: 1px !important;
  padding: 0 10%;
  background-color: #f9f9f9;
}

.mask-text-loader {
  position: fixed;
  top: 145px;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(270deg, #0A6460 10%, #0AA7A1 100%);
}

.pageBox {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
}

.pageBox a {
  color: black;
  width: 300px;
  transition: 0.5s;
}

.beforePage {
  margin-bottom: 5px;
}

.beforePage:hover,
.afterPage:hover {
  color: aqua;
}

.content,
.sendDate {
  padding: 15px;
  background-color: #fff !important;
}

.sendDate {
  margin-top: 1px;
  margin-bottom: 0;
}

.content p {
  line-height: 1.7;
}


.content span {
  background-color: #fff !important;
}

.content img {
  width: 100% !important;
}

.content video {
  width: 100% !important;
}

.none {
  display: none;
}

.sendDate {
  color: gray;
  font-size: 16px;
}

@media screen and (max-width: 740px) {

  .new-title {
    text-align: center;
    padding-top: 5%;
    font-size: 26px;
  }

  .mask-text-loader {
    top: 94px;
  }

  section {
    margin-top: 1px !important;
    padding: 0;
  }

  .content {
    border-top: 1px solid #f5f5f5;
  }

  .content p {
    line-height: 1.5;
  }
}

@media screen and (max-width: 668px) {
  .mask-text-loader {
    top: 78px;
  }

}

@media screen and (max-width: 530px) {
  .mask-text-loader {
    top: 68px;
  }

}

/*# sourceMappingURL=newsContent.css.map*/