body {
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/Yunrui-blogs/1660627/o_20062101511504001_thepierofhanaleibay_5120x3200.jpg) fixed;
    background-size: cover;
    background-repeat: repeat;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Monaco;
    font-size: 16px;
    min-height: 100%;
   
}
.postTitle {
    font-size: 24px;
    font-weight: bold;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #1fa6e6;
}
#blogTitle h1 {
    font-size: 50px;
    font-family: Consolas;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
   
}
#home {
    margin: 0 auto;
    opacity: 0.8;

    width: 65%;
    min-width: 1080px;
    background-color: #;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
/********************** 上一篇下一篇 *************************/
#post_next_prev {
    font-size: 14px;
    color: #535353;
}

/********************隐藏广告******************************/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}