.kdsp-breadcrumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: .45rem;
margin: 0 0 1.25rem;
font-size: .875rem;
line-height: 1.5;
color: #667085;
}
.kdsp-breadcrumbs a {
color: inherit;
text-decoration: none;
}
.kdsp-breadcrumbs a:hover {
color: #087d78;
text-decoration: underline;
}
.kdsp-breadcrumbs [aria-current="page"] {
max-width: 44rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.kdsp-separator {
color: #a7b0bd;
}
.kdsp-toc {
margin: 0 0 2rem;
padding: 1rem 1.15rem;
background: #f8fafc;
border: 1px solid #dfe6ee;
border-left: 4px solid #087d78;
border-radius: 8px;
}
.kdsp-toc summary {
cursor: pointer;
font-weight: 700;
color: #0b2342;
list-style-position: outside;
}
.kdsp-toc-list {
display: grid;
gap: .5rem;
margin: .9rem 0 0;
padding-left: 1.25rem;
}
.kdsp-toc-list li {
margin: 0;
line-height: 1.45;
}
.kdsp-toc-list a {
color: #344054;
text-decoration: none;
}
.kdsp-toc-list a:hover {
color: #087d78;
text-decoration: underline;
}
.kdsp-toc-level-3 {
margin-left: 1rem !important;
font-size: .94em;
}
.kdsp-article-image {
display: block;
width: min(100%, 960px);
margin: 1.75rem auto;
text-align: center;
}
.kdsp-content-image {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
border-radius: 8px;
}
.kdsp-article-image figcaption {
margin-top: .55rem;
font-size: .84rem;
line-height: 1.45;
color: #667085;
}
.kdsp-auto-anchor {
text-underline-offset: .16em;
}
.kdsp-docx-content {
max-width: 100%;
color: #111827;
font-family: "Microsoft YaHei", "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-variant-numeric: tabular-nums;
}
.kdsp-docx-content,
.kdsp-docx-content * {
box-sizing: border-box;
}
.kdsp-docx-content .kdsp-docx-paragraph {
max-width: 100%;
}
.kdsp-docx-content h2.kdsp-docx-paragraph,
.kdsp-docx-content h3.kdsp-docx-paragraph,
.kdsp-docx-content h4.kdsp-docx-paragraph,
.kdsp-docx-content h5.kdsp-docx-paragraph,
.kdsp-docx-content h6.kdsp-docx-paragraph {
font-family: inherit;
letter-spacing: 0;
}
.kdsp-docx-content .aligncenter {
text-align: center;
}
.kdsp-docx-content .alignright {
text-align: right;
}
.kdsp-docx-content .alignleft {
text-align: left;
}
.kdsp-docx-callout {
width: 100%;
padding: .7rem 1rem;
border-radius: 0;
}
.kdsp-docx-content ul,
.kdsp-docx-content ol {
padding-left: 1.65rem;
}
.kdsp-docx-content li {
margin: .3rem 0;
}
.kdsp-docx-figure {
max-width: 100%;
}
.kdsp-docx-content .kdsp-content-image {
border-radius: 0;
}
.kdsp-docx-content a {
overflow-wrap: anywhere;
}
.kdsp-docx-table-wrap {
display: block;
max-width: 100%;
margin: 1.5rem 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.kdsp-docx-table {
width: 100%;
min-width: 36rem;
margin: 0;
border: 1px solid #d0d5dd;
border-collapse: collapse;
background: #fff;
font-size: .95rem;
line-height: 1.55;
table-layout: fixed;
}
.kdsp-docx-table th,
.kdsp-docx-table td {
min-width: 7rem;
padding: .45rem .5rem;
border: 1px solid #d0d5dd;
text-align: left;
vertical-align: top;
word-break: normal;
overflow-wrap: anywhere;
background-clip: padding-box;
}
.kdsp-docx-table th {
background: #eef7f6;
color: #0b2342;
font-weight: 700;
}
.kdsp-docx-table p,
.kdsp-docx-table ul,
.kdsp-docx-table ol {
margin-top: 0;
margin-bottom: .65rem;
}
.kdsp-docx-table .aligncenter {
text-align: center;
}
.kdsp-docx-table .alignright {
text-align: right;
}
.kdsp-docx-table .alignleft {
text-align: left;
}
.kdsp-docx-table p:last-child,
.kdsp-docx-table ul:last-child,
.kdsp-docx-table ol:last-child {
margin-bottom: 0;
}
.kdsp-docx-caption {
margin-top: -.65rem;
font-size: .86rem;
line-height: 1.5;
color: #667085;
text-align: center;
}
.kdsp-docx-justify {
text-align: justify;
}
@media (max-width: 640px) {
.kdsp-toc {
padding: .9rem 1rem;
}
.kdsp-breadcrumbs [aria-current="page"] {
max-width: 17rem;
}
.kdsp-docx-table {
font-size: .9rem;
}
.kdsp-docx-table th,
.kdsp-docx-table td {
padding: .62rem .7rem;
}
}