/* 左侧栏目hover效果 */
aside a { transition: all 0.2s; }
aside a:hover { background: #e0f7ff !important; color: var(--primary) !important; padding-left: 25px !important; }
