@charset "UTF-8";
/**
 * 0315马鞍山市兴马项目咨询有限公司招标采购业务系统建设项目
 * date: 2024-3-14
 * author: zhaodingqi;
 */
body {
  background: url("../images/index_bg.png") center bottom 218px no-repeat;
}

.introduction {
  min-height: 600px;
  background: #fff;
  padding: 30px 40px;
  border: 1px solid #C7D5E3;
  -webkit-box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
          box-shadow: 0 0 15px 0 rgba(32, 114, 213, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content h3 {
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  text-align: center;
}
.content .info-small {
  height: 32px;
  margin-top: 20px;
  background: #F6F8FC;
  line-height: 32px;
  text-align: center;
}
.content .info-small span {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 14px;
  color: #7C8BA1;
}
.content .info-small span.source {
  max-width: 400px;
}
.content .info-small .operation {
  float: right;
  margin-right: 20px;
}
.content .info-small .operation a {
  display: inline-block;
  margin-top: 7px;
  vertical-align: top;
  margin-left: 12px;
  padding-left: 20px;
  height: 18px;
  font-size: 12px;
  color: #1C77FF;
  line-height: 18px;
  background: left center no-repeat;
  background-size: 16px 16px;
}
.content .info-small .operation a:first-child {
  margin-left: 0;
}
.content .info-small a.print {
  background-image: url("../images/subpage/print.png");
}
.content .info-small a.share {
  background-image: url("../images/subpage/share.png");
  background-size: 16px 17px;
}

.article {
  padding: 20px 0;
  color: #333;
}
.article p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
}
.article img {
  max-width: 100%;
  display: block;
  margin: 18px auto 0;
  padding-bottom: 4px;
}
.article table {
  max-width: 100%;
}