.bg {
	width: 100%;
	height: 2.36rem;
	background: url(../images/m/detail_bg.png) no-repeat center center;
	background-size: 100% auto;
}

.title-box {
	padding: 0.5rem 0.7rem;
	border-bottom: 2px solid rgba(0, 69, 130, 0.26);
}

.title-box .title {
	font-weight: 500;
	font-size: 0.36rem;
	color: #000000;
	line-height: 0.5rem;
	text-align: left;
	font-style: normal;
}

.title-box .lead-title {
	margin-top: 0.1rem;
	font-weight: 500;
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.44rem;
	text-align: left;
	font-style: normal;
}

.doc-info {
	margin-top: 0.26rem;
	font-weight: 400;
	font-size: 0.24rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 0.34rem;
	text-align: left;
	font-style: normal;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
}


.doc-info .docauthor {
	margin-left: 0.44rem;
}

.content-html {
	margin: 0 0.24rem;
	margin-top: 0.53rem;
	font-weight: 400;
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.52rem;
	text-align: left;
	font-style: normal;
	overflow-x: auto;
}

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