body {
    color: #000;
    background: #fff;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://wx1.sinaimg.cn/mw690/0068IhJOgy1fvok206asdj30xc0m8wkv.jpg) top center #cbdcec;
    background-size:cover; 
    background-attachment: fixed;
}
#blogTitle h1 a, #blogTitle h2{
    text-shadow: none;
}
/* 背景透明化*/
#home {
    margin: 0 auto;
    width: 80%;
    min-width: 950px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 5px;
}
/* 导航*/
#navigator {
    background-color: rgba(255, 255, 255, 0.5);
    height: 60px;
    line-height: 60px;
    clear: both;
    margin-top: 0;
    position: relative;
    border-radius: 5px;
}

/* 导航字体颜色*/
#navList a:link, #navList a:visited, #navList a:active {
    color: #666;
}

#blogTitle h2 {
    margin-bottom: 16px;
    margin-top: 0; 
    margin-left: 8em;
    line-height: 1.5em;
    width: 50%;
    float: left;
    display: inline;
    font-size: 14px;
}

#main {
    min-width: auto;
    text-align: left;
    clear: both;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}
#mainContent {
    background: transparent;
    width: 72%;
}

#sideBar {
    min-height: 200px;
    padding: 0 10px;
    margin-left: 700px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    _margin-left: 0;
    _width: 240px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

#blog-sidecolumn .catListTitle, .newsItem .catListTitle {
    color: #666;
    text-align: left;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.5);;
    border-bottom: none;
    border: 0px solid #fff;
    border-radius: 5px;
}
.CalTitle {
    width: 100%;
    background: transparent;
    color: #000;
    border-bottom: 1px solid #666;
}

.buryit {
    margin-left: 0;
}

.tocify {
top:14%;
right:0;
}
#blogCalendar > tbody > tr > td > a > u {
  color: white;
  background: #3d97cb;
  display: block;
}