<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.yn-best-answer {}

.yn-best-answer .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;

}

.yn-best-answer .content .content-box {
    border: 1px solid #F2F2F2;

    width: calc((100% - 62px) / 4);
    min-width: calc((100% - 62px) / 4);
    max-width: calc((100% - 62px) / 4);
    margin-right: 18px;

    padding-bottom: 20px;
}

.yn-best-answer .content .content-box:nth-child(4n) {
    margin-right: 0;
}

.yn-best-answer .content .content-box .title {
    background-color: #F2F2F2;
    text-align: center;
    height: 40px;
}


.yn-best-answer .content .content-box .title h3 {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
}

.yn-best-answer .content .content-box .lists {
    padding: 8px;
}

.yn-best-answer .content .content-box .lists .item-box {
    display: flex;
    margin-top: 20px;
    max-height: 148px;
}

.yn-best-answer .content .content-box .lists .item-box .item-icon {}

.yn-best-answer .content .content-box .lists .item-box .item-content {
    margin-left: 10px;
}

.yn-best-answer .content .content-box .lists .item-box .item-content .item-title {}

.yn-best-answer .content .content-box .lists .item-box .item-content .item-title a {
    color: #333;
    text-decoration: underline;
    font-size: 17px;
}

.yn-best-answer .content .content-box .lists .item-box .item-content .item-title a:hover {
    color: #14357B;
    text-decoration: none;
}

.yn-best-answer .content .content-box .lists .item-box .item-content .item-summary {
    margin-top: 16px;
    color: #6e6e6e;
    line-height: 30px;
}

/**================================================åˆ†ç±»==============================*/
.yn-catalog {
    margin-bottom: 60px;
}

.yn-catalog .content .content-box .title {
    background-color: #F2F2F2;
    text-align: left;
    height: 40px;
}

.yn-catalog .content .content-box .title h3 {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    padding-left: 35px;
}

.yn-catalog .content .content-box .lists {
    border: 1px solid #F2F2F2;
    padding: 0px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.yn-catalog .content .content-box .lists .item-box {
    display: flex;
    margin-top: 20px;
    width: 20%;
    font-size: 17px;
    text-align: left;
}

/**=============================æœ€æ–°===============================*/
.yn-last-time {}

.yn-last-time .content {}

.yn-last-time .content .content-box {}

.yn-last-time .content .content-box .title {
    background-color: #F2F2F2;
    text-align: left;
    height: 40px;
}


.yn-last-time .content .content-box .title h3 {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    padding-left: 35px;
}

.yn-last-time .content .content-box .lists {
    border: 1px solid #F2F2F2;
    padding: 8px;
    margin-bottom: 40px;
}

.yn-last-time .content .content-box .lists .item-box {
    display: flex;
    margin-top: 20px;
}

.yn-last-time .content .content-box .lists .item-box .item-icon {}

.yn-last-time .content .content-box .lists .item-box .item-content {
    margin-left: 10px;
}

.yn-last-time .content .content-box .lists .item-box .item-content .item-title {}

.yn-last-time .content .content-box .lists .item-box .item-content .item-title a {
    color: #333;
    text-decoration: underline;
    font-size: 17px;
}

.yn-last-time .content .content-box .lists .item-box .item-content .item-title a:hover {
    color: #14357B;
    text-decoration: none;
}

.yn-last-time .content .content-box .lists .item-box .item-content .item-summary {
    margin-top: 16px;
    color: #6e6e6e;
    line-height: 30px;
}


.qa-ml-10 {
    margin-left: 10px;
}

.qa-ml-20 {
    margin-left: 20px;
}

.qa-wd-100 {
    width: 100%;
}

.qa-wd-20-num {
    width: 260px;
}


@media (max-width: 479px) {
    .yn-best-answer .content {
        display: block;
    }
    .yn-best-answer .content .content-box {
        border: 1px solid #F2F2F2;
    
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }
    

    .yn-last-time .content .content-box .lists {
        height: auto;
    }

    .yn-best-answer .content .content-box .lists {
        height: auto;
    }

    .yn-catalog .content .content-box .lists .item-box {
        width: 50%;
    }
}</pre></body></html>