.m-main {
  width: 1180px;
  min-height: 400px;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  background: #fff;
  padding: 60px 0 157px;
  margin: 0 auto;
}
.m-main .reply .sub-title {
  font-size: 18px;
  font-weight: bold;
}
.m-main .reply img {
  width: 100%;
  height: 100%;
}
.m-main .announcement .sub-title {
  font-weight: bold;
}
.m-main .announcement .desc {
  color: #7D7D7E;
  margin-left: 22px;
}

.m-main .announcement .title {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.m-main .announcement p {
  text-indent: 2em;
  font-weight: normal;
}

.m-main .announcement p.stress {
  font-weight: bold;
}

.m-main .announcement .wrapper {
  width: 100%;
  display: flex;
  justify-content: right;
}

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