@charset "UTF-8";
/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 09:13:01 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-02 17:54:05
 */
.main {
  overflow: hidden;
  background: url("../images/property/bg3.png") left top 224px no-repeat;
  background-size: 100% calc(100% - 224px);
  background-color: #fff;
}

.center {
  margin: 0 auto;
  width: 1270px;
  overflow: hidden;
}

.breadcrumb {
  margin-top: 19px;
}

.system {
  margin-top: 19px;
  min-height: 503px;
  overflow: hidden;
}

.login {
  margin-top: 36px;
}

.login-a {
  padding-left: 393px;
  width: 627px;
  height: 154px;
  line-height: 148px;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-image: url("../images/property/login1.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.login-a:nth-child(1):hover {
  background-image: url("../images/property/login2.png");
}

.login-a:nth-child(2) {
  background-image: url("../images/property/login3.png");
}

.login-a:nth-child(2):hover {
  background-image: url("../images/property/login4.png");
}

.subtitle {
  position: relative;
  margin-top: 38px;
  padding-left: 14px;
  font-size: 18px;
  color: #ae000e;
  line-height: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.subtitle:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 21px;
  background: #ae000e;
  content: '';
}

.platform {
  margin-top: 10px;
}

.introduction {
  margin: 17px 0 0 14px;
  width: 883px;
  line-height: 48px;
  font-size: 21px;
  color: #343434;
}

.platform img {
  width: 352px;
  height: 186px;
  border-radius: 10px;
}

.list {
  height: 560px;
  //background: url("../images/property/bg2.png") center center no-repeat;
  //background-size: cover;
}

.item {
  position: relative;
  margin-top: 46px;
  width: 627px;
  height: 409px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeed7), to(#eed1a9));
  background: linear-gradient(180deg, #ffeed7 0%, #eed1a9 100%);
  -webkit-box-shadow: 0 4px 19px 1px rgba(190, 185, 177, 0.41);
          box-shadow: 0 4px 19px 1px rgba(190, 185, 177, 0.41);
}

.list-hd {
  margin: 12px 0 2px 12px;
  width: 604px;
  height: 64px;
  line-height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 31px;
  font-size: 18px;
  color: #ae000e;
  background: url("../images/property/head.png") center center no-repeat;
}

.list-bd {
  margin-left: 12px;
  width: 604px;
  height: 318px;
  overflow: hidden;
  background-color: #fff;
  /* 列表 */
}

.news-items {
  margin: 6px 20px 0 20px;
  overflow-y: auto;
  height: 302px;
}

.news-items > li {
  position: relative;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #e4e4e4;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-items > li:first-child {
  border: 0;
}

.news-items > li > a {
  display: block;
  padding-left: 8px;
  font-size: 14px;
  color: #000;
  height: 50px;
  line-height: 50px;
  margin-right: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-items > li .news-time {
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 14px;
  color: #696969;
}

.more {
  position: absolute;
  right: 40px;
  top: 36px;
  width: 37px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 9px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(209, 14, 14, 0.85)), to(rgba(237, 34, 34, 0.38)));
  background: linear-gradient(90deg, rgba(209, 14, 14, 0.85) 0%, rgba(237, 34, 34, 0.38) 100%);
  border-radius: 9px;
}

.notice {
  //height: 2279px;
  overflow: hidden;
  //background: url("../images/property/bg3.png") left top no-repeat;
  //background-size: 100% 100%;
}

.title {
  margin: 0 auto;
  margin-top: 20px;
  height: 58px;
  width: 221px;
  text-align: center;
  line-height: 58px;
  background: url("../images/property/title.png") left top no-repeat;
}

.today-wrap {
  text-align: center;
}

.today {
  position: relative;
  display: inline-block;
  margin: 12px auto 0 auto;
  height: 54px;
  line-height: 66px;
  min-width: 270px;
  height: 42px;
  background: #fbf5e8;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f1e4c6;
}

.today li {
  position: relative;
  padding-left: 13px;
  font-size: 0;
  line-height: 40px;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.today li:nth-child(1) {
  margin-right: 17px;
  margin-left: 20px;
}

.today li:nth-child(2) {
  margin-right: 20px;
}

.today li:before {
  position: absolute;
  display: block;
  left: 0;
  top: 16px;
  content: '';
  width: 9px;
  height: 9px;
  background: url("../images/property/icon3.png") center center no-repeat;
}

.today li span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.today li .bid {
  font-size: 18px;
  color: #ae000e;
  font-weight: bold;
}

.today:before {
  position: absolute;
  left: -36px;
  top: -11px;
  content: '';
  width: 46px;
  height: 54px;
  background: url("../images/property/left.png") left top no-repeat;
}

.today:after {
  position: absolute;
  right: -35px;
  top: -11px;
  content: '';
  width: 42px;
  height: 54px;
  background: url("../images/property/right.png") left top no-repeat;
}

.trading {
  margin: 24px auto 0 auto;
  width: 1189px;
  height: 641px;
  overflow: hidden;
  background: url("../images/property/wrap1.png") center top no-repeat;
}

.tab {
  position: relative;
  margin: 28px 0 0 136px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hd-li {
  margin-right: 10px;
  width: 161px;
  height: 53px;
  line-height: 53px;
  font-size: 18px;
  text-align: center;
  color: #877355;
  background: #f5efe0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.hd-li.active {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #fe7860), to(#f55236));
  background: linear-gradient(180deg, #fe7860 8%, #f55236 100%);
}

.bdl {
  margin-left: -91px;
  margin-top: 11px;
  width: 1102px;
  height: 493px;
  overflow: hidden;
  /* 列表 */
}

.bd-more {
  position: absolute;
  right: 40px;
  top: 28px;
  width: 37px;
  font-size: 9px;
  color: #fff;
  height: 14px;
  line-height: 14px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ab8a4b), to(#e1d6ab));
  background: linear-gradient(90deg, #ab8a4b 0%, #e1d6ab 100%);
  border-radius: 9px;
}

.tab-items {
  margin: 20px 20px 0 20px;
}

.tab-items > li {
  position: relative;
  height: 62px;
  line-height: 62px;
  border-top: 1px solid #ebebeb;
  vertical-align: top;
}

.tab-items > li:first-child {
  border: 0;
}

.tab-items > li > a {
  display: block;
  margin-right: 120px;
  font-size: 14px;
  color: #000;
  height: 62px;
  line-height: 62px;
}

.tab-items > li .news-time {
  position: absolute;
  right: 7px;
  top: 0;
  font-size: 14px;
  color: #000;
}

.enterprise {
  margin: 28px auto 0 auto;
  background: url("../images/property/wrap2.png") center top no-repeat;
}

.engineering {
  margin: 28px auto 0 auto;
  background: url("../images/property/wrap3.png") center top no-repeat;
}

.triangle {
  height: 655px;
  margin: 28px auto 0 auto;
  background: url("../images/property/wrap4.png") center top no-repeat;
}

.triangle .tab {
  margin: 41px 0 0 136px;
}

.triangle .bdl {
  margin-top: 12px;
}

.notice-info {
  margin-top: 25px;
  padding: 0 20px;
  height: 450px;
}

.notice-li {
  width: 250px;
  height: 212px;
}

.notice-li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.notice-li a img {
  width: 100%;
  height: 100%;
}

.notice-li:not(:nth-child(4n + 1)) {
  margin-left: 20px;
}

.notice-li:nth-child(n + 5) {
  margin-top: 25px;
}

.notice-li-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 15px;
  height: 78px;
  padding-top: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.notice-li-text {
  width: 200px;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}

.notice-li-nature {
  margin-top: 7px;
  font-size: 14px;
  line-height: 16px;
}

.notice-li-nature .price {
  color: #ffa800;
}

.notice-li-nature .area {
  margin-left: 16px;
  padding-left: 19px;
  color: #c0c0c0;
  background: url("../images/deal_notice/square_icon.png") left center no-repeat;
}

.notice-li-nature .year {
  margin-left: 8px;
  padding-left: 17px;
  color: #c0c0c0;
  background: url("../images/deal_notice/time_icon.png") left center no-repeat;
}

.notice-li-address {
  margin-top: 5px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 16px;
  color: #cecece;
  background: url("../images/deal_notice/position_icon.png") left center no-repeat;
}
