body {
    background-color: #e6f7ff;
}

body div {
    background-color: none;
}

#sideBar {
    display: none;
}

#home {
    background-color: #e6f7ff;
    background-image: none;
}

#header {
    margin-top: 20px;
    position: relative;
    top: 0;
    left: auto;
    /* width: 950px; */
    height: 310px;
    /* margin: 0 auto; */
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
    background-image: url(https://i.imgur.com/qP81gF9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

#main {
    margin-top: 20px;
}

#mainContent {
    border: none;
    float: none;
    width: 100%;
    padding: 10px;
    background: #e6f7ff;
}

#mainContent .forFlow {
    border: none;
    width: 100%;
    margin: 0;
    padding: 20px 10px 20px 10px;
}

.day {
    width: 96%;
    margin: 0 auto;
}

.postTitle,
.postCon {
    width: 100%;
}

.postTitle a {
    color: #69c0ff;
}

a:visited,
a:link {
    color: #69c0ff;
}

.postCon {
    margin-bottom: 20px;
    color: #314659;
}

.topicListFooter {
    display: none;
}

.postDesc {
    display: none;
}
.c_b_p_desc {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, sans-serif;
}
.c_b_p_desc a {
    color: #91d5ff;
}

#comment_form,
.c_b_p_desc_readmore,
.blogStats {
    display: none;
}
#navigator {
    position: unset;
}
#navList {
    position: fixed;
    right: 0;
    /* list-style: none; */
    top: 20px;
    width: auto;
    height: auto;
}


#navList li {
    float: none;
    background: #fafafa;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: 4px;
    text-align: right;
}

#navList li a {
    float: none;
    border: none;
    color: #69c0ff;
    font-size: 12px;
}
.postCon:after {
  content: '';
  display: block;
  background: #e6f7ff;
  /* position: absolute; */
  /* width: 100%; */
  /* z-index: 9999; */
  height: 1px;
  margin-top: 20px;
}