.detail-box .path {
  padding: 5px 0;
  color: #555;
  background: var(--bg-color);
}

.path span {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.path span:hover a {
  color: var(--darkgreen-color);
}

.path span::before {
  content: '>';
  position: absolute;
  top: 0;
  left: -6px;
  cursor: text;
  color: var(--primary-color);
}

.path span:first-child::before {
  content: '';
}

.path span:last-child {
  color: var(--primary-color);
  cursor: text;
}

.detail-container {
  padding: 20px 0 30px;
}

.detail-container .detail-content {
  width: 75%;
}

.detail-container .detail-content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.detail-container .detail-content .top>p {
  font-size: 24px;
  font-weight: 600;
  color: var(--darkgreen-color);
  margin-right: 40px;
  line-height: 30px;
  flex: 1;
}

.detail-container .detail-content .top>div {
  width: 100px;
}

.detail-container .title>p {
  font-size: 24px;
  font-weight: 600;
  color: var(--orange-color2);
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  line-height: 30px;
}
.detail-container .detail-content .news-content >div>p{
  max-width: 900px !important;
}

.detail-container .detail-content .news-content > div > p img {
  width: auto !important;
  max-width: 900px !important;
}

.detail-container .layout-top,
.detail-container .share,
.news-lists .news-li {
  justify-content: space-between;
}

.share-people {
  width: 75%;
  color: var(--primary-color);
}

.share-people span:nth-child(even) {
  margin: 0 20px;
}

.share-people span:last-child {
  margin-right: 0;
}

.share-people i {
  color: #ccc;
}

.detail-container .news {
  width: 23%;
}

.news .news-title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: var(--white-color);
  padding-left: 20px;
  box-sizing: border-box;
  background: var(--darkgreen-color) url(../images/news-right-title.jpg) center;
}

.news .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .top-box div:first-child {
  width: 96px;
  height: 40px;
}

.news .top-box div:last-child {
  padding: 4px 6px;
  font-size: 16px;
  font-weight: bold;
  color: #F4955D;
  border-radius: 20px;
  border: 1px solid #F4955D;
  cursor: pointer;
}

.news-li {
  cursor: pointer;
  padding: 15px 0;
  border-bottom: 1px dashed #c9c9c9;
}

.news-li .sort-number {
  width: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.news .right-ul {
  margin-top: 20px;
}

.news .right-ul li {
  line-height: 40px;
}

.news .right-ul li:nth-child(2n+1) {
  background-color: var(--bg-color);
}

.news .right-ul a {
  display: flex;
  justify-content: space-between;
}

.news .right-ul a .title {
  flex: 1;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .right-ul a .time {
  width: 80px;
}

.sort-one {
  background-color: #ff8400;
}

.sort-two {
  background-color: var(--darkgreen-color);
}

.sort-three {
  background-color: #b1d06a;
}

.news-li .title {
  width: 195px;
}

.news-li .title:hover {
  color: var(--darkgreen-color);
}

.news-li .time {
  width: 40px;
  flex-shrink: 0;
  color: var(--primary-color);
}

.share-qr {
  margin: 130px 0 45px 0;
}

.share-qr ul {
  justify-content: center;
}

.share-qr ul li {
  text-align: center;
  margin: 0 10px;
}

.share-qr .qr-name {
  font-size: 12px;
}

.share-qr li>.qr-img {
  display: block;
  width: 90px;
  height: 90px;
}

.share-qr .douyin-qr {
  width: 86px;
  height: 86px;
  background-color: #333;
  padding: 2px;
  border-radius: 50%;
}

.news-btn {
  padding: 20px 0;
  margin-top: 45px;
  border-top: 2px solid var(--bg-color);
  justify-content: end;
}

.news-btn p {
  cursor: pointer;
  padding: 15px 20px;
  margin-left: 10px;
}

.print-btn {
  border: 1px solid #e4e4e4;
}

.back-btn {
  border: 1px solid var(--orange-color2);
  background: var(--orange-color2);
  color: var(--white-color);
}

.print-btn:hover {
  background: #e4e4e4;
}

.back-btn:hover {
  background-color: var(--orange-color2);
  border: 1px solid var(--orange-color2);
}

/* 默认隐藏打印时间元素 */
#print-time {
  display: none;
}

@media print {
  #print-time {
    display: block;
    font-size: 14px;
    margin-top: 10px;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }

  .detail-container .detail-content {
    width: 96% !important;
  }
}
