#top{
    height:34px;
    background-color:#f0f4f7;
    line-height:34px;
    font-size:12px;
    z-index:1000px;
    position:relative;
    z-index:9999;
}
#top a.l1{
    color:#666666;
    padding:0 10px;
}
#top a.rb{
    background: url(https://pages.ipathology.cn/image/news/global/line.png) no-repeat right center;
}
#top a.l1:hover{
    text-decoration:underline;
}
#top li.home{
    padding-left:22px;
    background: url(https://pages.ipathology.cn/image/blog/icon_home.png) no-repeat 0 10px;
}
#top li.home a{
    padding-left:0;
}
#top li.more{
    position:relative;
    padding-right:15px;
    padding-left:15px;
    z-index:9999;
    float:left;
    width:100px;
}
#top li.more a{
    display:block;
    position:relative;
    height:34px;
    line-height:34px;
    *line-height:40px;
    left: -1px;
    text-indent:1px;
}
#top li.more .down{display: inline-block;width: 0;height: 0;_font-size: 0;_overflow: hidden;border-width: 4px;border-style: solid dashed dashed;border-color: #f58926 transparent transparent;position: relative;top:2px;*top:-6px;-webkit-transition: all 0.5s ease-in-out;-webkit-transform:rotate(0deg);-moz-transition: all 0.5s ease-in-out;-moz-transform:rotate(-0deg);transition: all 0.5s ease-in-out;transform:rotate(-0deg);}
#top li.more:hover .down{-webkit-transition: all 0.5s ease-in-out;-webkit-transform:rotate(180deg);-moz-transition: all 0.5s ease-in-out;-moz-transform:rotate(180deg);transition: all 0.5s ease-in-out;transform:rotate(180deg);}

#top .down-list{
    display:none;
    background-color:#f0f4f7;
    position:absolute;
    left:0px;
    top:34px;
    padding:5px 0;
    font-size:12px;
}
#top .down-list li{
    height:26px;
    line-height:26px;
    width:50px;
    padding-left:25px;
    text-align:left;
}
#top .down-list li a{
    color:#666666;
    line-height:26px;
}
#top .down-list li a:hover{
    text-decoration:underline;
}

#top .user-login-state a{
    color:#666666;
    padding-left:15px;
}
#top .user-login-state a:hover{
    text-decoration:underline;
}
