﻿body {
  background: #f9f9f9;
}
.recent-box .banner {
  clear: both;
  position: relative;
  background-color: #cebfbf;
}
.recent-box .banner .banner-swiper-container {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.recent-box .banner .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.recent-box .banner .swiper-slide .sub-banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.recent-box .banner .swiper-slide .sub-banner .slogan-box {
  width: 1146px;
  height: 130px;
  margin-top: 70px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.recent-box .banner .swiper-slide .sub-banner .slogan-box .sub-slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
  padding: 0 0 0 280px;
}
.recent-box .banner .swiper-slide .sub-banner .slogan-box .sub-slogan .title {
  text-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.06);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40.54px;
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.recent-box .banner .swiper-slide .sub-banner .slogan-box .sub-slogan .stitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #ffffff;
  width: 100%;
  text-align: left;
  padding: 10px 0 0 0;
}
.recent-box .recent-list {
  width: 1360px;
  margin: 0 auto;
  padding-top: 10px;
}
.recent-box .recent-list .list-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
}
.recent-box .recent-list .list-bar .tab-bar {
  display: flex;
  flex-wrap: wrap;
}
.recent-box .recent-list .list-bar .tab-bar .item {
  width: 160.25px;
  height: 66.15px;
  line-height: 66.15px;
  opacity: 1;
  background: #f2f2f2;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-right: 3px;
}
.recent-box .recent-list .list-bar .tab-bar .item a:link,
.recent-box .recent-list .list-bar .tab-bar .item a:visited,
.recent-box .recent-list .list-bar .tab-bar .item a:hover {
  color: #999999;
  display: block;
}
.recent-box .recent-list .list-bar .tab-bar .item:last-child {
  border-right: solid 1px #f3f3f3;
}
.recent-box .recent-list .list-bar .tab-bar .item.selected {
  margin: 0;
  line-height: 60px;
}
.recent-box .recent-list .list-bar .tab-bar .item.selected a:link,
.recent-box .recent-list .list-bar .tab-bar .item.selected a:visited,
.recent-box .recent-list .list-bar .tab-bar .item.selected a:hover {
  color: #38A96C;
  background: #ffffff;
  display: block;
}
.recent-box .recent-list .list-bar .tab-bar .item.selected::before {
  content: " ";
  background-color: #38A96C;
  display: block;
  width: 100%;
  height: 6px;
}
.recent-box .recent-list .list-bar .tab-city {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.recent-box .recent-list .list-bar .tab-city a.city:link,
.recent-box .recent-list .list-bar .tab-city a.city:visited,
.recent-box .recent-list .list-bar .tab-city a.city:hover {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  width: 60px;
  text-decoration: none;
  color: #38A96C;
  text-align: right;
  padding: 0 10px 0 0;
}
.recent-box .recent-list .list-panel {
  width: 100%;
}
.recent-box .recent-list .list-panel .list-header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  height: 60px;
  line-height: 60px;
}
.recent-box .recent-list .list-panel .list-header .label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: #333333;
  text-align: left;
  vertical-align: top;
}
.recent-box .recent-list .list-panel .list-header .label.k1 {
  padding: 0 0 0 40px;
  width: 460px;
}
.recent-box .recent-list .list-panel .mobile-posts {
  display: none;
}
.recent-box .recent-list .list-panel .posts {
  width: 1360px;
  margin-bottom: 50px;
  margin-bottom: 10px;
}
.recent-box .recent-list .list-panel .posts .sub-post {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  height: 140px;
  opacity: 1;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.06);
  padding: 10px;
  margin-bottom: 10px;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .logo {
  width: 200px;
  margin-right: 10px;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .logo img {
  max-width: 200px;
  max-height: 160px;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .housing_name {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  text-align: left;
  width: 200px;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .housing_name a:link,
.recent-box .recent-list .list-panel .posts .sub-post .block .housing_name a:visited,
.recent-box .recent-list .list-panel .posts .sub-post .block .housing_name a:hover {
  color: #333333;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .housing_name a:hover {
  color: #38A96C;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .start_date {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #333333;
  text-align: left;
  vertical-align: top;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .housing_region,
.recent-box .recent-list .list-panel .posts .sub-post .block .housing_address {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #333333;
  text-align: left;
  padding: 0 10px 0 0;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .industry {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #333333;
  text-align: left;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .industry a:link,
.recent-box .recent-list .list-panel .posts .sub-post .block .industry a:visited,
.recent-box .recent-list .list-panel .posts .sub-post .block .industry a:hover {
  color: #333333;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .industry a:hover {
  color: #38A96C;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .area {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: #333333;
  text-align: left;
  vertical-align: top;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .subscription {
  /* width: 66px;*/
  height: 28px;
  border-radius: 6px;
  background: #38A96C;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.recent-box .recent-list .list-panel .posts .sub-post .block .subscription.unnotify {
  background-color: #e6e6e6;
  color: #9a9a9a;
}
.recent-box .recent-list .list-panel .posts .sub-post .block.name {
  display: flex;
  align-items: center;
}
.recent-box .recent-list .list-panel .k1 {
  width: 500px;
  text-align: center;
}
.recent-box .recent-list .list-panel .k2 {
  width: 200px;
}
.recent-box .recent-list .list-panel .k3 {
  width: 300px;
}
.recent-box .recent-list .list-panel .k4 {
  width: 150px;
}
.recent-box .recent-list .list-panel .k5 {
  width: 150px;
}
.recent-box .recent-list .list-panel .k6 {
  width: 100px;
}
@media screen and (min-width: 1920px) {
  body .wrapper .content-wrapper .header-section .header,
  body .wrapper .content-wrapper .header-section .header.reverse {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu,
  body .wrapper .content-wrapper .header-section .header.reverse .menu {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a {
    position: relative;
    width: 159px;
    height: 70px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a .logo,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a .logo {
    width: 159px;
    height: 70px;
    background-image: url(../images/logo-1025.png);
    background-repeat: no-repeat;
    background-size: 159px 70px;
    position: absolute;
    top: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) {
  body .wrapper .content-wrapper .header-section .header,
  body .wrapper .content-wrapper .header-section .header.reverse {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu,
  body .wrapper .content-wrapper .header-section .header.reverse .menu {
    width: 100%;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a {
    position: relative;
    width: 159px;
    height: 70px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav a.a .logo,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav a.a .logo {
    width: 159px;
    height: 70px;
    background-image: url(../images/logo-1025.png);
    background-repeat: no-repeat;
    background-size: 159px 70px;
    position: absolute;
    top: 0px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav .left .sub_nav,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav .left .sub_nav {
    padding-left: 15px;
  }
  body .wrapper .content-wrapper .header-section .header .menu .nav .right .search-box .search,
  body .wrapper .content-wrapper .header-section .header.reverse .menu .nav .right .search-box .search {
    width: 330px;
  }
}
@media (max-width: 1600px) {
  body .wrapper .header-section .header .menu .nav a.a {
    position: relative;
    width: 159px;
    height: 70px;
  }
  body .wrapper .header-section .header .menu .nav a.a .logo {
    width: 159px;
    height: 70px;
    background-image: url(../images/logo-1025.png);
    background-repeat: no-repeat;
    background-size: 159px 70px;
    position: absolute;
    top: 0px;
  }
}
@media (max-width: 1500px) {
  body .wrapper .header-section .header .menu .nav a.a {
    position: relative;
    width: 159px;
    height: 70px;
  }
  body .wrapper .header-section .header .menu .nav a.a .logo {
    width: 159px;
    height: 70px;
    background-image: url(../images/logo-1025.png);
    background-repeat: no-repeat;
    background-size: 159px 70px;
    position: absolute;
    top: 5px;
  }
}
@media (max-width: 1366px) {
  body .wrapper .header-section .header .menu .nav a.a {
    position: relative;
    width: 159px;
    height: 70px;
    display: none;
  }
  body .wrapper .header-section .header .menu .nav a.a .logo {
    width: 159px;
    height: 70px;
    background-image: url(../images/logo-1025.png);
    background-repeat: no-repeat;
    background-size: 159px 70px;
    position: absolute;
    top: 5px;
  }
  body .wrapper .bottom-foot .contact_list {
    width: 1280px;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art1 {
    width: unset;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art2 {
    width: unset;
  }
  body .wrapper .bottom-foot .footer_b_des .box {
    width: unset;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  body .wrapper .bottom-foot .contact_list {
    width: 1200px;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art1 {
    width: unset;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art1 .cc {
    padding: 0 50px 0 0;
  }
  body .wrapper .bottom-foot .contact_list .blogo .art2 {
    width: unset;
  }
  body .wrapper .bottom-foot .footer_b_des .box {
    width: unset;
    text-align: center;
  }
}
@media (max-width: 1366px) {
  .recent-box .recent-list {
    width: 1280px;
  }
  .recent-box .recent-list .list-panel .posts {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .recent-box .recent-list {
    width: 1200px;
  }
  .recent-box .recent-list .list-panel .posts {
    width: 100%;
  }
}

