#home {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(255, 255, 255,0.8);
    box-shadow: 0 2px 6px rgba(100, 100, 100,0.3);
}

body {
    background: rgba(12, 100, 129, 1) ;
    background-position: 50% 5%;
    background-size: cover;
}

#blogTitle {
    clear: both;
    height: 100px;  /*高度*/
    background-color: rgba(245, 245, 245, 0);
}

#blogTitle h1 {
    margin-top: 10px;/*原始 15px */
    color: #548b54;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.8em;/*原始 1.6em*/
}

#blogTitle h2 {
    float: right;
    color: #111;
    text-align: right;
    font-weight: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.8;/* 原始 16px ；font-size: 1rem; */
}

#navigator{
    background-color: rgba(33, 160, 139, .9);
}

#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-weight: bold;
    font-size: 18px;
}

.blogStats{
    color: #eee;
}

.postTitle {
    float: right;
    clear: both;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100%;
    border-left: 8px solid rgba(33, 160, 139, .68);
    font-size: 20px;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all .4s linear 0s;
}

.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    text-decoration: none;
}
.postCon {
    float: right;
    clear: both;
    padding: 10px 0;
    width: 100%;
    line-height: 1.5em;
}


.day .postTitle a {
    padding-left: 10px;
}

.day {
    background: rgba(255, 255, 255, .5);
}

/*文章附加信息*/
.postDesc {
    float: left;
    clear: both;
    margin-top: 20px;
    padding-right: 20px;
    padding-bottom: 35px;/* 5px  padding-left: 90px; */
    width: 100%;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    text-align: left;
    font-size: 13px;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    line-height: 1.8;
}


.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    margin-bottom: 35px;
    background: rgba(255, 255, 255, .5);
    word-wrap: break-word;
}


.CalTitle{
    background: rgba(255, 255, 255, 0);
}

.catListTitle{
    background-color: rgba(33, 160, 139, .9);
}


#topics{
    background: rgba(255, 255, 255, .5);
}


.c_ad_block{
    display: none;
}


#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, .5);
}


#q{background: rgba(255, 255, 255, 0);}


.CalNextPrev{background: rgba(255, 255, 255, 0);}


.cnblogs_code{
    background: rgba(255, 255, 255, 0);
}


.cnblogs_code div{
    background: rgba(255, 255, 255, 0);
}


.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0);
}


.entrylist{
    background: rgba(255, 255, 255, .5);
}


#main{
   min-width: 640px;
}

/* 左侧最新随笔 */
#CatList_LinkList_0_Link_0{
    
}

#CatList_LinkList_0_Link_1{
   
margin-top:10px;
}

#CatList_LinkList_0_Link_2{
   
    margin-top:10px;
}

#CatList_LinkList_0_Link_3{
 
margin-top:10px;

}

#CatList_LinkList_0_Link_4{
    
margin-top:10px;

}

#CatList_LinkList_0_Link_5{
    
margin-top:10px;

}

#CatList_LinkList_0_Link_6{
    
margin-top:10px;

}

#CatList_LinkList_0_Link_7{
    
margin-top:10px;

}

#CatList_LinkList_0_Link_8{
    
margin-top:10px;

}

#back-to-top {
    position: fixed;
    right: 50px;
    bottom: 0;
    padding: 10px 10px;
    background-color:#ccc;
    box-shadow: 0 0 6px;
    color: #444;
    cursor: pointer;
}

#back-to-bottom {
    position: fixed;
    top: 0;
    right: 50px;
    padding: 10px 10px;
    background-color:#ccc;
    box-shadow: 0 0 6px;
    color: #444;
    cursor: pointer;
}


/* 设置签名格式 */
#MySignature {
    display: none;
    padding: 10px;
    border-radius: 10px;
    background-color: #b2e866;
    box-shadow: 1px 1px 1px #6b6b6b;
    text-shadow: 1px 1px 1px #fff;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    line-height: 1.5;
}

/*生成博客目录的CSS*/
#uprightsideBar{
    position:fixed;/*将div的位置固定到距离top:50px，left:0px的位置，这样div就会处在最左边的位置，距离顶部50px*/
    top:130px;
    right:90px;
    width: auto;
    height: auto;
     color: #809db9;
    text-align:left;
    font-size:18px;
    font-family:'Monaco', Microsoft Yahei, 宋体, sans-serif;
}


#sideBarTab{
    float:left;
    width:30px;
    border:1px solid #e5e5e5;
    border-right:none;
    background:#fff;
    text-align:center;
}


#sideBarContents{
    float:left;
    overflow:auto;
    overflow-x:hidden;!important;
    width:200px;
    max-height:460px;
    min-height:108px;
    border:1px solid #e5e5e5;
    border-right:none;
    background:#fff;
    font-size:14px;
}

#sideBarContents dl{
    margin:0;
    padding:0;
}


#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}


#sideBarContents dd, dt {
    cursor: pointer;
}


#sideBarContents dd:hover, dt:hover {
    color:#a7995a;
}

#sideBarContents dd{
    margin-left:20px;
}

#ad_t2{
display:none;
}

.recomm-block{
display:none;
}

#menu{
text-shadow: 0 1px 1px rgba(255,255,0,.5);}