.container {
  box-sizing: content-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.inner {
  padding-top: 20px;
}
.module .bd {
  zoom:1
}
.module .bd:before,
.module .bd:after {
  content:"";
  display:table
}
.module .bd:after {
  clear:both;
  overflow:hidden
}
.module {
  margin-bottom:15px;
  background:#fff;
  border:1px solid #f0f0f0
}
.mod-intro .hd {
  padding-top:15px;
  margin-bottom:10px;
  line-height:36px;
  text-align:center;
  font-size:18px
}
.mod-intro .bd {
  padding-bottom:25px;
  line-height:26px;
  font-size:14px;
  color:#333;
  margin:0 20px
}
.mod-intro .bd .text {
  text-align:center;
  margin-bottom:10px
}
.mod-intro .bd p {
  margin-bottom:10px
}
.mod-list .hd {
  padding-top:15px;
  margin-bottom:10px;
  line-height:48px;
  text-align:center;
  font-size:24px
}
.mod-list .bd {
  margin:0 20px
}
.mod-list .bd table {
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;
  border-spacing:0;
  border-left:0;
  margin-bottom:15px
}
.mod-list .bd table th,
.mod-list .bd table td {
  max-width:300px;
  word-break:break-all;
  word-wrap:break-word;
  padding:2px 0;
  line-height:24px;
  text-align:left;
  vertical-align:top;
  font-weight:normal
}
.mod-list .bd table.table-border {
  border:1px solid #e4e4e4
}
.mod-list .bd table.table-border thead,
.mod-list .bd table.table-border tfoot {
  background-color:#f5f5f5
}
.mod-list .bd table.table-border th,
.mod-list .bd table.table-border td {
  border:1px solid #e4e4e4;
  padding:6px 10px
}
.mod-list .bd table.table-border td.th {
  background-color:#f5f5f5;
  text-align:center
}
.mod-list .bd a {
  margin:0 5px
}
.mod-list .bd .letter {
  font-size:16px;
  font-weight:bold;
  color:#666
}
@media screen and (max-width: 767px) {
  .module {
    margin-bottom:10px;
    border-left:none;
    border-right:none
  }
  .mod-list .hd {
    padding-top:10px;
    margin-bottom:5px;
    line-height:36px;
    font-size:18px
  }
  .mod-list .bd {
    margin:0 15px
  }
  .mod-list .bd table.table-border .th {
    width:24px
  }
}
.media-small .module {
  margin-bottom:10px;
  border-left:none;
  border-right:none
}
.media-small .mod-list .hd {
  padding-top:10px;
  margin-bottom:5px;
  line-height:36px;
  font-size:18px
}
.media-small .mod-list .bd {
  margin:0 15px
}
.media-small .mod-list .bd table.table-border .th {
  width:24px
}
