@charset "UTF-8";
/**
 * 南阳市公共资源交易中心2024年--2026年市公共资源交易平台系统维护项目
 * date: 2024-3-1
 * author: xuhai;
 */
body {
  padding-bottom: 81px;
  background-color: #f5f6f8;
}

#header {
  background-color: #fff;
}

#footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.info-wrap {
  flex: 1;
  box-sizing: border-box;
  padding: 30px 0;
  min-height: 609px;
}

.info-box {
  /*display: flex;*/
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 24px;
  min-height: 500px;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px rgba(7, 48, 104, 0.08);
}

/* 当前位置位置 */
.location {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  background: url("../images/loc.png") no-repeat left center;
  background-size: 13px 15px;
  padding-left: 21px;
  box-sizing: border-box;
}

.location a {
  position: relative;
  color: #3a486c;
  margin-right: 15px;
  z-index: 1;
}
.location a::after {
  position: absolute;
  left: 100%;
  top: 0;
  width: 15px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  content: ">";
  pointer-events: none;
  z-index: 1;
}

.location span {
  color: #3a486c;
}
/* article */
.box {
  padding-bottom: 20px;
  box-sizing: border-box;
}

/*.article {
  padding: 40px 40px 20px;
  box-shadow: 0 0 15px 2px rgba(17, 64, 128, 0.12);
  box-sizing: border-box;
}*/
.article h3 {
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.article-sources {
  margin-top: 12px;
  line-height: 22px;
  text-align: center;
  color: #666;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c6c6c6;
  box-sizing: border-box;
}
.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 15px;
  margin-left: 54px;
}
.article-sources p:first-child {
  margin-left: 0;
}
.article-sources a {
  color: #999;
}
.article-info {
  min-height: 50px;
  word-break: break-all;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c6c6c6;
  box-sizing: border-box;
}
.article-p {
  line-height: 36px;
  font-size: 16px;
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.article-img {
  display: block;
  margin: 20px auto;
}
.article-fj {
  padding-top: 20px;
  box-sizing: border-box;
}
.article-fj h4 {
  height: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  margin-bottom: 10px;
}
.article-fj-con {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.article-fj-con a {
  display: block;
  height: 25px;
  color: #007aff;
  font-size: 13px;
  line-height: 24px;
  background: no-repeat left center;
  background-size: 22px 25px;
  padding-left: 28px;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: auto;
}
.article-fj-con a[data-type=doc] {
  background-image: url("../images/public/fj_doc.png");
}