@charset "UTF-8";
/**
* 四川省自然资源产权交易平台
* date:2023-7-24
* author: hjh;
 */
.main {
  padding-bottom: 48px;
  background-color: #f3f7ff;
}

.public-navs {
  height: 918px;
}
.public-con {
  width: 100%;
}
.public-con-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box {
  margin-top: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-con {
  margin-top: 4px;
}
.box-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-tab {
  width: 121px;
  height: 44px;
  border-radius: 8px 8px 0px 0px;
  background: #e3eaf5;
  margin-right: 12px;
  color: #7c8ba1;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}
.box-tab.active {
  background: #1c77ff;
  color: #fff;
}
.box-list {
  height: 724px;
  overflow: hidden;
}
.box-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 915px;
  height: 94px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f5fe;
  margin-top: 11px;
  margin-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0;
}
.box-item.end .box-status {
  background-image: url("../images/project_hall/status_end.png");
}
.box-item.tostart .box-status {
  background-image: url("../images/project_hall/status_tostart.png");
}
.box-item.saling .box-status {
  background-image: url("../images/project_hall/status_saling.png");
}
.box-status {
  position: absolute;
  top: 8px;
  left: -6px;
  width: 66px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 99;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.box-time {
  position: relative;
  width: 171px;
  text-align: center;
}
.box-time:after {
  position: absolute;
  width: 1px;
  height: 40px;
  background: #d8dae9;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-time .label {
  display: block;
  color: #353b4b;
  font-size: 16px;
  line-height: 24px;
  margin-top: 2px;
}
.box-time .content {
  display: block;
  color: #1c77ff;
  font-family: "OPPOSans-B";
  font-size: 15px;
  line-height: 18px;
  margin-top: 8px;
}
.box-info {
  width: 621px;
  margin-left: 16px;
}
.box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 21px;
  margin-top: 2px;
}
.box-title .name {
  color: #353b4b;
  font-size: 14px;
  width: 446px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-title .no {
  max-width: 170px;
  color: #7c8ba1;
  font-size: 14px;
}
.box-source {
  color: #7c8ba1;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 21px;
  margin-top: 8px;
}
.box-detail {
  position: absolute;
  color: #1c77ff;
  padding-top: 24px;
  font-size: 13px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/project_hall/box_detail.png") no-repeat top center;
  right: 16px;
  top: 26px;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}