#home {
    margin: 0 auto;
    width: 90%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    box-shadow: 
}
body {
    /*background: whitesmoke url('https://images.cnblogs.com/cnblogs_com/Penn000/1013849/o_123.jpg') fixed no-repeat;*/
   	
    background-position: 50% 5%; 
    background-size: cover;
}
#blogTitle{
	height: 70px;
	clear: both;
	background-color:rgba(245, 245, 245, 0.7) ;
}
#blogTitle h1{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 10px;
}
#blogTitle h2 {
    font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/      
    line-height: 1.8em;
    font-weight: bold;
    text-align: right;
    float: right; 
}
#navigator{
	background: #32baac;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 18px;
    font-weight: bold;
}
.blogStats{
	color: #eee;
	font-weight: bold;
	font-size: 16px;
}
.postTitle{
	border-left:8px solid rgba(33, 160, 139, 0.68);
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}


.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, 
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, 
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory
{
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
.catListTitle{
    background-color: rgba(33, 160, 139, 0.9);
}