#content .cont_banner {
  height: 538px;
  background-image: url(../images/banner1.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
#content .cont_banner .banner {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
}
#content .cont_banner .banner .apartment {
  width: 560px;
  height: 388px;
  background: rgba(0, 2, 4, 0.5);
  border-radius: 24px 24px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 65px 40px;
}
#content .cont_banner .banner .apartment h2 {
  font-family: b;
  font-weight: 600;
  font-size: 46px;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 16px;
}
#content .cont_banner .banner .apartment .ap_text {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 21px;
  margin-bottom: 36px;
}
#content .cont_banner .banner .apartment .start {
  width: 260px;
  height: 50px;
  background: #1C73E8;
  border-radius: 56px 56px 56px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_banner .banner .apartment .start span {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
#content .cont_banner .banner .apartment .start img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
#content .cont_btm {
  width: 1280px;
  margin: 0 auto;
  padding: 0 60px 84px;
}
#content .cont_btm .ad_box {
  margin-bottom: 32px;
}
#content .cont_btm .ad_box .ad_title {
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_btm .ad_box .ad_cont {
  min-height: 90px;
}
#content .cont_btm .find,
#content .cont_btm .assistance,
#content .cont_btm .free {
  margin-bottom: 32px;
}
#content .cont_btm .find h3,
#content .cont_btm .assistance h3,
#content .cont_btm .free h3 {
  text-align: center;
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  margin-bottom: 24px;
}
#content .cont_btm .find .find_list {
  display: flex;
  justify-content: space-between;
}
#content .cont_btm .find .find_list .find_item {
  width: calc((100% - 48px) / 4);
  height: 180px;
  border-radius: 8px;
  position: relative;
}
#content .cont_btm .find .find_list .find_item img {
  width: 100%;
}
#content .cont_btm .find .find_list .find_item .item_btm {
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 16px;
  font-family: b;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}
#content .cont_btm .find .more {
  text-align: center;
  display: block;
  margin-top: 17px;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #1C73E8;
}
#content .cont_btm .assistance .assistance_list {
  display: flex;
  justify-content: space-between;
}
#content .cont_btm .assistance .assistance_list .assistance_item {
  width: calc((100% - 32px) / 3);
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  padding: 32px 24px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_btm .assistance .assistance_list .assistance_item img {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}
#content .cont_btm .assistance .assistance_list .assistance_item h4 {
  margin-bottom: 12px;
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #1C73E8;
}
#content .cont_btm .assistance .assistance_list .assistance_item .item_text {
  text-align: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
}
#content .cont_btm .search_now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
#content .cont_btm .search_now .now_box {
  width: calc((100% - 24px) / 2);
  position: relative;
}
#content .cont_btm .search_now .now_box img {
  width: 100%;
}
#content .cont_btm .search_now .now_box .now_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_btm .search_now .now_box .now_cont h3 {
  margin-bottom: 16px;
  font-family: b;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
}
#content .cont_btm .search_now .now_box .now_cont span {
  width: 175px;
  height: 44px;
  background: #1C73E8;
  border-radius: 56px 56px 56px 56px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
#content .cont_btm .free {
  margin-bottom: 0;
}
#content .cont_btm .free .free_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont_btm .free .free_list .free_item {
  width: calc((100% - 36px) / 3);
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ECECEC;
}
#content .cont_btm .free .free_list .free_item img {
  width: 100%;
  height: 210px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
#content .cont_btm .free .free_list .free_item .item_btm {
  padding: 12px 16px;
}
#content .cont_btm .free .free_list .free_item .item_btm h4 {
  width: 100%;
  height: 40px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  overflow: hidden;
}
#content .cont_btm .free .free_list .free_item:hover h4 {
  color: #1C73E8;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont_banner {
    height: 300px;
    margin-bottom: 0px;
  }
  #content .cont_banner .banner {
    width: calc(100% - 32px);
  }
  #content .cont_banner .banner .apartment {
    width: 100%;
    height: auto;
    padding: 40px 24px;
  }
  #content .cont_banner .banner .apartment h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .ap_text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .start {
    width: 100%;
  }
  #content .cont_banner .banner .apartment .start img {
    width: 16px;
    height: 16px;
  }
  #content .cont_btm {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  #content .cont_btm .ad {
    margin-bottom: 24px;
  }
  #content .cont_btm .find h3,
  #content .cont_btm .assistance h3,
  #content .cont_btm .free h3 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
  }
  #content .cont_btm .find {
    margin-bottom: 16px;
  }
  #content .cont_btm .find .find_list .find_item {
    margin-bottom: 16px;
    height: auto;
  }
  #content .cont_btm .find .find_list .find_item .item_btm {
    width: 100%;
  }
  #content .cont_btm .find .more {
    margin-top: 11px;
  }
  #content .cont_btm .assistance .assistance_list .assistance_item {
    height: auto;
    margin-bottom: 0px;
  }
  #content .cont_btm .search_now {
    margin-bottom: 32px;
  }
  #content .cont_btm .search_now .now_box .now_cont h3 {
    font-size: 24px;
  }
  #content .cont_btm .free .free_list {
    flex-wrap: wrap;
  }
  #content .cont_btm .free .free_list .free_item {
    margin-bottom: 16px;
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont_banner {
    height: 300px;
    margin-bottom: 0px;
  }
  #content .cont_banner .banner {
    width: calc(100% - 32px);
  }
  #content .cont_banner .banner .apartment {
    width: 100%;
    height: auto;
    padding: 40px 24px;
  }
  #content .cont_banner .banner .apartment h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .ap_text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .start {
    width: 100%;
  }
  #content .cont_banner .banner .apartment .start img {
    width: 16px;
    height: 16px;
  }
  #content .cont_btm {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  #content .cont_btm .ad {
    margin-bottom: 24px;
  }
  #content .cont_btm .find h3,
  #content .cont_btm .assistance h3,
  #content .cont_btm .free h3 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
  }
  #content .cont_btm .find {
    margin-bottom: 16px;
  }
  #content .cont_btm .find .find_list .find_item {
    margin-bottom: 16px;
    height: auto;
  }
  #content .cont_btm .find .find_list .find_item .item_btm {
    width: 100%;
  }
  #content .cont_btm .find .more {
    margin-top: 11px;
  }
  #content .cont_btm .assistance .assistance_list .assistance_item {
    height: auto;
    margin-bottom: 0px;
  }
  #content .cont_btm .search_now {
    margin-bottom: 32px;
  }
  #content .cont_btm .search_now .now_box .now_cont h3 {
    font-size: 24px;
  }
  #content .cont_btm .free .free_list {
    flex-wrap: wrap;
  }
  #content .cont_btm .free .free_list .free_item {
    margin-bottom: 16px;
    width: calc((100% - 16px) / 2);
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont_banner {
    height: 300px;
    margin-bottom: 0px;
  }
  #content .cont_banner .banner {
    width: calc(100% - 32px);
  }
  #content .cont_banner .banner .apartment {
    width: 100%;
    height: 251px;
    padding: 40px 24px;
  }
  #content .cont_banner .banner .apartment h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .ap_text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .start {
    width: 100%;
  }
  #content .cont_banner .banner .apartment .start img {
    width: 16px;
    height: 16px;
  }
  #content .cont_btm {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  #content .cont_btm .ad {
    margin-bottom: 24px;
  }
  #content .cont_btm .find h3,
  #content .cont_btm .assistance h3,
  #content .cont_btm .free h3 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
  }
  #content .cont_btm .find {
    margin-bottom: 16px;
  }
  #content .cont_btm .find .find_list {
    flex-direction: column;
  }
  #content .cont_btm .find .find_list .find_item {
    width: 100%;
    margin-bottom: 16px;
    height: auto;
  }
  #content .cont_btm .find .find_list .find_item .item_btm {
    width: 100%;
  }
  #content .cont_btm .find .more {
    margin-top: 11px;
  }
  #content .cont_btm .assistance {
    margin-bottom: 0px;
  }
  #content .cont_btm .assistance .assistance_list {
    flex-direction: column;
  }
  #content .cont_btm .assistance .assistance_list .assistance_item {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .search_now {
    flex-direction: column;
    margin-bottom: 0px;
  }
  #content .cont_btm .search_now .now_box {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .search_now .now_box .now_cont h3 {
    font-size: 24px;
  }
  #content .cont_btm .search_now .now_box .now_cont span {
    width: 175px;
    height: 44px;
    background: #1C73E8;
    border-radius: 56px 56px 56px 56px;
    font-family: m;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
  }
  #content .cont_btm .free .free_list {
    flex-direction: column;
  }
  #content .cont_btm .free .free_list .free_item {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont_banner {
    height: 300px;
    margin-bottom: 0px;
  }
  #content .cont_banner .banner {
    width: calc(100% - 32px);
  }
  #content .cont_banner .banner .apartment {
    width: 100%;
    height: 251px;
    padding: 40px 24px;
  }
  #content .cont_banner .banner .apartment h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .ap_text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  #content .cont_banner .banner .apartment .start {
    width: 100%;
  }
  #content .cont_banner .banner .apartment .start img {
    width: 16px;
    height: 16px;
  }
  #content .cont_btm {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  #content .cont_btm .ad {
    margin-bottom: 24px;
  }
  #content .cont_btm .find h3,
  #content .cont_btm .assistance h3,
  #content .cont_btm .free h3 {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
  }
  #content .cont_btm .find {
    margin-bottom: 16px;
  }
  #content .cont_btm .find .find_list {
    flex-direction: column;
  }
  #content .cont_btm .find .find_list .find_item {
    width: 100%;
    margin-bottom: 16px;
    height: auto;
  }
  #content .cont_btm .find .find_list .find_item .item_btm {
    width: 100%;
  }
  #content .cont_btm .find .more {
    margin-top: 11px;
  }
  #content .cont_btm .assistance {
    margin-bottom: 0px;
  }
  #content .cont_btm .assistance .assistance_list {
    flex-direction: column;
  }
  #content .cont_btm .assistance .assistance_list .assistance_item {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .search_now {
    flex-direction: column;
    margin-bottom: 0px;
  }
  #content .cont_btm .search_now .now_box {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .search_now .now_box .now_cont h3 {
    font-size: 24px;
  }
  #content .cont_btm .search_now .now_box .now_cont span {
    width: 175px;
    height: 44px;
    background: #1C73E8;
    border-radius: 56px 56px 56px 56px;
    font-family: m;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
  }
  #content .cont_btm .free .free_list {
    flex-direction: column;
  }
  #content .cont_btm .free .free_list .free_item {
    margin-bottom: 16px;
    width: 100%;
  }
}
