.page-heading {
  margin-top: 80px;
  background-image: url("../images/Group36@1x.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .inner-content {
  text-align: left;
  padding-top: 150px;
}
.page-heading .inner-content h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
.nav-content {
  background-color: rgba(75,122,192,0.098);
}
.nav-content .tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-content .tab-box .tab-item {
  width: 182px;
  height: 50px;
  color: #4b7ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-content .tab-box .active {
  background-color: #4b7ac0;
  color: #fff;
}
.nav-link {
  padding: 40px 0;
}
.nav-link .link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-link .link img {
  padding-right: 10px;
}
.nav-link .link span {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
}
.nav-link .link .line {
  width: 1px;
  height: 16px;
  border-left: 2px solid #726f6f;
}
#humanRes .item {
  width: 100%;
  border-top: 1px solid #e0e1e9;
  padding: 15px 0;
}
#humanRes .item .date {
  font-size: 13px;
  color: #686868;
  font-weight: light;
}
#humanRes .item .title {
  font-size: 16px;
  padding: 15px 0;
  color: #232323;
}
#humanRes .item .desc {
  font-size: 14px;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#humanRes .item:nth-last-child(1) {
  border-bottom: 1px solid #e0e1e9;
}
