/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
body {
  background-color: #f6f6f6;
}
.container {
  padding-top: 15px;
}
.container .nav--title a {
  color: #666666;
}
.container .nav--title a:hover {
  color: #ff7385;
}
.container .nav--title a:hover h2,
.container .nav--title a:hover h3,
.container .nav--title a:hover h4 {
  color: #ff7385;
}
.container .nav--title h1,
.container .nav--title h2,
.container .nav--title h3,
.container .nav--title h4 {
  color: #666666;
  display: inline;
  font-size: 13px;
}
.container--center {
  width: 1180px;
  margin: 0 auto;
}
.spot--list {
  padding-bottom: 50px;
}
.spot--list .spot--item {
  position: relative;
  padding: 20px;
  height: 330px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
.spot--list .spot--item .item--tip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 11px 12px;
  background: -webkit-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 100%);
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.spot--list .spot--item .item--tip i {
  font-style: normal;
  font-size: 24px;
}
.spot--list .spot--item.span_20 {
  height: 380px;
}
.spot--list .spot--item.span_20 .item--left {
  position: relative;
  width: 750px;
  height: 340px;
}
.spot--list .spot--item.span_20 .item--right {
  width: 390px;
  padding: 17px 76px 17px 46px;
}
.spot--list .spot--item.span_20 .item--right .item--title {
  color: #2f2f2f;
  font-size: 30px;
  font-weight: bold;
}
.spot--list .spot--item.span_20 .item--right .item--recommend {
  padding-top: 5px;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: bold;
}
.spot--list .spot--item.span_20 .item--right .item--recommend.pt32 {
  padding-top: 32px;
}
.spot--list .spot--item.span_20 .item--right .item--recommend .iconfont {
  color: #f4b348;
}
.spot--list .spot--item.span_20 .item--right .item--recommend-txt {
  line-height: 1.52;
  color: #666666;
  font-size: 14px;
}
.spot--list .spot--item.span_20 .item--right .item--recommend-txt.fs13 {
  line-height: 1.62;
  font-size: 13px;
  max-height: 90px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spot--list .spot--item.span_20 .recommend {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  border: 55px solid transparent;
  border-top-color: #ff7385;
  border-right-color: #ff7385;
}
.spot--list .spot--item.span_20 .recommend .xt--icon {
  position: absolute;
  top: -38px;
  left: -12px;
  width: 20px;
}
.spot--list .spot--item.span_20 .recommend .xt--icon .iconfont {
  color: #fff;
  font-size: 22px;
}
.spot--list .spot--item.span_20 .recommend .recommend--txt {
  position: absolute;
  top: -44px;
  left: 13px;
  display: inline-block;
  width: 50px;
  line-height: 1.22;
  color: #ffffff;
  font-size: 18px;
}
.spot--list .spot--item .item--top {
  position: relative;
  width: 340px;
  height: 240px;
}
.spot--list .spot--item .item--top .item--hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.62;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=62);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=62);
  visibility: hidden;
}
.spot--list .spot--item .item--top .item--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  opacity: 0;
}
.spot--list .spot--item .item--top .item--hover .item--recommend {
  padding-top: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.spot--list .spot--item .item--top .item--hover .item--recommend .iconfont {
  color: #f4b348;
}
.spot--list .spot--item .item--top .item--hover .item--recommend-txt {
  line-height: 1.62;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 6px;
  max-height: 110px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.spot--list .spot--item .item--top:hover .item--tip {
  opacity: 0;
}
.spot--list .spot--item .item--top:hover .item--hover-bg {
  visibility: visible;
}
.spot--list .spot--item .item--top:hover .item--hover {
  opacity: 1;
}
.spot--list .spot--item .item--bottom a {
  display: block;
  padding: 8px 0;
  overflow: hidden;
}
.spot--list .spot--item .item--bottom .item--title {
  padding-top: 10px;
  color: #2f2f2f;
  font-size: 22px;
  width: 160px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.spot--list .spot--item .item--bottom .item--scene {
  text-align: right;
  line-height: 1.57;
  color: #666666;
  font-size: 14px;
  width: 180px;
  overflow: hidden;
}
.spot--list .spot--item .item--bottom .item--scene i {
  font-style: normal;
  color: #2f2f2f;
  font-size: 14px;
  font-weight: bold;
}
