@charset "UTF-8";

.g_content > h2,
.g_content > h3 {
    padding-left: 10px;
    border-left: 6px solid #1a9dd9;
    color: #1a9dd9;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.g_content table {
    display: block;
    clear: both;
    box-sizing: border-box;
    width: 100% !important;
    max-width: 100%;
    margin: 16px 0;
    overflow-x: auto;
    border: 1px solid #e2e6ea !important;
    border-radius: 4px;
    background: #fff;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.g_content table th,
.g_content table td {
    min-width: 90px;
    padding: 10px 14px;
    border: 1px solid #e2e6ea !important;
    text-align: left !important;
    vertical-align: top !important;
    word-break: normal;
    overflow-wrap: anywhere;
}

.g_content table th,
.g_content table thead td {
    background: #f3f5f7 !important;
    color: #222 !important;
    font-weight: 700;
}

.g_content table tr:nth-child(even) td {
    background: #fafbfc;
}

.g_content table th p,
.g_content table td p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.g_content ul,
.g_content ol {
    clear: both;
    margin: 12px 0 16px;
    padding-left: 30px;
    color: #666;
}

.g_content ul {
    list-style: disc outside;
}

.g_content ol {
    list-style: decimal outside;
}

.g_content li {
    margin: 6px 0;
    padding-left: 4px;
    font-size: 16px;
    line-height: 1.8;
}

.g_content li::marker {
    color: #1a9dd9;
    font-weight: 700;
}

.g_content li > ul,
.g_content li > ol {
    margin: 4px 0;
    padding-left: 24px;
}

.g_content ul ul {
    list-style-type: circle;
}

.g_content ul ul ul {
    list-style-type: square;
}

.g_content ol ol {
    list-style-type: lower-alpha;
}
