.group {
  background-color: #f8f8f8;
}

.article {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 800px;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 36px;
}

.home-travel-group {
  width: 100%;
  box-sizing: border-box;
}

.home-travel-group .inner {
  display: block;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 40px 0 50px;
  background-color: #fff;
}

.home-travel-group .h3 {
  font-size: 28px;
  font-weight: 800;
  color: #333333;
  line-height: 35px;
  width: 100%;
  text-align: center;
}

.home-travel-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.home-travel-tabs .pane {
  border: 1px solid #e3e8ee;
  margin: 30px 10px 10px;
  width: 92px;
  height: 40px;
  color: #666;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  transition: 0.5s;
}

.home-travel-tabs .pane.active {
  color: #fff;
  background-color: #003e94;
}

.home-travel-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0;
  position: absolute;
  max-width: 1280px;
  top: 0;
  padding: 0 40px;
  margin-bottom: 40px;
}

.home-travel-body.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.home-travel-body-list {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 22px;
  font-size: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.home-travel-body-list::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #003e94;
  border-radius: 3px;
}

.home-travel-body-list:hover {
  color: #003e94;
}
