.nav-item:hover{background-color: dodgerblue;}
.hline{line-height: 1.4; overflow-y: auto;}
.topnav1{margin-left: 224px;}
.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;}
.op{filter: alpha(opacity=70); -moz-opacity: 0.7; opacity: 0.7;}
:target:before{content: ""; display: block; height: 75px;}
.sidebar .nav-item .nav-link{display: block; width: 100%; text-align: left; width: 120px;}
.dong1{width: 200px; height: 550px; overflow-y: auto; overflow-x: hidden;}
.dong2{width: 100px; height: 550px; overflow-y: auto; overflow-x: hidden;}
@media screen and (max-width: 768px){.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: 550px; text-align: center; overflow-y: auto; overflow-x: hidden;} .dong2{width: 104px; height: 550px; text-align: center; overflow-y: auto; overflow-x: hidden;} .sidebar.toggled{width: 104px !important; overflow: hidden;}}
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-color: rgb(249, 248, 255); box-shadow: 5px 5px 2px #6f6f70; line-height: 1.2;}
.textdark{color: black;}
.textdark:hover{color: dodgerblue;}
.ds{font-size: 7px;}
.ooh{text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.doh{text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
/*滚动条*/
::-webkit-scrollbar{width: 5px;}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(132, 211, 248, 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(132, 211, 248, 0.3);}
::-webkit-scrollbar-thumb:window-inactive{background: rgb(90, 137, 236);}