body {
    cursor: url(https://blog-static.cnblogs.com/files/lyce/cursor.ico), auto;
    background: #fff;
    color: #795da3;
    min-height: 100% !important;
    font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
#sideBar .newsItem:hover {
    background: url(https://images.cnblogs.com/cnblogs_com/lyce/2285390/o_230310102938_caidai.gif);
    background-size: cover;
    color: #999;
}
#main{
    position: relative;
}
#main::before {
    background: url(https://images.cnblogs.com/cnblogs_com/lyce/2285390/o_230310102710_bailu.jpg) no-repeat;
    background-size:  100%;
}
#main:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#navigator{
    background-color:#0ea6a6;
}