body:has(.detail-news) header .navBar {
  --navBgColor: #FFFFFF;
  --navTextColor: #11335F;
  --navMobileColor: #11335F;
  background-color: var(--navBgColor);
}
body:has(.detail-news) header .navBar .page-content .logo {
  background-image: url(../images/logo-blue.png);
}

.detail-news {
  background-color: #F4F4F4;
}
.detail-news .part-1 {
  padding: 1.3rem 0;
}
.detail-news .part-1 .head {
  border-bottom: 1px solid #63CAE1;
}
.detail-news .part-1 .head h5 {
  font-weight: 600;
  --font-size: .14rem;
  color: rgba(55, 55, 55, 0.5);
}
.detail-news .part-1 .head h1 {
  --font-size: .4rem;
  color: #262727;
  line-height: 1.2;
  margin: 0.3rem 0 1rem;
}
.detail-news .part-1 .head .icon {
  display: flex;
  gap: 0 0.12rem;
}
.detail-news .part-1 .head .icon i {
  border-radius: 50%;
}
.detail-news .part-1 .head .icon i::before {
  width: max(0.32rem, 26px);
  height: max(0.32rem, 26px);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-news .part-1 .head .info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.2rem;
}
.detail-news .part-1 .head .share,
.detail-news .part-1 .head .data {
  display: flex;
  align-items: baseline;
}
.detail-news .part-1 .head .data {
  gap: 0 0.6rem;
}
.detail-news .part-1 .head .share {
  gap: 0 0.27rem;
}
.detail-news .part-1 .content {
  padding: 0.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  line-height: 1.8;
}

/*# sourceMappingURL=detail-news.css.map */
