.famous-guides img {
  max-width: 100%;
}
.famous-guides {
  background-color: #fff;
}
.famous-guides .list {
  margin: 58px auto 0;
}
.famous-guides .list-item {
  position: relative;
  height: 560px;
}
.famous-guides .desc {
  position: absolute;
  top: 80px;
  left: 35px;
  width: 280px;
  background-color: rgba(255, 255, 255, 0.85);
}
.famous-guides .desc-right {
  left: auto;
  right: 35px;
}
.famous-guides .desc .desc-box {
  margin: 10px;
  border: 1px solid #333;
  padding: 14px;
}
.famous-guides .desc .tit {
  margin-top: 12px;
  color: #ff5f69;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.famous-guides .desc .tit .name {
  font-size: 32px;
  line-height: 1.4;
}
.famous-guides .desc .tit .place {
  margin-left: 12px;
  font-size: 18px;
}
.famous-guides .desc .slogan {
  margin-top: 4px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
.famous-guides .desc .detail {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.famous-guides .desc .link {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: #ff5f69;
}
.famous-guides .desc .cover-link {
  display: block;
}
.famous-guides .control-box {
  padding: 50px 0 60px;
  text-align: center;
  overflow: hidden;
}
.famous-guides .control-box .ctrl-item {
  position: relative;
  float: left;
  width: 50%;
}
.famous-guides .control-box .ctrl-item .name {
  font-size: 30px;
  color: #333;
  line-height: 1.2;
}
.famous-guides .control-box .ctrl-item .txt {
  padding: 4px 0 6px;
  font-size: 14px;
  color: #999;
}
.famous-guides .control-box .ctrl-item .btn-l {
  margin: 0 auto;
  width: 280px;
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
  border: 1px solid #ff5f69;
  font-size: 20px;
  color: #ff5f69;
  cursor: pointer;
  background-color: #fff;
}
.famous-guides .control-box .ctrl-item .line {
  position: absolute;
  top: 24px;
  right: 0;
  width: 1px;
  height: 104px;
  background-color: #ccc;
}
