.section1 {
  height: 500px;
}
.section1 .left-tree {
  width: 20%;
  height: 100%;
  float: left;
  border: 1px solid #1A9BC1
}

.section1 .left-tree h3 {
  background-color: #1579d7;
  color: #fff;
  padding: 10px 20px;
}


.section1 .right-table {
  width: 77%;
  float: right;
  height: 100%;
  border: 1px solid #1A9BC1;
}
.section1 .right-table .time-select {
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.section1 .right-table .form-selects {
  line-height: 40px;
}
.section1 .right-table table {
  text-align: center;
}
.section1 .right-table table td,
.section1 .right-table table th {
  min-width: 100px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.section1 .right-table table thead {
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
}
#swiper1 {
  margin-top: 20px;
  height: 200px;
  border-radius: 2px;
  border: 1px solid #eee;
}
#swiper1 .swiper-slide {
  box-sizing: border-box;
  padding: 20px;
}
#swiper1 .swiper-slide a {
  display: block;
}
#swiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 150px;
}
#swiper1 .swiper-slide h5 {
  color: #1579d7;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}
.section3 {
  height: 248px;
}
.section3 .tabbar {
  position: relative;
}
.more-link {
  position: absolute;
  right: 0;
  top: 5px;
  display: none;
}

.custom-pagination {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom-pagination ul li {
  padding: 0 10px;
}
.custom-pagination ul li:hover,
.custom-pagination ul li.active {
  color: #409eff;
}

.custom-pagination .fa:hover {
  color: darkblue;
}

.form-selects  select {
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
}
