html, body
{
    margin: 0;
    padding: 0;
    background: url('https://images2015.cnblogs.com/blog/1034841/201611/1034841-20161109112110592-1461214000.jpg');
    background-repeat: no-repeat;
    background-attachment:fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images2015.cnblogs.com/blog/1034841/201611/1034841-20161109112110592-1461214000.jpg', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images2015.cnblogs.com/blog/1034841/201611/1034841-20161109112110592-1461214000.jpg', sizingMethod='scale');
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
body {
    color: #1A1A1A;
    font: 14px/1.5 Microsoft YaHei,Arial,Helvetica,sans-serif;
}
#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #F3F7F9;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(245, 241, 238, 0.78);
}
#navigator {
    margin-top: 10px;
    background-image: linear-gradient(to bottom,#E6F7EF,#F5F7FB);
}
#navList {
    font-size: 16px;
    height: 52px;
    margin-left: 30px;
}
}
#blogTitle h1 {
    margin-top: 10px;
}
#navList a {
    display: block;
    width: 5em;
    height: 52px;
    float: left;
    text-align: center;
    line-height: 52px;
    padding-top:0px;
}
#mainContent {
    float: right;

}
#sideBar {
   float:left;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #209cb7;
    font-weight: bold;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(171, 186, 226, 0);
    margin-bottom: 35px;
    word-wrap: break-word;
}
.div_my_zzk {
    margin-top: 5px;
    margin-bottom: 5px;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: rgba(171, 186, 226, 0);
    margin-bottom: 25px;
    word-wrap: break-word;
}
#blogTitle h1 a {
    color: #5577C5;
}
#blog_stats {
  margin-right:30px;
}