@charset "UTF-8";
/**
 * 20231024中盐集团采购平台——中盐集团采购平台网站
 * date: 2023-10-25
 * author: zhaodq;
 */
.public-banner {
  background-image: url("../images/zjcg/banner.png");
}
.public-head.box-head {
  height: 18px;
  line-height: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E6E6E6;
}
.public-head.box-head .public-title {
  padding-left: 12px;
  font-size: 18px;
}
.public-head.box-head .public-title::before {
  width: 3px;
  height: 14px;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 0;
  margin-bottom: 22px;
}
.box-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.box-con {
  min-height: 543px;
}

.article {
  padding: 12px 50px 52px;
  margin-bottom: 20px;
}
.article-title {
  min-height: 78px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article-sources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  background-color: #f5f5f5;
}
.article-sources .item {
  font-size: 14px;
  color: #666;
  margin-left: 30px;
}
.article-sources .item:first-child {
  margin-left: 0;
}
.article .map-wrap {
  margin-top: 30px;
  width: 818px;
  height: 613px;
}
.article .map-wrap img {
  width: 100%;
  height: 100%;
}
.article .info {
  margin-top: 22px;
}
.article .info-item {
  color: #333;
  font-size: 16px;
  line-height: 32px;
}