﻿
/**
 * 东风公司采购招投标平台
 * date: 2024-7-2
 * author: gaojing;
 */
.article h3 {
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
.article-sources {
  position: relative;
  margin-top: 24px;
  line-height: 50px;
  text-align: center;
  color: #1e2732;
  background-color: #f2f5f9;
}
.article-sources p {
  margin: 0 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 14px;
}
.article-size {
  position: absolute;
  right: 10px;
  color: rgba(30, 39, 50, 0.45);
}
.article-size a {
  display: inline-block;
  color: rgba(30, 39, 50, 0.45);
  border-radius: 2px;
}
.article-size a + a {
  margin-left: 10px;
}
.article-size a.current {
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background: #0b76e3;
}
.article-info {
  margin-top: 44px;
  word-break: break-all;
}
.article-group {
  margin-top: 28px;
}
.article-subtitle {
  font-weight: bold;
  text-indent: 0;
}
.article-p {
  line-height: 28px;
  font-size: 14px;
  text-indent: 2em;
  color: rgba(51, 51, 51, 0.85);
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-img {
  display: block;
  margin: 20px auto;
  padding-bottom: 4px;
}
.article-file {
  margin-top: 20px;
  line-height: 24px;
}
.article-file-label {
  color: #000;
  font-size: 15px;
}
.article-file-list {
  margin-top: 10px;
}
.article-file-item {
  padding-left: 22px;
  color: #333;
  background: url("../image/file_ico.png") no-repeat left center;
}
.article-file-item:hover {
  color: #0b76e3;
}

.bid-btn {
  margin: 24px auto 0;
  display: block;
  width: 104px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  border-radius: 43px;
  background: #0b76e3;
}
.bid-btn:hover {
  background: #3D97F3;
}

.timer {
  display: none;
}

/*声明*/
.declaration {
  border-radius: 6px;
  background: url("../image/declaration_bg.png") no-repeat right bottom, linear-gradient(90deg, #F3F8FF 0%, #E8F3FF 30.97%, #E3EFFF 100%);
  padding: 24px;
  margin-top: 24px;
}

.declaration .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 15px;
  position: relative;
}

.declaration .title::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: rgba(11, 118, 227, 0.18);
  left: 0;
  top: 1px;
  pointer-events: none;
}

.declaration .title span {
  padding-left: 48px;
  position: relative;
}

.declaration .title span::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: rgb(11, 118, 227);
  left: 4px;
  top: 4px;
  pointer-events: none;
}

.declaration .title span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: rgba(11, 118, 227, 0.18);
  right: -38px;
  bottom: 2px;
  pointer-events: none;
}

.declaration .content {
  font-size: 16px;
  line-height: 32px;
}