body {
    color: #000;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/Icarus-/1861380/o_201011065004天降3.jpg) fixed;
    background-size: cover;
}

#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
    opacity: 0.85;
}

#blogTitle {
    height: 60px;
    clear: both;
    font-style: italic;
}

.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 110%;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    /* border-left: 10px solid rgba(82,168,236,0.8); */
    padding: 5px 0 5px 10px;
    /* background-color: rgba(245,245,245,0.3); */
}

.CalTodayDay {
    /* background: #3671a5 !important; */
    color: #fff;
    font-weight: bold;
    background-color: rgba(100,100,100,0.2)!important;
}