.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 120px auto;
}
.tabs-link {
  display: flex;
  width: 720px;
  height: 54px;
  background: #EFF4F9;
  border-radius: 30px;
  margin: 20px auto 60px auto;
}
.tab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}
.tab-link.active {
  background: #004098;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
}

.information-box {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: auto;
}
.information-list {
  display: flex;
  flex-direction: column;
  width: 1200px;
}
.information-list .information-item {
  display: flex;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid #eee;
}
.circular {
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border: 2px solid #E72521;
  margin: 0 18px 0 0;
  border-radius: 50%;
}
.information-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 1020px;
}
.information-title a {
  color: #222;
}
.information-title a:hover {
  color: rgba(0, 64, 152, 1)
}
.small-font-size {
  margin: 0 0 0 auto;
}
.download-box {
  margin: 0 0 0 40px;
}
.download {
  display: flex;
  width: 24px;
  height: 24px;
  background: url(/main/nffund/images/icons/download.png) no-repeat;
  background-size: 100% 100%;
}
