.bqh-ai-brand-box,
.bqh-ai-related,
.bqh-ai-toc {
	box-sizing: border-box;
	max-width: 100%;
	overflow-wrap: anywhere;
}
.bqh-ai-brand-box > ul,
.bqh-ai-related > ul {
	display: block;
	list-style-type: disc;
	padding-left: 22px;
	margin-left: 0;
}
.bqh-ai-brand-box > ul > li,
.bqh-ai-related > ul > li {
	display: list-item;
	float: none;
	width: auto;
	margin-bottom: 8px;
}
.bqh-ai-toc > ol {
	display: block;
	list-style-type: decimal;
	padding-left: 22px;
}
.bqh-ai-toc > ol > li { display: list-item; margin-bottom: 6px; }
