#home{
    width:70%;
    background-color: #61eb92;
    background-image: linear-gradient(121deg, #61eb92 8%, #e8f7f5 36%, #35ff35 75%, #119751 92%);
}
body{
    background-color: #8ef4fc;
    background-image: linear-gradient(180deg, #8ef4fc 0%, #E0C3FC 24%, #ffffff 49%, #8ec5fc 75%, #8ef4fc 100%);
}
#blogTitle{
    text-align:center
}
#blogTitle h2{
    position: relative;
    left:50%;
	right:50%;
	margin-left:-240px;
	margin-right:-240px;
}
#navigator{
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
}
#navList a{
    font-size: 15px;
}
.entrylistItem{
    padding-bottom: 10px;
    margin: 0;
}
#leftcontentcontainer{
    font-size: 17px;
}
.catListTitle{
    text-align:center;
    margin-right: 12px;
    size: 15px;
}
.sidebar-block,#sidebar_news{
    background-color: #FAACA8;
    background-image: linear-gradient(19deg, #FAACA8 0%, #DDD6F3 100%);
    border:3px solid #5B5B10FF;
}
a:hover {
        cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto;
 }
body {
        cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto;
 }
 #Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}
#loading{
    display:block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #8ef4fc;
    background-image: linear-gradient(180deg, #8ef4fc 0%, #E0C3FC 24%, #ffffff 49%, #8ec5fc 75%, #8ef4fc 100%);
}
.loadEffect {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top:200px;
    position: relative;
}
.loadEffect div{
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: load 0.4s linear infinite;
}
.loadEffect div span{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fd01ce;
    position: absolute;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}
@-webkit-keyframes load{
    0%{
        -webkit-transform: rotate(0deg);
    }
    10%{
        -webkit-transform: rotate(45deg);
    }
    50%{
        opacity: 1;
        -webkit-transform: rotate(160deg);
    }
    62%{
        opacity: 0;
    }
    65%{
        opacity: 0;
        -webkit-transform: rotate(200deg);
    }
    90%{
        -webkit-transform: rotate(340deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }

}
.loadEffect div:nth-child(1){
    -webkit-animation-delay:0.08s;
}
.loadEffect div:nth-child(2){
    -webkit-animation-delay:0.16s;
}
.loadEffect div:nth-child(3){
    -webkit-animation-delay:0.24s;
}
.loadEffect div:nth-child(4){
    -webkit-animation-delay:0.32s;
}
#cb_post_title_url{
    font-size: 25px;
}
.day{
    padding: 0;
}