#header{width:100%;}
#blogTitle a{color:#666;}
#blogTitle{padding-left:10px;}
#navList{padding-left:0px;}
#main{
width:100%;
display:flex;
}
#mainContent{
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-top: 1px solid rgba(100, 100, 100, 0.2);
    border-right: 1px solid rgba(100, 100, 100, 0.2);
    float: none;
   width:100%;
   margin:0px  10px;
   color:black;
}
.forFlow{
width:97%;

}
.forFlow .day{
width:100%;

}
.forFlow .postCon,.postBody,.blogpost-body,#topics{
width:100%;
}
#sideBar{
    float: none;
}
.cnblogs_code{
   background-color: transparent;   
   border: 1px dashed #aaa;
}
.cnblogs_code div{
   background-color: transparent;   
   padding: 4px;
}
.cnblogs_code_toolbar{
   display: none;
}
.postBody {
    position: relative;
    width: 690px;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    overflow: hidden;
    color:black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.6;
}
#topics .postTitle a {
    color:black;
    font-family: 微软雅黑, 华文细黑, 黑体, Arial;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
#blogTitle a {
    color: #E9EFE5;
}
#blogTitle {
    position: relative;
    top: 4px;
    left: 0;
    width: 740px;
    height: 75px;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
#navigator {
    position: relative;
    top: -67px;
    left: 0;
    height: 40px;
    clear: both;
}
#header {
    height: 64px;
}
#home {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: rgb(199, 203, 189);
    background-image: url(images/top.jpg);
    background-repeat: no-repeat;
    font-family: 微软雅黑;
    margin: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    background-position: center top;
}
.postBody {
    width: 100%;
}
