body {
  background: #f4f6f9;
}

.about-us-banner {
  height: 350px;
  background: #fff;
}

.about-us-main {
  margin-top: 14px;
  padding: 60px 58px 36px 60px;
  min-height: 700px;
  background: #fff;
  border-radius: 4px;
}

.about-us-tabs {
  width: 249px;
  font-size: 0;
}

.about-us-tab {
  padding: 13px 33px 11px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  background-repeat: no-repeat;
  background-size: 8px 15px;
  background-position: 220px center;
  background-image: url("../images/fangchan_remake_about_us_more.png");
}

.about-us-tab:hover {
  color: #fff;
  background-color: #db091b;
  border-bottom-color: #db091b;
  cursor: pointer;
}

.about-us-tab--curr {
  color: #fff;
  background-color: #db091b;
  border-bottom-color: #db091b;
}

.about-us-content {
  width: 800px;
}

.about-us-content__title {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.about-us-content__main {
  margin-top: 15px;
  padding: 24px;
  min-height: 554px;
  font-size: 15px;
  color: #666;
  border: 1px solid #e5e5e5;
}
