﻿.banner {
  position: relative;
  width: 100%;
  height: 300px;
}

.tours .row .item {
  margin-bottom: 20px;
}
.tours .row .item .tour-img {
  width: 100%;
  height: 453px;
}
.tours .row .item .content {
  padding: 20px;
}
.tours .row .item .content h4 {
  font-weight: bold;
}
.tours .row .item .content p {
  margin: 0;
}
.tours .row .item .content .jinpai {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.tours .row .item .content .jinpai img {
  width: 15px;
  height: 15px;
}
.tours .row .item .content .jinpai span {
  font-size: 14px;
  margin-left: 4px;
  color: #999999;
}
.tours .row:not(:last-child) {
  margin-bottom: 40px;
}