.catListTitle {
    background-color: rgba(204, 253, 207, 0.9);
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(224, 253, 227, 0.8);
    margin-bottom: 35px;
    word-wrap: break-word;
}

#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(233, 255, 245, 0.9);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 1.0);
}
/*整体属性*/
body {
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/cckk/1318870/o_5992b6378a176.jpg') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
}

/*大名Csyche的属性*/
#blogTitle h1 {
    font-size: 59px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
}
#blogTitle h1 a {
    color: #065805;
}

/*颜表情0.0的属性*/
#blogTitle h2 {
    font-weight: bold;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #65d64e;
    float: left;
}

/*“随笔文章评论”属性*/
.blogStats{
    float: right;
    color: #a76109;
    margin-top: 19px;
    margin-right: 36px;
    text-align: left;
}

/*包围导航栏那两条线的属性*/
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #098212;
    border-top: 3px solid #098212;
    height: 50px;
    clear: both;
    margin-top: 26px;
}

/*导航栏属性*/
#navList a:link {
    color: #139133;
    font-weight: bold;
}
#navList a:visited {
    color: #139133;
    font-weight: bold;
}
#navList a:active {
    color: #136333;
    font-weight: bold;
}

/*底栏属性*/
#footer {
    color: #0f770e;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #03c161;
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
}