.container .Box .asideRight .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 28px 25px 22px;
}
.container .Box .asideRight .content h3 {
  color: #157edf;
  text-align: center;
}
.container .Box .asideRight .content .time {
  text-align: right;
  color: #999999;
  margin: 15px 0;
}
.container .Box .asideRight .content .con {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0 10px;
}
.container .Box .asideRight .content .con p {
  color: #666666;
  font-size: 18px;
  line-height: 1.7;
  text-indent: 2em;
  margin-bottom: 3px;
}

@media all and (max-width: 1600px) {
  .container .Box .asideRight .content .con p {
    font-size: 17px;
  }
}
@media all and (max-width: 1500px) {
  .container .Box .asideRight .content .con p {
    font-size: 16px;
  }
}

/*# sourceMappingURL=noticedetail.css.map */
