#content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 40px;
}
#content .cont-l {
  width: 876px;
}
#content .cont-l h2 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  border-left: 6px solid #F9B800;
  padding-left: 8px;
  margin-bottom: 24px;
}
#content .cont-l .top-h2 {
  border: none ;
}
#content .cont-l .ad {
  position: relative;
  margin: 0 auto 16px;
}
#content .cont-l .ad .ad-title {
  font-family: l;
  font-weight: 300;
  font-size: 14px;
  color: #999999;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont-l .cont-banner {
  height: 200px;
  background-image: url(../images/gys-banner.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
#content .cont-l .cont-banner .banner {
  width: 100%;
}
#content .cont-l .cont-banner .banner .apartment {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
#content .cont-l .cont-banner .banner .apartment h2 {
  font-size: 24px;
  font-family: b;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin-bottom: 24px;
}
#content .cont-l .cont-banner .banner .apartment .ap_a {
  padding: 16px 24px;
  background: #FFD360;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont-l .cont-banner .banner .apartment .ap_a span {
  margin-right: 4px;
  font-size: 18px;
  font-family: s;
  font-weight: 400;
  color: #333;
}
#content .cont-l .faq h3 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-bottom: 37px;
}
#content .cont-l .faq .faq-list .faq_item {
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  border: 1px solid #EEEEEE;
  display: block;
}
#content .cont-l .faq .faq-list .faq_item .faq_top_box {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#content .cont-l .faq .faq-list .faq_item .faq_top_box .faq_question {
  width: calc(100% - 26px);
  font-family: s;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
}
#content .cont-l .faq .faq-list .faq_item .faq_top_box .s_down {
  width: 16px;
  height: 20px;
}
#content .cont-l .faq .faq-list .faq_item .faq_answer {
  font-family: r;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#content .cont-l .faq .faq-list .new_class .faq_top {
  margin-bottom: 0px;
}
#content .cont-l .faq .faq-list .new_class .faq_top .s_down {
  transform: rotate(180deg);
}
#content .cont-l .faq .faq-list .new_class .faq_answer {
  display: none;
}
#content .cont-r {
  width: 300px;
}
#content .cont-r .guides h3 {
  font-family: b;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  border-left: 6px solid #F9B800;
  padding-left: 8px;
  margin-bottom: 24px;
}
#content .cont-r .guides .guides-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(10px, 1fr));
  grid-gap: 24px;
}
#content .cont-r .guides .guides-list .guides-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
#content .cont-r .guides .guides-list .guides-item img {
  width: 100%;
  height: 168px;
}
#content .cont-r .guides .guides-list .guides-item .btm {
  padding: 12px 16px;
}
#content .cont-r .guides .guides-list .guides-item .btm h4 {
  height: 54px;
  font-family: m;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .cont-r .guides .guides-list .guides-item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}
#content .cont-r .guides .guides-list .guides-item:hover .btm h4 {
  color: #4285F4;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .cont-banner {
    background-image: url(../images/123.png);
    height: auto;
    border-radius: 16px;
  }
  #content .cont-l .cont-banner .banner {
    width: 100%;
  }
  #content .cont-l .cont-banner .banner .apartment {
    height: auto;
    padding: 35px 16px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(3, minmax(10px, 1fr));
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .cont-banner {
    background-image: url(../images/123.png);
    height: auto;
    border-radius: 16px;
  }
  #content .cont-l .cont-banner .banner {
    width: 100%;
  }
  #content .cont-l .cont-banner .banner .apartment {
    height: auto;
    padding: 35px 16px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .cont-banner {
    background-image: url(../images/123.png);
    height: auto;
    border-radius: 16px;
  }
  #content .cont-l .cont-banner .banner {
    width: 100%;
  }
  #content .cont-l .cont-banner .banner .apartment {
    height: auto;
    padding: 35px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content .cont-l .cont-banner .banner .apartment .as {
    text-align: center;
  }
  #content .cont-l .cont-banner .banner .apartment .btn-se {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .cont-banner .banner .apartment .btn-se .choose-div {
    margin-bottom: 12px;
  }
  #content .cont-l .cont-banner .banner .apartment .btn-se .ap_a {
    width: 255px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(2, minmax(10px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
    margin-bottom: 20px;
  }
  #content .cont-l h2 {
    font-size: 26px;
  }
  #content .cont-l .cont-banner {
    background-image: url(../images/123.png);
    height: auto;
    border-radius: 16px;
  }
  #content .cont-l .cont-banner .banner {
    width: 100%;
  }
  #content .cont-l .cont-banner .banner .apartment {
    height: auto;
    padding: 35px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content .cont-l .cont-banner .banner .apartment .as {
    text-align: center;
  }
  #content .cont-l .cont-banner .banner .apartment .btn-se {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .cont-banner .banner .apartment .btn-se .choose-div {
    margin-bottom: 12px;
  }
  #content .cont-l .cont-banner .banner .apartment .btn-se .ap_a {
    width: 255px;
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .guides .guides-list {
    grid-template-columns: repeat(1, minmax(10px, 1fr));
  }
}
