:root {
  --backgorundColor: #f0f3f7;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  margin: 0;
  font-family: Source Han Sans CN;
  min-width: 1200px;
}

.title-f {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.content {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding: 0 0 44px 0;
}

section.first {
  min-height: 472px;
  background-color: var(--backgorundColor);
}

header {
  height: 66px;
}

section {
  position: relative;
  overflow-x: auto;
}

.btn-link {
  color: #666666;
  font-size: 18px;
}

.btn-link:hover {
  color: #666666;
  font-size: 18px;
}

.btn-primary {
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #588afd;
}

.title {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 44px 0;
}

.title h4 {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 0 !important;
}

a {
  color: #666666;
}

.profile {
  height: 388px;
  background-image: url(../images/简介.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.g-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.g-card {
  padding: 0 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.g-card:nth-child(1) {
  background-image: url(../images/公共资源.png);
}

.g-card:nth-child(2) {
  background-image: url(../images/集团招采.png);
}

.g-card .card-title {
  height: 69px;
  line-height: 69px;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  text-indent: 1.5em;
  color: #333;
  border-bottom: 1px solid #6666664d;
}

.card-title::before {
  position: absolute;
  top: 50%;
  content: "";
  display: table;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  margin-right: 8px;
}

.g-card:nth-child(1) .card-title::before {
  background-image: url(../images/资源图标.png);
}

.g-card:nth-child(2) .card-title::before {
  background-image: url(../images/招买图标.png);
}

.card-txt li {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-indent: 1.5em;
  font-size: 18px;
  color: #666666;
}

.card-txt li::before {
  position: absolute;
  top: 50%;
  content: "";
  display: table;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin-right: 8px;
}

.g-card:nth-child(1) li::before {
  background-image: url(../images/小标-绿.png);
}

.g-card:nth-child(2) li::before {
  background-image: url(../images/小标-蓝.png);
}

.third {
  background: #f6f6f6;
}

footer {
  height: 130px;
  background-color: #65686e;
}

footer span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
  border-right: 1px solid #fff;
}
