.info-public-box {
	width: calc(100% - 340px);
	background: #F8F8F8
}

.info-public-box .tool-box {
	width: 100%;
	padding: 20px 30px;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px solid #CCCCCC
}

.info-public-box .tool-box .download-btn {
	width: 104px;
	height: 40px;
	background: #073AD1;
	display: flex;
	align-items: center;
	justify-content: center
}
/* 直接针对包含图片的p标签重置 */
.info-public-box .content-main .txt-main p:has(img) {
    text-indent: 0 !important;
}

.info-public-box .tool-box .download-btn p {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #FFFFFF
}

.info-public-box .content-main {
	width: 100%;
	padding: 0 30px
}

.info-public-box .content-main .title_h {
	width: 100%;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #CCCCCC
}

.info-public-box .content-main .title_h h3 {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 24px;
	color: #000000;
	font-weight: bold
}

.info-public-box .content-main .txt-main {
	padding-bottom: 32px;
	border-bottom: 1px solid #CCCCCC
}

.info-public-box .content-main .txt-main p {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
	line-height: 33px;
	text-indent: 2em
}

.info-public-box .content-main .btm-txt {
	width: 100%;
	height: 93px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.info-public-box .content-main .btm-txt .btm-col span {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #262626
}