@charset "UTF-8";
/**
 * 葫芦岛市公共资源交易平台二期
 * date: 2024-4-16
 * author: hcong;
 */
#header {
  height: 467px;
}

.index-title {
  display: inline-block;
}

.search-title {
  display: none;
}

.main {
  padding-top: 40px;
}

.login-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-item img {
  vertical-align: top;
  width: 387px;
  height: 110px;
}

.public-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  line-height: 22px;
}
.public-hd .public-more {
  font-size: 13px;
  color: #999;
}
.public-tt {
  font-size: 24px;
  padding-left: 8px;
  position: relative;
  font-weight: bold;
  border-left: 6px solid #187aee;
}

.box {
  padding: 20px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.sales {
  margin-top: 50px;
}
.sales-bd {
  margin-top: 20px;
  height: 449px;
}

.tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-hd-item {
  width: 275px;
  height: 79px;
  background: url("../images/sales_bg.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 143px;
  line-height: 79px;
  font-size: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.tab-hd-item.active {
  background-image: url("../images/sales_bgh.png");
  color: #fff;
  font-weight: bold;
}
.tab-hd-item::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 69px;
  left: 64px;
  top: 5px;
}
.tab-hd-item:nth-child(1)::before {
  background: url("../images/sales_icon1.png") center center no-repeat;
}
.tab-hd-item:nth-child(2)::before {
  background: url("../images/sales_icon2.png") center center no-repeat;
}
.tab-hd-item:nth-child(3)::before {
  background: url("../images/sales_icon3.png") center center no-repeat;
}
.tab-hd-item:nth-child(4)::before {
  background: url("../images/sales_icon4.png") center center no-repeat;
}
.tab-bd-item {
  padding-top: 10px;
}

.second-hd {
  float: left;
  width: 136px;
  min-height: 320px;
  background: url("../images/tab_bg.png") center bottom no-repeat #e8eff9;
}
.second-hd-item {
  height: 62px;
  line-height: 62px;
  padding-left: 52px;
  font-size: 14px;
  color: #666;
  border-right: 2px solid transparent;
  position: relative;
  cursor: pointer;
  margin-top: 3px;
}
.second-hd-item:first-child {
  margin-top: 0;
}
.second-hd-item::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 28px;
  top: 21px;
}
.second-hd-item:nth-child(1)::before {
  background: url("../images/notice_icon1.png") center center no-repeat;
}
.second-hd-item:nth-child(2)::before {
  background: url("../images/notice_icon2.png") center center no-repeat;
}
.second-hd-item:nth-child(3)::before {
  background: url("../images/notice_icon3.png") center center no-repeat;
}
.second-hd-item:nth-child(4)::before {
  background: url("../images/notice_icon4.png") center center no-repeat;
}
.second-hd-item:nth-child(5)::before {
  background: url("../images/notice_icon5.png") center center no-repeat;
}
.second-hd-item:nth-child(6)::before {
  background: url("../images/notice_icon6.png") center center no-repeat;
}
.second-hd-item.active {
  color: #187aee;
  border-color: #187aee;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(96.72%, rgba(255, 255, 255, 0.19)));
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0.19) 96.72%);
}
.second-hd-item.active:nth-child(1)::before {
  background: url("../images/notice_icon1h.png") center center no-repeat;
}
.second-hd-item.active:nth-child(2)::before {
  background: url("../images/notice_icon2h.png") center center no-repeat;
}
.second-hd-item.active:nth-child(3)::before {
  background: url("../images/notice_icon3h.png") center center no-repeat;
}
.second-hd-item.active:nth-child(4)::before {
  background: url("../images/notice_icon4h.png") center center no-repeat;
}
.second-hd-item.active:nth-child(5)::before {
  background: url("../images/notice_icon5h.png") center center no-repeat;
}
.second-hd-item.active:nth-child(6)::before {
  background: url("../images/notice_icon6h.png") center center no-repeat;
}
.second-bd {
  float: right;
  width: calc(100% - 156px);
}

.info-item {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.info-item:first-child {
  margin-top: 0;
}
.info-name {
  padding-left: 10px;
  background: url("../images/info_icon.png") left center no-repeat;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-name:hover {
  color: #187aee;
}
.info-date {
  width: 100px;
  text-align: right;
  margin-left: 10px;
  color: #999;
}

/* 近期开标 */
.bid {
  margin-top: 50px;
}
.bid-bd {
  margin-top: 20px;
}

.table-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  background: #f0f2f7;
}
.table-hd > span {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-hd > span:first-child {
  padding-left: 20px;
}
.table-num {
  width: 140px;
}
.table-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-time {
  width: 160px;
}
.table-address {
  width: 120px;
}
.table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  line-height: 50px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px dashed #becbde;
}
.table-item > span {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table-item > span:first-child {
  padding-left: 20px;
}

.help {
  position: relative;
  border-radius: 4px;
  background: #fff;
  height: 108px;
  margin-top: 40px;
}
.help-hd {
  position: absolute;
  width: 216px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #187aee;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 22px;
  left: 0;
  background: url("../images/help_hd.png") no-repeat;
}
.help-bd {
  margin-left: 235px;
}
.help-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help-item {
  width: 226px;
  height: 92px;
  margin-top: 6px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.help-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  font-size: 16px;
  color: #333;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.help-item > a:hover {
  color: #187aee;
}

.link {
  margin-top: 40px;
}
.link-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-item img {
  vertical-align: top;
  width: 285px;
  height: 132px;
}

.count {
  margin-top: 50px;
}
.count-content {
  margin-top: 20px;
}
.count-hd {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.count-hd-item {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  color: #187aee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 110px;
  text-align: center;
  border: 1px solid #187aee;
  margin-right: 10px;
  cursor: pointer;
}
.count-hd-item.active {
  background: #187aee;
  color: #fff;
}
.count-bd {
  margin-top: 10px;
}
.count-bd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map {
  width: 550px;
  height: 434px;
}
.map-info {
  width: 550px;
  margin-right: 12px;
  padding-top: 20px;
}

.area-hd {
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px;
}
.area-hd .back-btn {
  font-size: 16px;
  color: #187aee;
  padding-left: 22px;
  background: url("../images/back_icon.png") left center no-repeat;
}
.area-name {
  padding-left: 12px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.area-name::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 4px;
  height: 20px;
  background: #187aee;
}

.condition-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
}
.condition-name {
  font-size: 18px;
  color: #187aee;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
}
.condition-name::before, .condition-name::after {
  position: absolute;
  content: "";
  width: 101px;
  height: 8px;
  background: url("../images/title_bg.png") no-repeat;
  top: 11px;
}
.condition-name::before {
  left: -101px;
}
.condition-name::after {
  right: -101px;
}
.condition-bd {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.condition-mod {
  width: 249px;
  height: 102px;
  background: #f0f2f7;
  border-radius: 4px;
  padding: 16px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.condition-icon {
  width: 70px;
  height: 70px;
}
.condition-icon img {
  vertical-align: top;
}
.condition-info {
  margin-left: 12px;
}
.condition-info h3 {
  line-height: 24px;
  font-size: 16px;
}
.condition-info p {
  line-height: 36px;
  margin-top: 8px;
  font-size: 14px;
}
.condition-num {
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
}

.pie-chart {
  width: 570px;
  height: 352px;
}
.pie-hd {
  padding-top: 48px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
}
.pie-content {
  height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chart-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  padding: 12px 12px 0;
}
.chart-mod {
  width: 220px;
  background: url("../images/pie_bg.png") center center no-repeat;
}
.chart-item {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chart-item:nth-child(1) .chart-name::before {
  background: #36b389;
}
.chart-item:nth-child(2) .chart-name::before {
  background: #f79042;
}
.chart-item:nth-child(3) .chart-name::before {
  background: #6d74f5;
}
.chart-item:nth-child(4) .chart-name::before {
  background: #2ec5e0;
}
.chart-name {
  padding-left: 18px;
  width: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.chart-name::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 18px;
}
.chart-num {
  width: 88px;
  text-align: right;
  color: #666;
}
.chart-num span {
  font-weight: bold;
  font-size: 18px;
  color: #2590EB;
}
.chart-percent {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  text-align: right;
  color: #666;
}
.chart-percent span {
  font-weight: bold;
  font-size: 18px;
  color: #2590EB;
}
.table-bd {
  height: 255px;
  position: relative;
}
.count-content {
  position: relative;
}
.date-chosen {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 213px;
  height: 36px;
}
.date-chosen > input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #DBDDE3;
  height: 36px;
  line-height: 34px;
  background: url("../images/year_icon.png") right 9px center no-repeat;
  font-size: 16px;
  color: #333;
  padding: 0 34px 0 10px;
  cursor: pointer;
}