body {
color: #000;
background: url(https://images2015.cnblogs.com/blog/969197/201703/969197-20170325160900815-1058599404.jpg
) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#home{
   width:80%;
margin:0 auto;
position:relative;
}
div#blogTitle {
    background: rgba(0,0,0,0.5);
    height: 76px;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    border-radius: 5px;
}
div#navigator ul#navList {
    position: absolute;
    top: 20px;
    right: 150px;
}
div#blogTitle .title {
    text-indent: 40px;
}
#blogTitle .title {
    font-size: 20pt;
    font-family: "Comic Sans MS";
}
div#navigator ul#navList li a {
    font-size: 12px;
    display: block;
    background: rgba(255,255,255,0.3);
    color: #fff;
    width: 65px;
    padding: 4px 0 7px;
    text-align: center;
    margin: 0;
    line-height: 120%;
    border-radius: 4px;
}
div#navigator {
    padding: 0;
    height: 0;
    border: none;
    width: 80%;
    margin: 0 auto;
}
/*中间*/
#main{
width: 100%;
float:right;
position:relative;
}
div.forFlow {
    width: 100%;
    border: 1px solid #ced7ce;
    border-right-color: rgb(206, 215, 206);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(206, 215, 206);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: rgb(206, 215, 206);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(206, 215, 206);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: #fff;
    margin-left: 0;
    right:0;
    position: absolute;
    width: 60%;
    top:20px;

}
div.forFlow {
    border: 1px solid #ced7ce;
    border-right: 3px solid #ced7ce;
    border-bottom: 3px solid #ced7ce;
    background: #fff;
    margin-left: 0;
}
/*左边*/
#sideBar {
    border: 1px solid #ced7ce;
        border-right-color: rgb(206, 215, 206);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(206, 215, 206);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-right: 3px solid #ced7ce;
    border-bottom: 3px solid #ced7ce;
    position: absolute;
    top: 20px;
    right: 0 !important;
    left:80%;
    background: #fff;
    padding: 0;
    width: 280px;
}