<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-detail h1 {
    color: #666;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}


.article-detail {
    margin-top: 36px;
    width: 980px;
    margin: 0 auto;
    padding-bottom: 50px
}

.article-detail h1 {
    font-size: 38px;
    color: #666;
    margin: .67em 0
}

.article-detail h1.tabs {
    font-size: 18px;
    color: #CCC;
    font-weight: normal;
    padding: 20px 0 15px
}

.article-detail h1 a {
    font-size: 18px;
    color: #ffa800;
    margin: 0 20px;
    text-decoration: underline
}

.article-detail h1 a:first-child {
    margin: 0 20px 0 0
}

.article-detail h1 a:hover {
    color: #ff8a00;
    text-decoration: none
}

.article-detail h1 a.on {
    font-size: 38px;
    color: #666;
    text-decoration: none;
    font-weight: bold
}

.article-detail h1 a.on:hover {
    color: #666;
    text-decoration: none
}

.article-detail img {
    max-width: 100%;
}

.article-detail p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 16px
}

.article-detail p a {
    font-size: 14px;
    color: #666;
    text-decoration: underline
}

.article-detail p a:hover {
    text-decoration: none
}

.article-detail strong {
    font-weight: bold;
}

.article-detail .left {
    width: 150px;
    margin-top: 10px;
    border-right: 1px solid #f4f4f4;
}

.article-detail .right {
    width: 750px;
}

.article-detail .left li {
    font-size: 16px;
    margin-top: 10px;
    list-style-type: disc;
}

.article-detail .left li.active {
    color: #00b081;
}

.article-detail .left li a {
    display: block;
    line-height: 20px;
    /* height: 40px; */
    padding:10px 0;
}

.article-detail .left li.active a {
    color: #00b081;

}</pre></body></html>