#home {
    width: 80%;/*原始65*/ 
  background-color: rgba(245, 245, 245, 0.95);
}
body {
    background: rgba(12, 100, 129, 1) url('https://files-cdn.cnblogs.com/files/iyao/banffevergreens.gif') fixed no-repeat;
    background-position: 50% 5%; 
    background-size: cover;
}
#blogTitle {
    height: 100px;  /*高度*/
    clear: both;
    background-color: rgba(245, 245, 245, 0);
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #333;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 18px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.8;
    color: #33333378;
    font-weight: bold;
    text-align: right;
    float: right; 
}
#navigator{
   height:64px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
#navList li {
    float: left;
    margin: 0 36px 0 0;
}
#sideBar {
    font-size: 14px;
    border: 1px solid #ccc;
    width: 235px;
}
#sideBar h3 {
    font-size: 16px;
}
.CalTodayDay {
    background: #ccc !important;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff0;
    margin-bottom: 42px;
}
.blogStats {
    margin-top: 24px;
}
#blog-calendar td {
    text-align: center;
}
#MySignature {
    font-size: 18px;
}
#topics .postTitle {
    font-size: 18px;
}