body {
    background: url('https://i0.hippopx.com/photos/227/22/547/wave-atlantic-pacific-ocean-98482b82613126884c822b07c7c9f3d5.jpg')  no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    font-family: "SimSun";
    font-size: 16px;
    line-height: 2.4em;
}

a:hover {
    color: rgb(20, 14, 150);
}
#cnblogs_post_body h1,
#cnblogs_post_body h2, 
#cnblogs_post_body h3, 
#cnblogs_post_body h4, 
#cnblogs_post_body h5 {
    margin-top: 1em;
}

#home {
    width: 1200px;
    margin: 100px auto 0 auto;
}

#header {
   border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 20px;
    width: 100%;
}

#mainContent {
    flex: 1;
   margin-right: 0;
   width: 100%;
}

.postBody {
    font-size: 18px;
    line-height: 2.4em;
}

#blogTitle .title {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
}



#sideBar {
    position: relative;
    width: 300px;
    border-left: 1px solid #ccc;
    border-top-width: 0;
    overflow: hidden;
    padding: 0 8px 20px 30px;
    top: 0;
    right: 0;
    flex-shrink: 0;
    /* display: none; */
}

.forFlow {
    margin: 0 30px 0 30px;
}

.postTitle, .entrylistPosttitle, .feedback_area_title {
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.postCon {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
}

.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.8;
}

#footer {
margin-top: 20px;
}

#poweredby {
display: none;
}

.cnblogs-markdown :not(pre,div,td)>code, .blogpost-body :not(pre,div,td)>code {
    font-size: 16px;
}

pre {
color:#444;
margin:15px auto;
padding: 0px;
border-left:4px solid #bbb;
background:#fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAmCAIAAACphTeFAAAAJElEQVRIx2N4RS5gGNU5qnNU56hOZJ2fyQWjOkd1juoc1YkMAKDL4lkok3p7AAAAAElFTkSuQmCC') repeat;
white-space:pre-wrap;
word-wrap:break-word;
letter-spacing:1.5px;
font:16px/26px 'SimSun','courier new';
line-height:26px;
background-size:100% 44px
width: 100%;
}
