body{
    margin:0;
    padding:0;
    min-height:100%;
    background:url('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1539853789499&di=1768c5f7721af3cf339a083bfd7bd31b&imgtype=0&src=http%3A%2F%2Fa.hiphotos.baidu.com%2Fzhidao%2Fwh%253D450%252C600%2Fsign%3D811de32f6d061d957d133f3c4ec426e7%2Fdcc451da81cb39db9ee1fd41d3160924ab183087.jpg') 100% 100%;
}
#home {
    padding:5px;
    margin-top:30px;
    margin-bottom:30px;
    background:rgba(0,0,0,0.2);
    width:80%;
    height:100%;
    box-shadow: 0 2px 2px #fff;
    border-radius:5px;
}
#blogTitle{
    width:30%;
    float:left;
    color:#fff;
    background:rgba(255,255,255,0);
}
#blogTitle h1 a{
color:#fff;
}
#home #navigator {
    height:70px;
    float:right;
    width:70%;
    background:rgba(255,255,255,0)!important;
    clear:none;
}
#navList a {
margin-left:10px;
position: relative;
    height:40px;
border:1px solid #fff;
border-radius:5px;
    transition-duration:0.3s;
line-height:40px;
}
#navList a::after{
    
}
#navList a:link {
color:#fdfdfd
}
#navList a:hover {
    background:rgba(0,0,0,0);
    color:#fff;
    text-shadow:none;
}
#blogTitle h2 {
    width:80%;
}
#footer{
    height:100%;
    margin:0;
    padding:20px;
}
.CalTitle,.newsItem, #blog-calendar {box-shadow:none;background:#89ddbb;}
.catListTitle{background:#999}