#home{
    background-color: #e5eef7;
    background-image: url(https://images.cnblogs.com/cnblogs_com/jushou233/1463542/o_snow6.png);
    background-position: 70px 0px;
    //filter: blur(100px);
}
/*
#home:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    //从父元素继承 background 属性的设置
    background: inherit;
    filter: blur(2px);
    z-index: 2;
}
*/
#header {
    width: 100%;
    //background-color: #e5eef7;
    //background-image: url(https://images.cnblogs.com/cnblogs_com/jushou233/1463542/o_snow6.png);
}
#blogTitle{
    left: 130px;
    height: 90px;
    width: 60%;
}
#blogTitle h2 {
    width: 100%;
}
#blogTitle a, #navList a {
    text-decoration: none;
}
#navigator{
    left: 100px;
    width: 70%;
}
#navList{
    height: 40px;
    width: 100%;
}
#blogTitle h2{
    margin-top: 10px;
    text-indent: 1em;
}
#sideBar{
    border: #e5eef7 1px solid;
    background-color: #bacbdb;
}
.newsItem .catListTitle{
    background-color: #d3e1ec;
}
.catListTitle{
    background-color: #d3e1ec;
}
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}
.day, .postTitle, .postCon, .postDesc {
    width: 80%;
}
.postCon {
    display: none;
}
#main {
    width: 96%;
    //left: 45px;
}
#mainContent {
    border: #e5eef7 1px solid;
    background-color: #d3e1ec;
    width: 84%;
}
#mainContent .forFlow {
    width: 100%;
}
#topics {
    width: 100%;
}
.post {
    padding-left: 20px;
    padding-right: 20px;
}
.postTitle a {
    text-decoration: none;
    transition: all 0.4s linear 0s;
}
#topics .postTitle a:hover, .postTitle a:hover {
    margin-left: 20px;
    color: #1c7791;
    //text-decoration: none;
}
#topics .postBody {
    width: 100%;
}
#topics .postDesc {
    width: 100%;
}
#cnblogs_post_body h2 {
    color: #fff;
    padding: 10px;
    background-color: #beccdc;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
p > code {
    font-size: 12px;
    background: var(--bg-light);
    border-radius: 3px;
    border: 1px solid var(--border-all);
    padding: 0 3px;
    color: #e74c3c;
    margin: 0 2px;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Consolas !important;
}