@charset "UTF-8";
/**
 * 20250609安庆市阳光采购平台网站
 * date: 2025-6-9
 * author: hujiahua;
 */
/* article */
.article {
  padding: 36px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  margin: 12px 0 52px;
}
.article h3 {
  line-height: 38px;
  text-align: center;
  font-size: 26px;
  color: #333;
}

.article-sources {
  line-height: 32px;
  text-align: center;
  color: #666;
  background-color: #f7f7f7;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-sources p {
  font-size: 14px;
  margin: 0 15px;
}
.article-sources a {
  color: #666;
}
.article-sources .font-wrap {
  display: flex;
  align-items: center;
}
.article-sources .font-s {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  line-height: 20px;
  margin: 0 2px;
  text-align: center;
}
.article-sources .font-s.active {
  color: #fff;
  background: #1f6de8;
}

.article-info {
  word-break: break-all;
  margin-top: 40px;
}

.article-p {
  line-height: 32px;
  font-size: 16px;
  text-indent: 2em;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-img {
  display: block;
  margin: 36px auto;
}

.article-info img{
	max-width: 100%;
}

.sub-file { margin-top: 24px; }
.sub-file-title { line-height: 21px; }
.sub-file-list { display: flex; flex-wrap: wrap; align-content: flex-start; margin-top: 8px; }
.sub-file-item { box-sizing: border-box; margin: 8px 0px 0px 8px; padding: 7px 7px 7px 52px; width: calc((100% - 8px) / 2.0001); height: 59px; border: 1px solid transparent; border-radius: 4px; background: 8px center no-repeat, rgb(247, 247, 247); }
.sub-file-item.file-docx { background-image: url("../images/file_icon_docx.png"); }
.sub-file-item.file-ppt { background-image: url("../images/file_icon_ppt.png"); }
.sub-file-item.file-pdf { background-image: url("../images/file_icon_pdf.png"); }
.sub-file-item.file-jpg { background-image: url("../images/file_icon_jpg.png"); }
.sub-file-item.file-xlsx { background-image: url("../images/file_icon_xlsx.png"); }
.sub-file-item.file-zip { background-image: url("../images/file_icon_zip.png"); }
.sub-file-item:nth-child(-n+2) { margin-top: 0px; }
.sub-file-item:nth-child(2n+1) { margin-left: 0px; }
.sub-file-item:hover { border-color: rgb(23, 68, 154); background-color: rgb(255, 255, 255); }
.sub-file-title { display: flex; color: rgb(51, 51, 51); line-height: 21px; }
.sub-file-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.sub-file-info { display: flex; margin-top: 4px; line-height: 18px; }
.sub-file-size { color: rgb(177, 182, 204); font-size: 12px; }
.sub-file-icon { margin-left: 12px; width: 14px; height: 16px; background: url("../images/download_icon.png") center center no-repeat; }
.layui-laydate-content { border-left: 1px dashed rgb(226, 226, 226) !important; }
