@charset "UTF-8";
/**!
 * 项目公告
 * date:2023-12-04
 * author: fxyue;
 */
.property-hd {
  padding: 12px 30px 0;
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.property-list {
  padding-bottom: 10px;
}

.property-label {
  margin-top: 10px;
  float: left;
  text-align: right;
  line-height: 28px;
}

.property-box {
  margin-left: 71px;
  overflow: hidden;
}

.property-node {
  float: left;
  margin: 10px 0 0 10px;
  border: 1px solid #fff;
  padding: 0 12px;
  line-height: 26px;
  letter-spacing: 0.04px;
  cursor: pointer;
}
.property-node.current {
  border: 1px solid #DF2720;
  border-radius: 14px;
  color: #DF2720;
}

.property-other {
  margin-top: 10px;
  line-height: 30px;
  padding: 11px 0 11px 16px;
  border-top: 1px dashed #E0E0E0;
}

.property-record {
  float: left;
  letter-spacing: 0.04px;
  color: #333;
  margin-right: 36px;
}
.property-record > span {
  margin: 0 5px;
  color: #DF2720;
}

.property-price {
  float: left;
  width: 80px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}
.property-price::before {
  content: "￥";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  line-height: 28px;
}
.property-price > input {
  display: block;
  height: 28px;
  width: 100%;
  background: none;
}

.property-to {
  float: left;
  padding: 0 10px;
}

.property-confirm {
  float: left;
  width: 49px;
  height: 30px;
  line-height: 28px;
  margin-left: 10px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 0.04px;
  color: #333333;
  cursor: pointer;
}

.property-sub {
  float: left;
  margin-left: 20px;
  line-height: 30px;
  cursor: pointer;
}
.property-sub:hover {
  color: #DF2720;
}

.property-type {
  margin-left: 5px;
  padding-top: 9px;
}

.property-queue {
  display: block;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
}
.property-queue:first-child {
  background-image: url("../images/property/property_arr_01.jpg");
}
.property-queue:first-child.current {
  background-image: url("../images/property/property_arr_01h.jpg");
}
.property-queue:last-child {
  background-image: url("../images/property/property_arr_02.jpg");
}
.property-queue:last-child.current {
  background-image: url("../images/property/property_arr_02h.jpg");
}

.property-box {
  margin-left: -20px;
}

.property-item {
  float: left;
  width: calc(25% - 20px);
  margin: 20px 0 0 20px;
  height: 276px;
  background: #FFFFFF;
  border: 1px solid #ECEBEB;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.property-item:hover {
  border: 1px solid #DF2720;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.property-img {
  height: 200px;
  position: relative;
}
.property-img > img {
  display: block;
  height: 100%;
  width: 100%;
}

.property-infor {
  display: block;
  font-weight: 500;
  font-size: 15px;
  height: 44px;
  line-height: 22px;
  text-align: justify;
  color: #333;
  overflow: hidden;
}

.property-bottom {
  padding: 10px 5px;
}

.pager {
  margin-top: 25px;
}