@charset "UTF-8";
/**
 * 20241023金源不动产租赁平台网站
 * date: 2024-10-23
 * author: huangcong;
 */
.banner {
  height: 124px;
  padding-top: 22px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: url("../images/list/banner_bg.png") center center no-repeat;
}
.banner h3 {
  line-height: 48px;
  font-size: 32px;
}
.banner p {
  line-height: 30px;
  font-size: 20px;
}

.content {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.menu {
  width: 249px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.menu-hd {
  height: 73px;
  padding: 5px 0 0 20px;
  background: url("../images/list/menu_hd.png") center center no-repeat;
}
.menu-hd h3 {
  font-size: 24px;
  font-weight: bold;
  color: #226fd8;
  line-height: 68px;
}
.menu-item {
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid transparent;
}
.menu-item a {
  display: block;
  padding: 0 16px 0 30px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-item:hover {
  border: 0;
  border-left: 3px solid #0063c2;
  background: linear-gradient(90deg, #f0f8ff 2.39%, rgba(255, 255, 255, 0) 99.89%);
}
.menu-item:hover a {
  color: #0063c2;
  font-weight: bold;
}
.menu-item.current {
  border: 0;
  border-left: 3px solid #0063c2;
  background: linear-gradient(90deg, #f0f8ff 2.39%, rgba(255, 255, 255, 0) 99.89%);
}
.menu-info {
  flex: 1;
  margin-left: 24px;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.menu-info h3 {
  font-weight: bold;
  margin-top: 20px;
}