.nav-item:hover {
    background-color: dodgerblue;
}

.hline {
    line-height: 1.4;
    overflow-y: auto;
}

.jie {
    color: black;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    padding: 5px;
}

.topnav1 {
    margin-left: 224px;
}

.text-dark {
    color: #000000 !important;
}

.zbody1 {
    margin: 70px 0px 0px 224px;
    padding: 15px 248px 0px 24px;
}

.topnav2 {
    margin-left: 104px;
}

.zbody2 {
    margin: 70px 0px 0px 104px;
    padding: 15px 128px 0px 24px;
}

.card {
    background: rgba(255, 255, 255, 0.6);
}

.cardimg
 {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    width: 120px;
}

.dong1 {
    width: 200px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dong2 {
    width: 100px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ooh {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.doh {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tooltip-inner {
    background-color: rgba(30, 144, 255, 0.6);
}

.tooltip.top .tooltip-arrow {
    border-top-color: rgba(30, 144, 255, 0.6);
}


@media screen and (max-width: 767px) {
    .topnav1 {
        display: none;
    }

    .zbody1 {
        margin: 0px 0px 0px 104px;
        padding: 15px 128px 0px 24px;
    }

    .topnav2 {
        display: none;
    }

    .zbody2 {
        margin: 0px 0px 0px 104px;
        padding: 15px 128px 0px 24px;
    }

    .dong1 {
        width: 104px;
        height: 500px;
        text-align: center;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dong2 {
        width: 104px;
        height: 500px;
        text-align: center;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .sidebar.toggled {
        width: 104px !important;
        overflow: hidden;
    }
}

@media screen and (min-width: 767px) {
    :target:before {
        content: "";
        display: block;
        height: 75px;
    }
}

a:hover {
    text-decoration: none;
}

.row {
    font-size: 13px;
}

.card {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .15)
}

.card-body {
    padding: 5px;
}

.card-body:hover {}

.card:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 3px 3px 1px #6f6f70;
    line-height: 1.2;
}

.textdark {
    color: black;
}

.textdark:hover {
    color: dodgerblue;
}

.ds {
    font-size: 7px;
}

.ooh {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.doh {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tooltip-inner {
    background-color: rgb(30, 144, 255, 0.6);
}

.tooltip.top .tooltip-arrow {
    background-color: rgb(30, 144, 255, 0.6);
}

.ooh {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.doh {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(30, 144, 255, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(90, 137, 236);
    background-color: rgb(91, 129, 212);
    -webkit-box-shadow: inset 0 0 6px rgba(30, 144, 255, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(90, 137, 236);
}