﻿.tourism-active {
  color: #fd6e17 !important;
  border-bottom: 4px solid #fd6e17;
}

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

.tourism .title {
  display: flex;
  justify-content: center;
}
.tourism .title h1 {
  padding-bottom: 5px;
  cursor: pointer;
}
.tourism .title h1:hover {
  color: #fd6e17 !important;
  border-bottom: 4px solid #fd6e17;
}
.tourism .title h1:last-child {
  margin-left: 40px;
}
.tourism .row .item {
  background: #000;
}
.tourism .row .item .tour-img {
  width: 100%;
  height: 250px;
}
.tourism .row .item video {
  width: 100%;
  height: 250px;
  margin: 0;
}
.tourism .row .item .content {
  padding: 20px;
  text-align: left;
}
.tourism .row .item .content p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
.tourism .row .item .content .user {
  display: flex;
  align-items: center;
}
.tourism .row .item .content .user img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.tourism .row .item .content .user span {
  margin-left: 5px;
  font-size: 12px;
}
.tourism .row .item .content .user span.time {
  margin-left: auto;
}
.tourism .row > div:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)),
.tourism .vd > div:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
  margin-top: 40px;
}