.shuttle-block > table {
  width: 860px;
}
.shuttle-block > table {
  margin: 16px auto;
  text-align: center;
  border-collapse: separate;
  border-spacing: 1px;
  background: #343434;
}
@media (max-width: 763px) {
  .shuttle-block > table {
    width: 100%;
  }
}
.shuttle-block > table tr {
  background: #fff;
}
.shuttle-block > table > thead > tr {
  color: #fff;
  background: #000;
}
.shuttle-block > table > thead th {
  vertical-align: middle;
  padding: 2px;
}
.shuttle-block > table > tbody td {
  font-family: '宋体';
  font-size: 1em;
  padding: 6px;
}
@media (max-width: 763px) {
  .shuttle-block > table > tbody td {
    font-size: 1.33333333em;
  }
}
.shuttle-block > table > tbody td span {
  margin-left: 4px;
}
.shuttle-block > .informationSources {
  margin: 16px auto;
}
@media (max-width: 763px) {
  .shuttle-block > .informationSources {
    width: 100% !important;
  }
}
