<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
	font-family:'微软雅黑';
	font-size:14px;
	font-weight: normal;
	border:0;
	margin:0;
	padding:0;
	color:#474747;
	background-color:#fff;
}
*{margin:0;	padding:0;list-style:none;}
img{border:none;}
ul, li {list-style: none;}
a{text-decoration:none; color:#474747;}
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both;}
.head-navbar{
	background-color: #1277c2;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 2px;
    width: 100%;
    left: 0px;
    top: 0;
    position: fixed;
    z-index: 999; 
}
.head-navbar .head-left , .head-navbar .head-right{height:60px;}
.head-navbar .head-right{
	position: fixed;
    right: 0;
}
.head-navbar .logo{
	margin-right: 1px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    color: #fff;
    height: 100%;
/*     border-right: 1px solid #72b1d4; */
    text-decoration: none;
}
.head-navbar .logo img{
	width:45px;
	margin-top:14px;

}
.head-navbar .logo-name{
	line-height: 61px;
    color: #e1ecf4;
    /* padding-left: 10px; */
    font-size:18px;
}
.head-navbar .nav-menu {
	margin-left:20px;
    color: #e1ecf4;
    text-align: center;
    line-height: 61px;
}
.head-navbar .nav-menu a{
	display: block;
    color: #fff;
    float: left;
    font-size:16px;
    width:102px;
}
.head-navbar .nav-menu a:hover{
   	color: #fff;
    background-color:#019ade;;
}
.head-navbar .nav-menu .menu-selected{
   color: #fff;                    
   background-color:#019ade;      
}
.head-navbar .nav-menu .fa { margin-right: 5px;}
.head-navbar .data .welcome{
    padding-right: 10px;
    display: block;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    line-height: 60px;
}
.head-navbar .data .modity{line-height: 60px;}
.head-navbar .data .setiem{
	display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width:55px;
    padding-top: 5px;
    line-height: 56px;
}
.head-navbar .data .setiem:hover{
	background-color:#019ade;
	color:#fff;
}
.head-navbar .data .mosd-died{display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 55px;
    padding-top: 4px;
    line-height: 56px;}
.head-navbar .data .mosd-died .ns-bjmu{font-size:19px}
.head-navbar .data .mosd-died:hover{background-color:#019ade;text-decoration:none;}
.form-body td.tiesi-d{width:89px;
    text-align: right;
    vertical-align: top;
    padding-top: 10px;
    height: 22px;
}
.nav{
	width: 180px;
    height: 100%;
    background: #36383e;
    color: #c7d2d9;
    font-size:15px;
    transition: all .3s;
}
.nav .mini{
	height:35px;
    width: 100%;
    background: #36383e;
    color: #aeb9c2;
    text-align:center;
    line-height:35px;
    font-size: 16px;
    cursor: pointer;
}
.nav a{
	display:block;
	overflow:hidden;
	padding-left:20px;
	line-height: 46px;
	max-height: 46px;
	color: #e5e5e5;
	transition: all .3s;
}
.nav .nav-item{background:#30333c;}
.nav a span{margin-left:8px;font-size: 15px;}
.nav-item{position: relative;}
.nav-item.nav-show{border-bottom: none;}
.nav-item ul{
	display:none;
	background:rgba(0,0,0,.15);
}
.nav-item ul li span{padding-left:10px;}
.nav-item.nav-show ul{display: block;}
.nav-item&gt;a:before{
	content:"";
	position:absolute;
	left:0px;
	width:4px;
	height:46px;
	background:#019ade;
	opacity:0;
	transition: all .3s;
}
.nav .nav-icon{
	font-size:20px;
	position:absolute;
	margin-left:-1px;
}
.nav-arrow{
	float:right;
	margin-right:20px;
	font-size: 20px;
	line-height: 46px;
	transition: transform .3s;
}
.nav-show .nav-arrow{transform:rotate(90deg);}
.nav-show,.nav-item&gt;a:hover{
	color: #fff;
	background:rgba(0,0,0,.25);
}
.nav-show&gt;a:before,.nav-item&gt;a:hover:before{opacity:1;}
.nav-item li:hover a{
	color: #fff;
	background:rgba(0, 0, 0,.2);
}
.nav-mini.nav{width: 60px;}
.nav-mini.nav .nav-item&gt;a span{display: none;}
.nav-mini.nav .nav-arrow{margin-right: -20px;}
.nav-mini.nav .nav-item ul{
	position:absolute;
	top:0px;
	left:60px;
	width:120px;
	z-index:999;
	background:#242730;
	/*overflow:hidden;*/
}
.nav-mini.nav .nav-item ul a span{margin-left:0px}
.nav-mini.nav .nav-item:hover{background:rgba(0,0,0,.1);}
.nav-mini.nav .nav-item:hover .nav-item a{color:#fff;}
.nav-mini.nav .nav-item:hover a:before{opacity:1;}
.nav-mini.nav .nav-item:hover ul{display: block;}
.content{
	position: relative;
	z-index: -1;
}
/* 更多 */
.dropdown {
   position: relative;
   display: inline-block;
   color: #fff;
   cursor: pointer;
 }
.dropdown-content {
   display: none;
   position: absolute;
   background-color: #1269a9;
   min-width: 252px;
   top: 60px;
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
 }
.dropdown-content a {
   color: #fff;
   width: 90px;
   float: left;
   padding: 10px 12px;
   text-decoration: none;
   display: block;
   height: 25px;
   line-height: 25px;
 }
i {margin-right: 2px;}
.dropdown-content a:hover {background-color: #019ade}
.dropdown:hover .dropdown-content { display: block; }
</pre></body></html>