@charset "UTF-8";
/**
* 市场资信
* date:2023-8-17
* author: trh;
 */
/*公用标题*/
.index-title {
  color: #333;
  height: 33px;
  line-height: 33px;
}

.index-title > h2 {
  font-size: 22px;
  font-weight: 500;
}

.index-more {
  color: #666;
  font-size: 16px;
  font-weight: 350;
  display: block;
  padding-right: 16px;
  background: url("../images/more_ico.png") no-repeat right 4px center;
}

/*企业诚信信息 列表样式*/
.notice-item {
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #E2E2E2;
}

.notice-item:hover .notice-date,
.notice-item:hover .notice-name {
  color: #246ECA;
}

.notice-item:last-child {
  border-bottom: none;
}

.notice-name {
  display: block;
  margin-right: 110px;
  padding-left: 24px;
  background: url("../images/lists_ico.png") no-repeat left center;
}

.notice-date {
  color: #9D9D9D;
  text-align: right;
  font-weight: 350;
  display: block;
}

.market-data {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.market-data > .box-style {
  height: 234px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*主体入库情况*/
.warehousing-left {
  width: 511px;
  padding: 11px 13px 0 26px;
}

.warehousing-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  text-align: center;
}

.warehousing-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 0 10px;
}

.warehousing-item:nth-child(1) .warehousing-people {
  background: url("../images/market/warehousing_ico1.png") no-repeat top center;
}

.warehousing-item:nth-child(2) .warehousing-people {
  background: url("../images/market/warehousing_ico2.png") no-repeat top center;
}

.warehousing-item:nth-child(3) .warehousing-people {
  background: url("../images/market/warehousing_ico3.png") no-repeat top center;
}

.warehousing-data {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  height: 27px;
  line-height: 27px;
}

.warehousing-data > span {
  color: #246ECA;
  font-size: 18px;
  font-weight: 500;
  height: 27px;
  line-height: 27px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 21px);
}

.warehousing-people {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  padding-top: 87px;
}

/*企业诚信信息*/
.honesty-right {
  overflow: hidden;
  width: 671px;
  padding: 11px 22px 6px;
}

.market-content {
  margin-bottom: 20px;
}

.market-content-infos {
  padding: 17px 24px 27px;
}
