.fix-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 14px;
  color: #5D5D5D;
}

.no-margin {
  margin: 0;
}

.notice {
  width: 100%;
  background: #F5F6FA;
  margin-bottom: 100px;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

/* 导航 */
.policy-navbar {
  margin: 10px 0 20px 0;
  color: #5D5D5D;
}

.navbar-tabs {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.line-box {
  width: 1px;
  height: 14px;
  margin: 0 8px;
  background-color: #D8D8D8;
}

.left-arrow {
  width: 18px;
}

.home-icon {
  width: 18px;
  margin-right: 10px;
}

.sign-line {
  color: #AEAEAE;
  margin: 0 6px;
}

/* 文件部分 */
.content-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}

.star-icon {
  width: 18px;
}

.institution-item {
  width: 49%;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 0;
  align-items: center;
  margin-bottom: 20px;
}

.institution-item:nth-child(2n+1) {
  margin-right: 20px;
}

.institution-header {
  display: flex;
  align-items: center
}

.header-title-box {
  font-size: 16px;
  color: #353535;
}

.info-box {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.star-title-box {
  display: flex;
  align-items: center;
  /* margin: 10px 0; */
  margin-bottom: 3px;
}

.star-title-box .star-label {
  margin-top: 0;
  color: #727272;
  font-size: 14px;
  margin-right: 5px;
}

.header-img {
  width: 100px;
  height: 100px;
  padding: 0 10px;
  box-sizing: content-box;
}

.tag-item {
  font-size: 12px;
  font-size: 12px;
  color: #2A82DC;
  text-align: center;
  padding: 2px 10px;
  background: #ECF5FF;
  border-radius: 2px;
  border: 1px solid #B9DCFF;
  margin-right: 15px;
}

.institution-item .btn-primary {
  color: #0D428C;
  font-size: 14px;
  background: #E7F1FF;
  border-radius: 3px;
  border: none;
  padding: 7px 40px;
}