<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zdh {
    position: relative;}
.zdh:hover{ background-color: #fff;}
.zdh:hover&gt;a{     color: #165aa1;}
.zdhdl{
 position: absolute;
 left: 0;
 top: 100%;
 z-index: 99999;
 display: none;
 width: 100%;
 background-color: #165aa1;}
.zdh:hover .zdhdl{display:block;}
.zzdhdt {
    position: relative;
    border-top: 1px solid #a1a1a1;
    line-height: 30px;
    height: 30px;}

.zzdhdt a {
    line-height: 30px !important;
    height: 30px !important;}
.zzdhdt:hover .zdhul{display:block;}
.zzdhdt a:hover{background-color: #124881;}
.zdhul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    background-color: #165aa1;}
.zdhul li{ border-bottom: 1px solid #a1a1a1;}
</pre></body></html>