.detail-content-box {
	background: #FFFFFF;
	padding: 0 100px;
	position: relative;
	width: 100%;
	font-family: PingFangSC-Regular !important;
}

.breadcrumb {
	list-style: none;
	background-color: #FFFFFF;
	border-radius: 4px;
	height: 60px;
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 16rem;
	font-family: PingFangSC-Regular;
	line-height: 19px;
	color: #999999;
	padding: 0;
}

.detail-title {
	height: 42px;
	font-size: 30rem;
	font-family: PingFangSC-Regular;
	line-height: 34px;
	color: #454545;
	opacity: 1;
	margin-top: 49px;
}

.detail-title-time-box {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.detail-time {
	height: 20px;
	font-size: 14rem;
	font-family: Helvetica;
	line-height: 16px;
	color: #454545;
	opacity: 1;
	margin: 10px 0;
	text-align: right;
}

.detail-content {
	font-size: 16rem;
	font-family: Helvetica;
	line-height: 30px;
	color: #6D6D6D;
	opacity: 1;
	min-height: 700px;
	font-family: PingFangSC-Regular !important;
}

.detail-content img {
	max-width: 100%;
	height: auto !important;
}


/* 详情页 上一篇/下一篇 导航优化 */
.detail-page-group{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border-top:0;
  padding-top:0;
  margin-top:20px;
}
/* 中间占位，让左右两侧贴边分布 */
.detail-page-group>div:nth-child(2){
  flex:1;
}
/* 左右分组容器 */
.detail-page-group>div{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:44px;
  border:0 !important;
  background:transparent !important;
}
/* 文字链接 */
.detail-page-group a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--text);
  font-weight:600;
  text-decoration:none;
  line-height:1;
  border:0 !important;
  background:transparent !important;
  white-space:nowrap;
}
.detail-page-group a:hover{color:var(--brand);} 

/* 圆形箭头按钮（使用 Bootstrap Glyphicons） */
.detail-page-group .glyphicon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;height:40px;border-radius:50%;
  background:#F1F5F9;
  color:var(--text);
  border:0 !important;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
  font-size:14px;
}
/* 悬停时的方向动效 */
.detail-page-group>div:hover .glyphicon-menu-left{
  transform:translateX(-3px);
  background:rgba(5,96,126,.08);
  color:var(--brand);
  box-shadow:0 6px 16px rgba(5,96,126,.15);
  border-color:rgba(5,96,126,.35);
}
.detail-page-group>div:hover .glyphicon-menu-right{
  transform:translateX(3px);
  background:rgba(5,96,126,.08);
  color:var(--brand);
  box-shadow:0 6px 16px rgba(5,96,126,.15);
  border-color:rgba(5,96,126,.35);
}

/* 小屏适配 */
@media (max-width:767px){
  .detail-page-group{flex-direction:row;align-items:center;gap:12px;flex-wrap:nowrap;}
  .detail-page-group>div,.detail-page-group a{white-space:nowrap;}
  .detail-page-group>div{justify-content:space-between;}
  .detail-page-group .glyphicon{width:36px;height:36px;}
}

.breadcrumb a {
	color: #777777 !important; 
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
	.detail-content-box {
		background: #FFFFFF;
		padding: 0 50px;
		position: relative;
		width: 100%;
	}

	.breadcrumb {
		list-style: none;
		background-color: #FFFFFF;
		border-radius: 4px;
		height: 60px;
		display: flex;
		align-items: center;
		margin: 0;
		font-size: 19rem;
		font-family: PingFangSC-Regular;
		line-height: 19px;
		color: #999999;
		padding: 0;
	}
}

@media (max-width: 750px) {
	.detail-content-box {
		background: #FFFFFF;
		border: none;
		padding: 0 10px;
		position: relative;
		width: 100%;
	}

	.detail-time {
		height: 20px;
		font-size: 14rem;
		font-family: Helvetica;
		line-height: 16px;
		color: #454545;
		opacity: 1;
		margin: 10px 0;
		text-align: right;
		padding-right: 5px;
	}

	.detail-title {
		height: 30px;
		font-size: 25rem;
		font-family: Helvetica;
		line-height: 30px;
		color: #454545;
		opacity: 1;
		margin-top: 0;
		margin-bottom: 0;
	}

	.detail-page-group>div:nth-child(1),
	.detail-page-group>div:nth-child(3) {
		width: 80px;
		height: 35px;
		border: 0; /* 取消边框 */
		opacity: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15rem;
		font-family: Helvetica;
		line-height: 17px;
		color: #454545;
		opacity: 1;
		display: flex;
		align-items: center;
	}

	.detail-content {
		font-size: 18rem;
		font-family: Helvetica;
		line-height: 30px;
		color: #6D6D6D;
		opacity: 1;
		min-height: 700px;
	}
	
	.detail-title-time-box {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}

}
