/*ÓÒ²àÐÂÎÅ*/
.innerBox-r {
    width: 360px;
    max-width: 30%;
    float: right;
    margin-left: 30px;
    padding-bottom: 10px;
}

    .innerBox-r.fixed {
        position: sticky;
        top: 0;
        z-index: 10;
    }


.mod-title {
    margin-bottom: 25px;
}
.mod-title h2 {
    font-size: 18px;
    margin: 0;
    line-height: 36px;
    position: relative;
    padding-left: 15px;
}

    .mod-title h2:before {
        content: ' ';
        position: absolute;
        left: 0;
        top: 8px;
        width: 4px;
        height: 20px;
        background: var(--theme-color);
    }


.special-content .imgBox {
    padding-bottom: 68%;
    background: #f5f5f5;
}

.special-content .text {
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    padding: 20px 15px;
}

    .special-content .text:hover {
        color: #3092E2
    }

    .special-content .text .spe {
        background-color: #3092E2;
        color: #fff;
        font-weight: normal;
        font-size: 10px;
        border-radius: 4px;
        padding: 3px 6px;
        line-height: 1.2;
        vertical-align: middle;
        position: relative;
        display: inline-block;
        top: -2px;
        margin-right: 5px;
    }


@media (max-width: 768px) {
    .innerBox-r {
        display: none;
    }
}