.notice {
  width: 978px;
  min-height: 330px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 47px;
  background: #050505;
  border: solid 1px #383838;
}

.notice .title {
  height: 33px;
  padding-top: 17px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #272727;
}

.notice .body {
  width: 840px;
  margin-left: 140px;
  margin-top: 30px;
}