@charset "UTF-8";
/**
* 20241023金源不动产租赁平台网站
* date:2024-10-28
* author: hujiahua;
 */
.usercenter-wrap {
  align-items: flex-start;
}

.common-list-wrap {
  width: 921px;
}
.common-item {
  height: 120px;
  background: #fff;
  /* 投影 */
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 20px 12px;
  box-sizing: border-box;
}
.common-item-hd {
  display: flex;
  justify-content: space-between;
  height: 30px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.common-item-title {
  color: #226fd8;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-item-bd > p {
  height: 42px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
}

.list-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 124px;
  background: url("../images/common_list/banner.png") no-repeat center center;
  font-size: 32px;
}