.banner{
  width: 100%;
  height: 340px;
  margin-bottom: 30px;
  margin-top: 60px;
  position: relative;
}
.banner img{
  width: 100%;
  height: 340px;
}
.search{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}
.search input{
  width: 300px;
  height: 40px;
  outline: none;
  border: 1px solid #999;
  padding-left: 12px;
}
.search .btn{
  display: inline-block;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: chocolate;
  color: #fff;
}
.title{
  margin:20px 0;
}
.title-left{
  float: left;
  padding-left: 16px;
  border-left: 4px solid #33bc60;
  font-size: 18px;
  font-weight: 600;
}
.title-rg{
  float: right;
}
/* 国内游 */
.list-item{
  width: 352px;
  height: 270px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 6px #ddd;
  background: #fff;
}
.list-item:nth-child(3n){
  margin-right: 0;
}
.list-item img{
  width: 100%;
  height: 190px;
}
.area{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 12px;
}
.price{
  font-size: 18px;
  color: #f12d2d;
}
.gray{
  color: #999;
  padding: 0 12px;
}
/* 热门推荐 */
.strategy{
  margin-bottom: 40px;
}

/* .str-list{
  display: flex;
  justify-content: space-between;
} */
.str-item{
  width: 350px;
  height: 320px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 1px 6px #ddd;
  background: #fff;
}
.str-item:nth-child(3n){
  margin-right: 0;
}
.str-item img{
  width: 100%;
  height: 100%;
}
.img{
  width:350px;
  height: 190px;
}
.intraUser{
  display: flex;
  align-items: center;
  padding: 8px;
}
.user-img img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 12px;
}
.tm{
  margin-left: 40px;
  color: #999;
}
.txt{
  padding: 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}