@charset "UTF-8";
/**
* 下一代智慧招采平台研发项目-采虹学院2020
* date:2023-10-8
* author: xhz;
 */
.main .content {
  margin-top: 15px;
  padding: 25px 25px 0 25px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 10px 18px 0px rgba(224, 230, 240, 0.71);
  position: relative;
}
.main .content p {
  text-indent: 2em;
  line-height: 28px;
  margin-bottom: 25px;
}
.main .content > img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

h1 {
  font-size: 36px;
  text-align: center;
  line-height: 54px;
}

.sub-title {
  height: 54px;
  line-height: 54px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #f5f7fa 0%, rgba(255, 255, 255, 0.69) 100%);
  box-shadow: 0px 10px 18px 0px rgba(224, 230, 240, 0.71);
  text-align: center;
  position: relative;
}
.sub-title > span {
  display: inline-block;
  vertical-align: middle;
  color: #5e5e5e;
  margin: 0 15px;
}
.sub-title .font-size {
  position: absolute;
  right: 0;
  top: 0;
}
.sub-title .font-size span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  border-radius: 2px;
  cursor: pointer;
}
.sub-title .font-size span.active {
  background: #4787fb;
  color: #fff;
}

.files {
  margin: 15px 0 25px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #fff;
  padding: 0 25px;
  background: linear-gradient(180deg, #f5f7fa 0%, rgba(255, 255, 255, 0.69) 100%);
  box-shadow: 0px 10px 18px 0px rgba(224, 230, 240, 0.71);
  display: flex;
  justify-content: flex-start;
}
.files .item {
  width: 380px;
  display: flex;
  justify-content: space-between;
}
.files .item + .item {
  margin-left: 130px;
}
.files .item p {
  width: 310px;
}
.files .item a {
  color: #4787fb;
}