@charset "utf-8";
/* 你自己的样式 */
.logoImg{
    height: 100%;
    padding: 5px 0;
}
#right-click{
    display: none;
    position: fixed;
    z-index: 100;
    background: white;
    border: 1px solid #aaa;
}
#right-click div{
    cursor: pointer;
    padding: 5px 10px 5px 20px;
}
#right-click div:hover{
    background: #286090;
    color: white;
}
footer{
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #676a6c;
}
.Hui-header{background-size: cover;height:60px;}
.Hui-header a{display: inline-block;width: 60px;height: 60px;line-height: 60px;cursor: pointer;background-repeat: no-repeat;background-position: center;}
.Hui-header a.home{background-image: url(../images/home.svg);}
.Hui-header a.exit{background-image: url(../images/exit.svg);}
.Hui-header a:hover{opacity: .5}
.Hui-aside{ top:60px;}
.Hui-article-box { top:60px;}
.Hui-userbar > li > a {
    line-height: 60px;
    font-size: 18px;	
}	
.Hui-aside .menu_dropdown dt{
	padding-left: 16px;
    font-size: 18px;
	padding-right: 5px;
	 height: 50px;
	line-height: 50px;
}	

.Hui-aside .menu_dropdown dd li{
	font-size: 16px;
	color: #005eac;
    height: 35px;
}
.none {
    display: none;
}

.pagination {
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    background: white;
    color: #999;
    overflow: hidden;
}
.pagination li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.pagination li.active a {
    background: darkgray;
    color: white;
    z-index: 1;
}
.pagination li.active a:before {
    content: "";
    border: none;
}
.pagination li.active a:after {
    content: "";
    border: none;
}
.pagination li a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.pagination li a:hover {
    background: darkgray;
    color: white;
    z-index: 1;
}
.pagination li a:hover:before {
    content: "";
    border: none;
}
.pagination li a:hover:after {
    content: "";
    border: none;
}
.pagination li a:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 10px;
    border: 1px #eee;
    border-style: none solid none none;
}
.pagination li a:after {
    content: "";
    position: absolute;
    top: 9px;
    right: -2.5px;
    height: 10px;
    border: 1px #eee;
    border-style: none none none solid;
}
.pagination li:first-child {
    position: absolute;
    left: 0;
}
.pagination li:first-child a:before {
    border: none;
}
.pagination li:first-child a:after {
    content: "";
    display: block;
    top: 8px;
    right: 10px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent darkgray transparent transparent;
}
.pagination li:first-child:hover {
    background: darkgray;
}
.pagination li:first-child:hover a:after {
    border-color: transparent white transparent transparent;
}
.pagination li:last-child {
    position: absolute;
    right: 0;
}
.pagination li:last-child a:before {
    border: none;
}
.pagination li:last-child a:after {
    content: "";
    display: block;
    top: 0;
    left: 1px;
    width: 0;
    height: 0;
    margin: 8px 0 0 10px;
    border: 8px solid;
    border-color: transparent transparent transparent darkgray;
}
.pagination li:last-child:hover {
    background: darkgray;
}
.pagination li:last-child:hover a:after {
    border-color: transparent transparent transparent white;
}
.pagination li.more-left {
    position: absolute;
    top: 13px;
    left: 45px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}
.pagination li.more-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}
.pagination li.more-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}
.pagination li.more-right {
    position: absolute;
    top: 13px;
    right: 45px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}
.pagination li.more-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}
.pagination li.more-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #aaa;
}

/*  文件树状图  */
.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none;
    cursor:pointer;
}

.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:25px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

	
	
	
	
	
	
	
	
	
	