* {
    font-family: "华文中宋","仿宋"，"宋体";
}

p {
    font-family: "华文中宋","仿宋"，"宋体" !important;
}

#sideBar{
    display: none;
    width: 0;
}

#top_nav{
    display: none;
}

#Header1_HeaderTitle{
    font-family: "等线 Light";
    font-size:xxx-large;
    font-weight: lighter;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.846153846;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color: #757575;
    float: left;
}

#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #FFF8DC;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 18px 18px 30px rgba(0,0,0,.1),
        -18px -18px 30px #eee;
    border-radius: 20px;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #FFF8DC;
    margin-bottom: 35px;
    word-wrap: break-word;
}

.input_my_zzk {
    border: 1px solid #ccc;
    width: 100%;
    height: 25px;
    padding-right: 30px;
    padding-left: 5px;
    outline: 0;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #6a6a6a;
    font-weight: bold;
}
#navList a {
    font-size: 1.2em;
    display: block;
    width: 5em;
    height: 25px;
    float: left;
    text-align: center;
    padding-top: 15px;
}

#mainContent {
    min-height: 200px;
    padding: 0 0 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: 0;
    width: 100%;
}
#mainContent .forFlow {
    margin: 2% 10% 10% 10%;
    float: none;
    width: auto;
}

#blog_post_info_block {
    margin-top: 100px;
}

#green_channel a {
    background: 0;
    display: inline-block;
    padding: 3px 8px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 50%);
    text-shadow: 0;
    vertical-align: middle;
}

#green_channel_follow, #green_channel_digg, #green_channel_favorite {
    background-color:#FFF8DC !important;
}
#green_channel a:link, #green_channel a:visited, #green_channel a:active {
    color: #333 !important;
    border: none !important;
}

#green_channel{
    border: none;
    margin-bottom: 150px;
}

#cnblogs_post_body img, .cnblogs-post-body img {
    max-height: 350px !important;
    max-width: 95% !important;
    margin:0 auto;
    display: block;
}


#under_post_card1{
    margin-top: 300px !important;
}

#cnblogs_post_body h1 {
    font-size: 39px;
    font-weight: bold;
    line-height: 1.8;
    margin: 12px 0;
    text-align: center;
}

#cnblogs_post_body h1::after {
  display: block;
  width: 100px;
  height: 2px;
  margin: 0.2em auto 0;
  content: '';
  border-bottom: 2px dashed var(--main-6);
}

#cnblogs_post_body h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
    margin: 10px 0;
    margin-top: 50px;
}

#cnblogs_post_body h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
    margin: 10px 0;
    margin-top: 30px;
}

#cnblogs_post_body h3::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  margin-bottom: 0.18em;
  line-height: 1.43;
  content: '·';
  background-color: var(--main-5);
  border-radius: 50%;
}

#cnblogs_post_body h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    margin-top: 20px;
}

#cnblogs_post_body h4::before {
  display: inline-block;
  width: 6px;
  height: 2px;
  margin-right: 8px;
  margin-bottom: 0.18em;
  content: '|';
  background-color: var(--main-4);
}

#cnblogs_post_body p {
    font-size: 18px;
}

.cnblogs-markdown pre code, .cnblogs-post-body pre code {
    display: block;
    line-height: 1.2;
    margin: 0;
    white-space: pre-wrap;
    font-size: 12px;
}

#cnblogs_post_body th, .cnblogs-post-body th {
    background-color: #FFF8DC;
}


#cnblogs_post_body table {
    text-align: center;
    margin: 30px auto;
}



.blogpost-body th, .blogpost-body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 0;
    border-collapse: collapse;
    padding: 8px 14px;
    min-width: 50px;
}

thead tr{
    border-bottom: 1px solid #333;
    border-top: 3px solid #333;
}

tbody:nth-last-child(1){
    border-bottom: 3px solid #333;
}

