   #site_nav_under {
            display: none;
        }
        .c_ad_block,
        .ad_text_commentbox {
            display: none;
            margin: 0;
            padding: 0;
        }

        #ad_under_google {
            height: 0;
            overflow: hidden;
        }

        #ad_under_google a {
            display: none;
        }
.postCon{
width:98%;
}

        #home {
            width: 65%;
            min-width: 950px;
            background-color: #fff;
            padding: 5px 30px 30px 30px;
            margin-top: 30px;
            margin-bottom: 50px;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
            opacity: 1 !important;
        }

        #blogTitle {
            height: 60px;
            clear: both;
        }

        #navigator {
            font-size: 13px;
            border-bottom: 1px solid #ededed;
            border-top: 1px solid #ededed;
            background-color: #b7dade;
            height: 50px;
            clear: both;
            margin-top: 25px;
        }

        #navList a:link,
        #navList a:visited,
        #navList a:active {
            color: #fff;
            text-shadow: 3px 3px 3px #000;
            font-size: 16px;
            margin-top: 13px
        }

        /* 子标题/名句处 */
        #blogTitle h2 {
            width: 70%;
            margin: 0 0 0.5em 1.35em;
            font-weight: normal;
            font-size: 18px;
            font-size: 1.18571429rem;
            line-height: 2.546153846;
            color: #757575;
            float: left;
        }

        /* 文章标题文字*/
        .postTitle a:link,
        .postTitle a:visited,
        .postTitle a:active {
            color: #5a5555;
            font-size: 25px
        }

        body {
            margin-top: 100px;
            background-image: url("https://i0.hdslb.com/bfs/album/0e96d4fb0969f0667cd1ac4cb8e7fde0b2912761.jpg");
            background-repeat: no-repeat;
            background-size: 100%;
            background-attachment: fixed;
            opacity: 0.9;
        }
.dayTitle{
line-height:6.5em
}
/*主体*/
#main{
padding-top:5px
}
#blogTitle h1 {
font-size:180%
}
        /*评论区域大小设置*/
        div.commentform textarea {
            height: 200px
        }

        /* 去除页脚广告 */
        .c_ad_block,
        #ad_t2 {
            display: none !important;
        }

        /* 网易云音乐*/
        #myIframe {
            position: fixed;
            bottom: 0px;
            right: 0;
        }

#cnblogs_post_body{
border-bottom:1px solid #999;
margin-bottom: 0;
padding-bottom:30px;
}
/*文末博客签名*/
#MySignature{
    margin-left: 75%;
    font-size:15px;
color: #4a4848
    
}
/* 我的博客设置*/
.c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 30px;
    box-shadow:#888888 2px 1px 7px 2px;
    border-radius:8px;
    padding-right:10px;
   cursor:pointer;
height:200px

}
/*我的博客图片设置*/
.c_b_p_desc .desc_img {
    float: left;
    height: 100%;
margin-right: 20px;
width:274px
}