.page-main-container {
  margin-top: 0.16rem;
}

.breadcrumbs {
  margin: 0 auto;
  width: 14rem;
  height: 0.21rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #666;
}

.breadcrumbs a {
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #666;
}

.main-information {
  margin: 0.16rem auto 0.69rem;
  width: 14rem;
}
.right-content {
  margin-left: 0.24rem;
  width: 10.96rem;
  background: #fff;
  border-radius: 0.04rem;
  border: 0.01rem solid #f0f0f0;
}

.right-content .content-title {
  position: relative;
  margin: 0.16rem 0.24rem 0;
  padding-bottom: 0.12rem;
  width: 10.48rem;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #333333;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}
.content-title::after {
  position: absolute;
  left: 0rem;
  bottom: 0;
  display: inline-block;
  content: '';
  width: 1.2rem;
  height: 0.04rem;
  background: linear-gradient(270deg, rgba(0, 87, 215, 0) 0%, #0057d7 100%);
}
.right-content .content-list {
  margin: 0 0.24rem;
}

.right-content .content {
  margin: 0 0.24rem;
  width: 10.48rem;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.27rem;
}

.right-content .content-info {
  position: relative;
  padding: 0.16rem 0;
  width: 10.48rem;
  font-size: 0.16rem;
  color: #333;
  border-bottom: 0.01rem solid #f4f4f4;
}

.right-content .content-info .title {
  padding-left: 0.18rem;
  height: 0.24rem;
  line-height: 0.24rem;
}

.right-content .content-list > li::before {
  position: relative;
  top: 0.08rem;
  left: 0.08rem;
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  background: #b9d6ff;
  border-radius: 0.03rem;
}

.right-content .content-list > li {
  cursor: pointer;
}

.right-content .content-list a {
  color: #333;
  text-decoration: none !important;
}

.right-content .content-list > .selected a {
  font-weight: bold;
  color: #0057d7;
}

.right-content .content-list > li:hover a {
  font-weight: bold;
  color: #0057d7;
}

.right-content .content-info .date {
  position: absolute;
  right: 0.02rem;
  height: 0.24rem;
  line-height: 0.24rem;
  font-weight: normal;
  color: #666;
}

.nav-pill .nav-link {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.nav-pills {
  border-bottom: none;
}

.nav-pills .nav-link.active {
  border: none;
  font-weight: bold;
  color: #0050bf !important;
  background-color: #f1f6ff !important;
}
.portfolio-box {
  margin: 0.04rem 0.24rem 0.7rem;
}
.portfolio-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.1rem 0.4rem
}
.portfolio-item {
  margin-top: 0.44rem;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.list-item-img {
  width: 2rem;
  height: 2.74rem;
  border-radius: 0.04rem;
}
.portfolio-title {
  padding-top: 0.16rem;
  font-weight: 500;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.85);
}
