.article-wrap {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.article-wrap h1 {
  font-size: 24px;
  color: #333;
}
.article-wrap p.address {
  color: #999;
  font-size: 12px;
  margin: 15px auto;
}
.article-wrap #map-container {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.article-wrap .img-wrap {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.article-wrap .img-wrap .big-img {
  width: 66%;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  border-radius: 5px;
  margin-right: 2%;
}
.article-wrap .img-wrap .small-img-lst {
  width: 30%;
  margin-left: 2%;
  overflow: hidden;
}
.article-wrap .img-wrap .small-img-lst .img-box {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  height: 330px;
}
.article-wrap .img-wrap .small-img-lst .img-box ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.article-wrap .img-wrap .small-img-lst .imgBtn {
  height: 30px;
  width: 100%;
  text-align: center;
  background: #eee;
  font-weight: bold;
  line-height: 30px;
}
.article-wrap .img-wrap .small-img-lst .imgBtn i {
  font-size: 20px;
}
.article-wrap .img-wrap .small-img-lst ul {
  overflow: hidden;
  margin-bottom: 0;
}
.article-wrap .img-wrap .small-img-lst ul li {
  float: left;
  width: 49%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.article-wrap .img-wrap .small-img-lst ul li:nth-of-type(2n+1) {
  margin-right: 2%;
}
.article-wrap .basic-info {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.article-wrap .basic-info .content {
  font-size: 16px;
}
.article-wrap .basic-info .qrcode {
  width: 200px;
  float: left;
}
.article-wrap .basic-info .qrcode img {
  display: block;
  width: 200px;
}
.article-wrap .basic-info .lst-tips {
  overflow: hidden;
}
.article-wrap .basic-info .lst-tips p {
  font-size: 16px;
  color: #a094b1;
}
.article-wrap .basic-info dt {
  color: #666;
  font-size: 16px;
  width: 10%;
  float: left;
}
.article-wrap .basic-info dd {
  font-size: 14px;
  color: #666;
  width: 90%;
  float: left;
}
.article-wrap .basic-info dd div {
  display: inline;
  margin-right: 15px;
}
/*# sourceMappingURL=jd-hotel-article.css.map */