
.sun-box .xw-ct {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.sun-box .xw-ct p {
    margin: 0 0 12px;
}
.sun-box .xw-ct p:last-child {
    margin-bottom: 0;
}

.sun-box .xw-ct h1,
.sun-box .xw-ct h2,
.sun-box .xw-ct h3,
.sun-box .xw-ct h4 {
    color: #333333;
    font-weight: bold;
    margin: 18px 0 10px;
    line-height: 1.35;
}
.sun-box .xw-ct h1 { font-size: 20px; }
.sun-box .xw-ct h2 { font-size: 18px; }
.sun-box .xw-ct h3 { font-size: 16px; }
.sun-box .xw-ct h4 { font-size: 14px; }

.sun-box .xw-ct img,
.sun-box .xw-ct video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}

.sun-box .xw-ct iframe {
    max-width: 100%;
}

.sun-box .xw-ct a {
    color: #ba231a;
    text-decoration: underline;
}
.sun-box .xw-ct a:hover {
    opacity: 0.9;
}

.sun-box .xw-ct ul,
.sun-box .xw-ct ol {
    margin: 0 0 12px 22px;
}
.sun-box .xw-ct ul { list-style: disc; }
.sun-box .xw-ct ol { list-style: decimal; }
.sun-box .xw-ct li {
    margin: 6px 0;
}

.sun-box .xw-ct blockquote {
    margin: 12px 0;
    padding: 10px 12px;
    border-left: 3px solid #c9a875;
    background: #faf7f1;
    color: #555555;
}

.sun-box .xw-ct table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}
.sun-box .xw-ct th,
.sun-box .xw-ct td {
    border: 1px solid #eeeeee;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}
.sun-box .xw-ct th {
    background: #f7f7f7;
    color: #333333;
    font-weight: bold;
}

.sun-box .xw-ct pre,
.sun-box .xw-ct code {
    font-family: Consolas, "Courier New", monospace;
}
.sun-box .xw-ct pre {
    padding: 10px 12px;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    overflow: auto;
    margin: 12px 0;
}

