body {
    margin: 0;
    font-family: LarkHackSafariFont,LarkEmojiFont,LarkChineseQuote,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,Segoe UI,PingFang SC,Microsoft Yahei,Hiragino Sans GB,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 16px;
    line-height: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.content {
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
}
.banner {
    height: 242px;
    overflow: hidden;
}
.banner img {
    width: 100%;
}
p {
    margin: 0;
}
blockquote {
    padding-left: 20px;
    margin-left: 0;
    color: #646a73;
    border-left: 2px solid #bbbfc3;
    border-radius: 1px;
}
h3 {
    margin-top: 20px;
}
table {
    margin-top: 20px;
    width: 100% !important;
    border-spacing: 0;
    word-break: break-word;
    cursor: text;
    position: relative;
    border-collapse: initial;
    border-top: 1px solid #dee0e3;
    border-left: 1px solid #dee0e3;
}
th, td {
    min-height: 39px;
    min-width: 50px;
    max-width: 500px;
    font-size: 12px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #dee0e3;
    border-left: 0;
    border-top: 0;
    text-align: left;
}