.notice_Body {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1240px;
  margin-bottom: 30px;
}
.notice_Body > span {
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}
.notice_Body > div {
  margin-top: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  max-width: 1240px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}

.notice_Body > div:hover {
  background-color: #f1f8ff;
}

.notice_Body > div:hover > span:first-child {
  color: #0089ff;
}
.notice_Body > div > span:first-child {
  font-size: 20px;
  font-weight: 500;
}

.notice_Body > div > span:nth-child(2) {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.notice_Body > div > span:last-child {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
