@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: flex;
  justify-content: space-between;
  min-height: 0;
  margin-bottom: 22px;
}
.box-right {
  flex: 1;
  width: 0;
}
.box-con {
  min-height: 543px;
}

.tool {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.tool-item {
  position: relative;
  width: 429px;
  height: 140px;
  padding: 15px 16px;
  margin-right: 20px;
  margin-top: 20px;
  border: 1px solid #E7E9EB;
  background: #FCFCFC;
  box-sizing: border-box;
}
.tool-item::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 12px;
  height: 12px;
  background: url("../images/tool_item_ico.png") center no-repeat;
  background-size: 12px 12px;
}
.tool-item:nth-child(even) {
  margin-right: 0;
}
.tool-item:nth-child(-n+2) {
  margin-top: 0;
}
.tool-item:hover {
  border: 1px solid #F5E3E3;
  background: #FEF8F8;
}
.tool-name {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}
.tool-desc {
  margin-top: 12px;
  color: #333;
  font-size: 14px;
  height: 48px;
  line-height: 24px;
}
.tool-desc .label {
  color: #666;
}
.tool .toolbar {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 26px;
  margin-top: 11px;
}
.tool .toolbar .number {
  color: #666;
  font-size: 14px;
  line-height: 16px;
}
.tool .toolbar .number span {
  padding: 0 3px;
  color: #333;
  font-weight: 700;
}
.tool .toolbar .download {
  width: 60px;
  height: 26px;
  margin-left: auto;
  color: #C51015;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #C51015;
  background: #fff;
  box-sizing: border-box;
}
.tool .toolbar .download:hover {
  color: #fff;
  background: #AB090D;
}