#home {
    margin: 0 auto;
    width: 90%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    # padding: 30px;
    # margin-top: 50px;
    # margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    overflow-x:hidden;
}

body {
    background-position: 50% 5%;
    background-size: cover;
    overflow-x:hidden;
}

#blogTitle {
    height: 80px;  /*高度*/
    clear: both;
    background-color: rgba(245, 245, 245, 0);
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    # line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #548B54;
}

#blogTitle h2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 0em;/*原始 1.6em*/
    margin-top: 0px;/*原始 15px */
    color: #833f3f;
}
#blogTitle h3 {
    font-weight: normal;
    font-size: 17px;/*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #111;
    font-weight: bold;
    text-align: right;
    float: right;
}
#mylinks {
    background-color: rgba(216, 236, 210, 0.9);
    margin-top: 0px;
    display: none;
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 0px;
    font-weight: bold;
    display: unset;
}

#mystats {
    background-color: rgba(216, 236, 210, 0.9);
    margin-top: 0px;
    display: none;
}

#cnblogs_ch {
    background-color: rgba(216, 236, 210, 0.9);
    margin-top: 0px;
    display: none;
}
#opt_under_post {
    background-color: rgba(216, 236, 210, 0.9);
    margin-top: 0px;
    display: none;
}
#under_post_card1 {
    background-color: rgba(216, 236, 210, 0.9);
    margin-top: 0px;
    display: none;
}
#under_post_card2 {
    display: none;
}
#right {
    display: none;
}
#postTitle {
    font-size: 36px;
    padding-top: 0;
    argin-top: 0px;
    
}
#main {
    margin: 0% 0% 0% 12%;
    overflow-x:hidden;
}
#cb_post_title_url {
    font-size: 24px;
}
#banner {
    display: none;
}
#topics {
    margin-top: 0px;
}
#post {
    padding-top: 0;
}