@charset "UTF-8";
/**
 * 20231024中盐集团采购平台——中盐集团采购平台网站
 * date: 2023-10-24
 * author: xuhai;
 */
.article {
  padding: 12px 50px 10px;
  margin-bottom: 20px;
}
.article-title {
  min-height: 78px;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  padding: 24px;
  box-sizing: border-box;
}
.article-sources {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  background-color: #f5f5f5;
  margin-bottom: 30px;
}
.article-sources .item {
  font-size: 14px;
  color: #666;
  margin-left: 30px;
}
.article-sources .item:first-child {
  margin-left: 0;
}
.article-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  background-color: #f8f8f8;
  padding: 12px 20px;
  box-sizing: border-box;
}
.article-count-title {
  height: 21px;
  font-size: 14px;
  color: #666;
  line-height: 21px;
}
.article-count-time {
  height: 36px;
  color: #c51015;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.article-count-time span {
  position: relative;
  top: -2px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin: 0 6px;
}
.article-info {
  line-height: 32px;
  padding: 20px 0 32px;
}
.article-info h4 {
  min-height: 32px;
  font-size: 18px;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.article-fj-title {
  height: 32px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
}
.article-fj-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 0;
}
.article-fj-con .item {
  position: relative;
  z-index: 1;
  width: 540px;
  height: 66px;
  line-height: 25px;
  background: no-repeat 20px center;
  border: 1px solid #e6e6e6;
  padding: 8px 111px 8px 66px;
  box-sizing: border-box;
  margin-bottom: 20px;
  cursor: pointer;
}
.article-fj-con .item .title {
  color: #333;
  font-size: 16px;
}
.article-fj-con .item .size {
  color: #999;
  font-size: 16px;
}
.article-fj-con .item .download {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 999;
  width: 12px;
  height: 12px;
  background: url("../images/download.png") no-repeat center;
  background-size: 100% 100%;
}
.article-fj-con .item .download:hover {
  background-image: url("../images/download_h.png");
}
.article-fj-con .item .close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 18px;
  height: 18px;
  background: url("../images/close.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 99;
}
.article-fj-con .item[data-type=pdf] {
  background-image: url("../images/pdf.png");
}
.article-fj-con .item[data-type=doc], .article-fj-con .item[data-type=docx] {
  background-image: url("../images/doc.png");
}
.article-fj-con .item[data-type=gif] {
  background-image: url("../images/gif.png");
}
.article-fj-con .item[data-type=jpg] {
  background-image: url("../images/jpg.png");
}
.article-fj-con .item[data-type=other] {
  background-image: url("../images/other.png");
}
.article-fj-con .item[data-type=png] {
  background-image: url("../images/other.png");
}
.article-fj-con .item[data-type=xls] {
  background-image: url("../images/xls.png");
}
.article-fj-con .item:hover {
  box-shadow: 0px 0px 8px 0px rgba(34, 71, 140, 0.08);
}
.article-fj-con .item:hover .close {
  display: block;
}