/*  去掉一些多余的部分 */
    .entrylistPostSummary,
    .entrylistItemPostDesc
    {
        display: none;
    }

    .entrylistPosttitle {
        margin: 8px 0;
    }
    #nav_q,
    #nav_ing{
        display: none;
    }

    #cnblogs_post_body {
        font-family: "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    }

    #cnblogs_post_body h1 {
        background: #2B6695 !important;
        color: white;
        font-size: 24px;
        padding: 0px 10px;
        border-radius: 5px;
        font-weight: bold;
        text-shadow: 2px 2px 3px #222222;
        line-height: 36px;
    }
    #cnblogs_post_body h2 {
        background-color: #F8F8EE;
        border: 1px dashed silver;
        padding: 5px;
        font-size: 16px;
        color: black;
        text-shadow: 0 0 1px #CCC;
    }
    #cnblogs_post_body h3 {
        font-size: 20px;
    }
    #cnblogs_post_body p {
        font-size: 16px;
    }
    .postBody span {
        line-height: 1.5;
    }
    @media screen and (min-width: 1px) and (max-width: 600px) {
        .postDesc,
        #navigator,
        #blogTitle,
        #sideBar,
        #comment_form,
        #blog_post_info_block{
            display: none !important;
        }

        #cnblogs_post_body img {
              width:100%;
        }

        #mainContent {
            margin: 0;
        }
        #mainContent {
            margin-left: 0;
        }
        #mainContent .forFlow {
            padding: 10px;
            border:0;
        }

        .postTitle {
            margin-top:0;
        }
    }