.banner-right h3 {
  margin-top: 30px;
  font-size: 26px;
  color: #ff7010;
  text-align: center;
  border-bottom: 2px solid #ff7010;
  padding: 15px 0;
  overflow: hidden;
}
.banner-right .list-nav .tablebox {
  width: 100%;
  height: auto;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 10px;
}
.banner-right .list-nav .tablebox th {
  font-weight: bold;
}
.banner-right .list-nav .tablebox th a {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #2c3e50;
  background: #ececec;
  cursor: pointer;
  border-radius: 4px;
}
.banner-right .list-nav .tablebox td a {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #2c3e50;
  background: #ececec;
  cursor: pointer;
  border-radius: 4px;
}
.banner-right .list-nav .tablebox th > a:hover,
.banner-right .list-nav .tablebox td > a:hover {
  background-color: #ff7010;
  color: white;
}
