.statement {
  width: 800px;
  margin-left: -400px;
}

.statement .modal-body {
  max-height: inherit;
}

.statement .title {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.statement .name {
  margin-top: 10px;
  font-weight: bold;
}

.statement .content {
  margin-top: 10px;
  text-align: justify;
}

.statement .content div {
  margin: 0 0 10px 0;
  text-indent: 2em;
}

.statement .content p {
  margin: 0;
}

.statement .content .tips {
  font-weight: bold;
  font-size: 15px;
  text-indent: 0;
}

.side-nav.nav {
  float: none;
  text-align: center;
}

.side-nav.nav>li>a {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  color: #333;
}

.side-nav.nav>li.active>a {
  color: #fff;
}

.announcement {
  color: #333;
}

.announcement .list {
  padding-bottom: 100px;
}

.announcement .item {
  display: block;
  padding: 15px 0;
  color: #333;
  border-bottom: 1px solid #e3e3e3;
}

.announcement .item:hover {
  color: #e22004;
}

.announcement .item:first-child {
  padding-top: 0;
}

.announcement .item p {
  margin: 0;
}

.announcement .item .date {
  float: right;
}

.announcement .item .text {
  margin-top: 5px;
}

.announcement .title {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.announcement .source {
  margin-top: 10px;
  text-align: center;
}

.announcement .content {
  padding: 30px 0;
  line-height: 1.6;
}

.announcement .content .name {
  margin-bottom: 10px;
  font-weight: bold;
}

.announcement .content p {
  margin: 0 0 10px 0;
  text-indent: 2em;
}

.announcement .content .foot {
  margin-bottom: 10px;
  text-align: right;
}

.announcement .resume {
  padding-bottom: 50px;
}

.announcement .resume p {
  margin: 0;
}

.about .title {
  text-align: center;
}

.about .content {
  padding: 10px 0 30px 0;
  line-height: 1.5;
}

.about .content p {
  text-indent: 2em;
}

.about .content .risk-list li {
  list-style-type: disclosure-closed;
  font-size: 18px;
  line-height: 2;
}