.notice {
  border-top: 1px solid #D8D8D8;
  padding-bottom: 60px;
}
.notice-index {
  text-indent: 2em;
}
.notice-title {
  padding: 60px 0 53px 0;
}
.notice-title__text {
  font-size: 20px;
  color: #333333;
  text-align: center;
}
.notice-title__time {
  margin-top: 9px;
  font-size: 12px;
  color: #BBBBBB;
  text-align: center;
}
.notice-content .normal {
  font-size: 16px;
  line-height: 32px;
  color: #3A3C3C;
}
.notice-content .section {
  display: block;
  margin-bottom: 16px;
}
.notice-content .blod {
  font-weight: bold;
}
.notice-content .red {
  color: #f33;
}
.notice-content .indent {
  text-indent: 2em;
}
.notice-content .h2 {
  margin: 12px 0;
  font-size: 18px;
  font-weight: bold;
}
/*table*/
.notice-content .table {
    width: 300px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 32px;
    color: #3A3C3C;
    text-align: center;
}
.notice-content .table tr {

}
.notice-content .table th {
  border: 1px solid #6c6c6c;
  font-weight: blod;
}
.notice-content .table td {
  border: 1px solid #6c6c6c;
}

.notice-content .text-right{
  text-align:right
}
