@charset "utf-8"; /* =========================================================================================== SIDEBAR =========================================================================================== */ #sidebar { width: 25%; position: relative; font-size: 14px; &.floatLeft { float: left; } &.floatRight { float: right; } .clearfix(); .sideContent { margin: 0 0 20px; h2 { font-size: 18px; padding-bottom: 5px; background: url(../images/s_title.png) no-repeat left bottom; color: @colorMain; } .sideNavi { li { position: relative; border-bottom: 1px dotted @colorBorder; a { padding: 10px 15px; display: block; &:hover{ background: @colorLightBG; } } } .current a{ background: @colorLightBG; } } .newsNavi { ul { margin-bottom: 20px; li { padding: 10px 0; border-bottom: 1px dotted @colorBorder; .date { font-size: 90%; } } } .moreBtn { text-align: right; } } } /* sideContent END */ .bannerContent { li { margin: 0 0 20px; } } }