.travels-wrap {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px;
}
.travles-left {
  width: 900px;
  float: right;
  overflow: hidden;
}
.top-big-img {
  width: 100%;
  overflow: hidden;
  height: 450px;
}
.top-big-img .top-wrap-box {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.top-big-img .right-box {
  width: 500px;
  height: 250px;
  background: #fff;
  position: absolute;
  left: 350px;
  top: 70px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
  padding-top: 15px;
}
.top-big-img .right-box .tips {
  text-align: right;
  font-weight: bold;
  margin-right: 15px;
  color: #007aff;
}
.top-big-img .right-box p {
  color: #666;
  font-size: 13px;
  padding: 0 10px;
  margin-bottom: 15px;
}
.top-big-img .left-theme {
  width: 200px;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  padding-right: 10px;
}
.top-big-img .left-theme p {
  color: #007aff;
  padding: 10px;
  font-size: 18px;
}
.top-big-img .left-theme ul {
  overflow: hidden;
}
.top-big-img .left-theme ul li {
  float: left;
  width: 45%;
  margin-left: 5%;
  text-align: center;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 14px;
}
.top-big-img .left-theme ul li a {
  color: #fff;
}
.travel-wrap {
  width: 100%;
  overflow: hidden;
}
.travel-wrap ul {
  overflow: hidden;
}
.travel-wrap ul li {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.travel-wrap ul li .t-left {
  width: 83%;
  float: left;
  min-height: 100px;
}
.travel-wrap ul li .t-left .pic {
  width: 170px;
  height: 100px;
  float: left;
  margin-right: 10px;
  border-radius: 5px;
}
.travel-wrap ul li .t-left h3 {
  color: #333;
  font-weight: normal;
  font-size: 17px;
}
.travel-wrap ul li .t-left p {
  font-size: 13px;
  color: #999;
  margin-top: 15px;
  line-height: 22px;
  max-height: 45px;
  overflow: hidden;
}
.travel-wrap ul li .t-left p i.icon-baojiaquotation2 {
  float: left;
  margin-right: 5px;
}
.travel-wrap ul li .t-left p i.icon-baojiaquotation {
  float: right;
}
.travel-wrap ul li .t-left span {
  position: absolute;
  right: 2.5%;
  bottom: 10px;
  font-size: 14px;
  color: #54c2e4;
}
.travel-wrap ul li .t-left span b {
  color: #54c2e4;
  font-size: 16px;
}
.travel-wrap ul li .t-right {
  width: 15%;
  float: left;
  margin-left: 2%;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.travel-wrap ul li .t-right ul {
  overflow: hidden;
}
.travel-wrap ul li .t-right ul li {
  font-size: 13px;
  color: #999;
  overflow: hidden;
  line-height: 13px;
  margin-bottom: 10px;
}
.travel-wrap ul li .t-right ul li i {
  float: left;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 5px;
  line-height: 13px;
  display: block;
  height: 13px;
}
.travel-wrap ul li .t-right:before {
  content: '';
  display: block;
  width: 1px;
  height: 80px;
  background: #eee;
  position: absolute;
  left: -5px;
  top: 0;
}
.travel-wrap ul li:hover h3 {
  color: #d84e33;
}
.travel-wrap a.more {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f73c3c;
  color: #fff;
  margin: 30px auto;
  font-size: 14px;
  border-radius: 5px;
}
.food-top {
  background: #f3f5f6;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.food-top .pic {
  width: 180px;
  height: 140px;
  margin-right: 20px;
  float: left;
}
.food-top h3 {
  color: #444;
}
.food-top h3 span {
  font-size: 14px;
  margin-right: 10px;
}
.food-top h3 span b {
  color: #d84e33;
  margin-right: 5px;
}
.food-top p {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
.food-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.food-wrap ul {
  overflow: hidden;
}
.food-wrap ul li.recommond {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  overflow: hidden;
}
.food-wrap ul li.recommond .pic {
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
  position: relative;
}
.food-wrap ul li.recommond .pic span {
  padding: 2px 6px;
  background: #f73c3c;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.food-wrap ul li.recommond h3 {
  font-size: 16px;
  color: #444;
  font-weight: normal;
  margin: 10px 0;
  width: 100%;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.food-wrap ul li {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.food-wrap ul li .icons-box {
  position: absolute;
  left: 135px;
  bottom: 0;
  font-size: 13px;
  color: #999;
}
.food-wrap ul li .icons-box span {
  margin-right: 15px;
}
.food-wrap ul li .pic {
  width: 120px;
  height: 100px;
  float: left;
  margin-right: 15px;
}
.food-wrap ul li h3 {
  color: #333;
  font-weight: normal;
  margin-bottom: 7px;
}
.food-wrap ul li h3 span {
  color: #63a35c;
  font-size: 14px;
  padding: 2px 6px;
}
.food-wrap ul li p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.food-wrap ul li:hover h3 {
  color: #d84e33;
}
.food-wrap ul li.recommond:first-child {
  margin-left: 0;
}
.list-qa {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.list-qa ul {
  overflow: hidden;
}
.list-qa ul li {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e2e2e2;
  padding-bottom: 20px;
  position: relative;
}
.list-qa ul li span.time {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #999;
}
.list-qa ul li h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: normal;
}
.list-qa ul li .pic {
  width: 160px;
  height: 100px;
  float: left;
  margin-right: 20px;
}
.list-qa ul li p {
  color: #999;
  font-size: 14px;
  line-height: 25px;
  max-height: 72px;
  overflow: hidden;
}
.list-qa ul li p i.icon-baojiaquotation2 {
  float: left;
}
.list-qa ul li .label-wrap {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin-top: 10px;
}
.list-qa ul li .label-wrap span {
  float: left;
  padding: 4px 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  margin-left: 5px;
  cursor: pointer;
  color: #333;
}
.list-qa ul li .label-wrap span:first-child {
  margin-left: 0;
}
.list-qa ul li .label-wrap span:hover {
  background: #55a532;
  color: #fff;
}
.list-qa ul li:hover h3 {
  color: #d84e33;
}
.list-qa ul li:hover p {
  color: #666;
}
.article-food-top {
  width: 100%;
  overflow: hidden;
}
.article-food-top .big-img {
  width: 420px;
  height: 270px;
  float: left;
}
.article-food-top .small-img {
  width: 290/2px;
  float: left;
  height: 125px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.article-food-content {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.article-food-content h3 {
  color: #444;
  font-size: 18px;
}
.article-food-content p {
  font-size: 15px;
  line-height: 1.75em;
  color: #565656;
}
.article-food-travels {
  overflow: hidden;
  margin-top: 20px;
}
.article-food-travels h3 {
  color: #63a35c;
  position: relative;
  font-size: 18px;
}
.article-food-travels h3:after {
  content: '';
  width: 660px;
  height: 1px;
  background: #e2e2e2;
  position: absolute;
  right: 0;
  bottom: 3px;
}
.article-food-travels ul {
  overflow: hidden;
}
.article-food-travels ul li {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
.article-food-travels ul li .pic {
  width: 180px;
  height: 130px;
  float: left;
  margin-right: 20px;
}
.article-food-travels ul li h4 {
  color: #555;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
.article-food-travels ul li p {
  color: #888;
  max-height: 42px;
  overflow: hidden;
}
.article-food-travels ul li span {
  position: absolute;
  left: 200px;
  bottom: 0;
  color: #999;
}
.article-food-travels ul li:hover h4 {
  color: #f18849;
}
.article-food-travels a.more {
  display: block;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #248ae8;
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  margin-top: 60px;
}
.article-food-top {
  width: 100%;
  overflow: hidden;
}
.article-food-top .back-prev {
  color: #007aff;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
.article-food-top .back-prev i {
  font-size: 20px;
  margin-right: 5px;
}
.article-food-top .left-img {
  width: 500px;
  float: left;
  overflow: hidden;
}
.article-food-top .left-img .pic {
  width: 100%;
  height: 300px;
}
.article-food-top .left-info {
  width: 350px;
  float: left;
  overflow: hidden;
  margin-left: 50px;
}
.article-food-top .left-info .left-content {
  overflow: hidden;
}
.article-food-top .left-info .left-content p {
  color: #595959;
  font-size: 14px;
  line-height: 25px;
}
/*# sourceMappingURL=list-travels.css.map */