.sidebar {
    margin-top: 40px;
    width: calc(30% - 20px);
    background: #fff;
    padding: 20px;
    height: 1450px;
}

.menu-title {
    height: 90px;
    width: 100%;
    position: relative;
}

    .menu-title i {
        display: block;
        width: 40px;
        height: 4px;
        border-radius: 4px;
        background: #0090FF;
        position: absolute;
        top: 0;
        left: 0;
    }

    .menu-title span {
        display: block;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        padding-top: 20px;
    }

    .menu-title p {
        color: #b4b4b4;
        font-size: 14px;
    }

.service-item {
    overflow: auto;
    width: calc(100% + 10px);
    padding-bottom: 17px;
}

    .service-item span {
        float: left;
        display: inline-block;
        width: calc(50% - 10px);
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #666;
        background: #efeced;
        margin-right: 9px;
        margin-bottom: 10px;
    }

.laber-item {
    overflow: auto;
    width: calc(100% + 10px);
    margin-bottom: 35px;
}

    .laber-item a {
        float: left;
        display: inline-block;
        width: calc(33% - 4px);
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: #333;
        margin-right: 4px;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        font-size: 12px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

        .laber-item a:hover {
            background-color: #0090ff;
            border-color: #0090ff;
            color: #ffffff;
        }

    .laber-item a:nth-child(3n) {
        margin-right: 0px;
    }

.ranking-list {
    padding-bottom: 35px;
}

    .ranking-list a {
        display: block;
        height: 52px;
        line-height: 52px;
        border-bottom: 1px dashed #ddd;
        color: #666;
        padding-left: 30px;
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .ranking-list li:first-child a {
        border-top: 1px dashed #ddd;
    }

    .ranking-list a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        color: #6dc3ea;
    }

    .ranking-list li:nth-child(1) a:before {
        content: "01";
    }

    .ranking-list li:nth-child(2) a:before {
        content: "02";
    }

    .ranking-list li:nth-child(3) a:before {
        content: "03";
    }

    .ranking-list li:nth-child(4) a:before {
        content: "04";
    }

    .ranking-list li:nth-child(5) a:before {
        content: "05";
    }

    .ranking-list li:nth-child(6) a:before {
        content: "06";
    }

    .ranking-list li:nth-child(7) a:before {
        content: "07";
    }

    .ranking-list li:nth-child(8) a:before {
        content: "08";
    }

    .ranking-list li:nth-child(9) a:before {
        content: "09";
    }
