.day {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #000;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    margin-bottom:40px;
}
.day:hover {
    border: 1px solid white;
    position: relative;
    z-index: 10;
box-shadow: 0px 3px 10px black;
}

#navList a:link {
    color: #fff;
    text-shadow: 0px 0px 0px;
}

#navList a:hover {
    text-decoration: none;
    background-color: #ff5e52;
    color: white;
}
#blogTitle {
    background: url(//images.cnblogs.com/cnblogs_com/liujie783/1665502/o_200309153327f5d2452dac6ab1e30f525e4438f31329.jpg
) 50% 35%;
    height: 360px;
    clear: both;
    width: 100%;
    position: relative;
    background-size: 100% 180%;
}
#blogTitle h1 {
    left: 80px;
top:240px;
}

/*隐藏标题*/
#blog_nav_newpost,#blog_nav_contact,#blog_nav_rss
{
display:none!important;
}


/*主体背景图片*/
#main {
 margin: 0px auto 0;
    width: 84%;
    padding: 40px 8%;
    clear: both;
 background: url(//images.cnblogs.com/cnblogs_com/liujie783/1665502/o_200309153821fcef5e46274981e3107b473ec38c7782.jpg
) fixed;
background-size: 100% 100%;
}
#blog-news {
    display: none;
}
.Cal {
    width: 100%;
    color: white;
}

/*页脚*/
#footer {
    text-align: center;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: white;
    background-color: #169fe6;
    height: 60px;
}



