/*pagediv*/
.pagediv1 {
  padding: 20px 0;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-align: center;
  clear: both;
  display: flex;
  justify-content: center;
}
.pagediv1 a {
  color: #333;
}
.pagediv1 .moye,
.pagediv1 .arrow a,
.pagediv1 .index_num,
.pagediv1 .pagination_index_last,
.pagediv1 #pagination_input,
.pagediv1 #currentPage {
  display: inline-block;
  *display: inline;
  margin: 4px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  vertical-align: top;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}
.pagediv1 .arrow a:hover,
.pagediv1 .index_num {
  background: #2d7cc7;
  border-color: #2d7cc7;
  color: #fff;
  text-decoration: none;
}
.pagediv1 .moye,
.pagediv1 .arrow a,
.pagediv1 .index_num {
  padding: 0 10px;
}
.pagediv1 .index_num {
  font-weight: 700;
}
.pagediv1 .pagination_index_last {
  padding: 0 6px;
}
.pagediv1 #pagination_input {
  width: 40px;
  height: 30px;
  color: #888;
  text-align: center;
  background: #fff;
}
.pagediv1 #currentPage {
  width: 40px;
  height: 30px;
  color: #888;
  text-align: center;
  background: #fff;
}

.table-style {
  margin: 0 auto 15px;
  border-collapse: collapse;
}
.table-style td,
.table-style th {
  border-collapse: collapse;
  border: solid #000 1px;
  padding: 8px;
  line-height: 160%;
}
.table-style th {
  font-weight: 700;
  text-align: center;
  background-color: #efefef;
}

.even {
  background-color: #f7f7f7;
}
.odd {
  background-color: #ffffff;
}

.rel-appendixs {
  display: none;
  margin-top: 20px;
  border-top: 2px solid #efefef;
}
.rel-appendixs h3 {
  padding: 25px 0 10px;
  color: #333333;
  font-weight: bold;
  font-size: 1em;
}
.rel-appendixs .infoList li h4 a:before {
  background-color: #999;
}
#pagination_input {
  width: 40px;
  height: 28px;
  color: #888;
  text-align: center;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  background: #fff;
}
.page_index {
  background: #457ec1;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  zoom: 1;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  margin-top: 4px;
  height: 30px;
}
