@charset "UTF-8";
/**!
 * 交易公开
 * date:2021-06-04
 * author: wppei;
 */
.open {
  padding: 30px 20px 40px;
  margin-bottom: 40px;
}

.screen {
  margin-bottom: 30px;
}

.screen-box {
  padding: 13px 0 30px 0;
  overflow: hidden;
  border-bottom: 1px dashed #e3e3e3;
}

.screen-list {
  line-height: 24px;
  margin-top: 17px;
}

.screen-list:last-child {
  margin-bottom: 0;
}

.screen-label {
  width: 97px;
  color: #666;
  font-size: 16px;
}

.screen-label-name {
  display: inline-block;
  width: 65px;
  text-align: justify;
  text-align-last: justify;
  vertical-align: top;
}

.screen-con {
  margin-left: 97px;
  overflow: hidden;
}

.screen-con li {
  float: left;
}

.screen-con li:hover .screen-name,
.screen-con li.active .screen-name {
  color: #fff;
  background-color: #cf9138;
  border-radius: 12px;
}

.screen-name {
  display: block;
  min-width: 50px;
  text-align: center;
  height: 24px;
  padding: 0 10px;
  color: #999;
}

.open-box {
  padding-top: 30px;
  overflow: hidden;
}

.open-list {
  margin-right: -20px;
}

.open-con {
  float: left;
  width: calc(25% - 20px);
  margin: 0 20px 19px 0;
  padding: 12px 10px 0;
  height: 335px;
  border: 1px solid #dee5ee;
  box-sizing: border-box;
  border-radius: 5px;
  background: url("../images/open_bg.png") no-repeat left bottom;
}

.open-con:hover {
  box-shadow: 0px 4px 32px 0px rgba(11, 21, 69, 0.17);
  border-color: #e9bc7c;
}

.open-img {
  height: 129px;
  margin-bottom: 10px;
  border: 1px solid #dee5ee;
  border-radius: 5px;
  overflow: hidden;
}

.open-img img {
  width: 100%;
  height: 100%;
}

.open-tt {
  display: block;
  height: 42px;
  margin-bottom: 6px;
  line-height: 21px;
  color: #333;
  overflow: hidden;
}

.open-tt-rent {
  color: #cf9138;
}

.open-infor {
  line-height: 23px;
  color: #999;
}

.open-price {
  padding-top: 15px;
  line-height: 17px;
}

.open-price-num {
  color: #f89c17;
}

.pager {
  margin-top: 24px;
}
