/* BASIC css start */
.aside {width:109px; height:100%; border-left: 1px solid #ddd; position:fixed; right:0; top: 42px; bottom:0; background-color: #fff;}
.aside li {border-bottom: 1px solid #ddd; padding:10px 0 10px 10px;}
.aside li a:hover {color:#111;}
.aside .today {text-align:center;}
.aside .today dt {background-color: #3d3d3d; color:#fff; font-weight:bold; padding: 9px 0; margin-bottom:20px;}
.aside .today dt a {color:#fff;}
.aside .today dd {margin-bottom:12px;}
.aside .btn_top {width:109px; position: fixed; bottom:0; right:0; background-color: #3d3d3d; color:#fff; font-weight:bold; display: block; text-align:center; padding:10px 0;}
@media screen and (max-width:1280px) {
    .aside {display:none;}
}
/* BASIC css end */

