#comment_nav, #comment_form_container, #blog_post_info_block, #navigator,#navList{ display:none; }
div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}


#Navigator{ height: 50%;
    padding-top: 30%;
display:block;
    clear: both; }
#NavList{
    width: 25.5em;
    margin: 0 auto;
    overflow: hidden;
}
#NavList li {
    float: left;
    margin-right: 15px;
    list-style: none;
}
#NavList ul {
     word-break: break-all;
}

#NavList a:link, #navList a:visited, #navList a:active {
    color: #ccc;
}
#NavList a {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 8px;
}
#NavList a:hover {
    text-decoration: none;
color: white;
}
#NavList a:visited {
    text-decoration: none;
color: #ccc;
}
#NavList a:link {
    text-decoration: none;
color: #ccc;
}

#cnblogs_post_body a {
text-decoration: none;
color: red;
}
.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #999;
}
.day .dayTitle {
    display:none;
}
.day .postTitle {
    font-size: 2em;
    font-weight: bold;
    /* border-bottom: 1px solid #666; */
    line-height: 1.5em;
    width: 100%;
    clear: both;
    color: #333333;
}
.day .postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #444;
}
.day .postTitle a:visited, .postTitle a:link {
    color: black;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    color: #666;
    padding: 10px 0;
    text-align: justify;
}
.postDesc {
display:none;
}
.postCon .c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
}
.postCon .c_b_p_desc .c_b_p_desc_readmore { display:none; }

#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: left;
    width: 100%;
}
#topics {
    width: 100%;
    min-height: 200px;
    padding: 0px 0px 80px 0;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
#topics .postTitle {
    font-size: 130%;
    font-weight: bold;
    color: #333;
    font-size: 3em;
    line-height: 1.2em;
    /* border-bottom: 1px solid #999; */
    float: left;
    line-height: 1.5em;
    width: 100%;
    padding-left: 5px;
    padding-bottom: 25px;
}

#head ,#header,#sideBar{ display:none; }
* {
    margin: 0;
    padding: 0;
}
#home { margin: 0 auto;
font-family: "verdana","ms song","宋体","Arial","微软雅黑", "Helvetica", "sans-serif";    font-size: 10pt;}
#mainContent {  float:left;
    margin-left: 30%;
    width: 60%;
    height: 100%；
    min-width: 950px;
    text-align: left;
    padding: 5% 5.7% 7% 4%;  }

.NavBar {  
   font-family: "verdana","Arial","微软雅黑", "Helvetica", "sans-serif";
}
.NavBar h1 {
    font-size: 320%;
    font-weight: bolder;
    line-height: 2em;   
    padding-top: 50%;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.NavBar a {
    color:white;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.NavBar h2 {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    font-size: 120%;
    line-height: 1.2em;
    text-align: center;
    width: 100%;
    color: #fff;
    letter-spacing: 0.1em;
}

.NavBar .header {
    font-family: "verdana","Arial","微软雅黑", "Helvetica", "sans-serif";
    position: fixed;
    height: 100%;
    width: 30%;    
    background: url("https://www.cnblogs.com/images/cnblogs_com/markjuruo/1338875/o_1557657903885.jpg") no-repeat;
    box-shadow: 2px 2px 1px #888888;
}
.NavBar .header .header-cover {
    height: 100%;
    background-color: rgba(61,66,96,0.6);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(61,66,96,0.6)),color-stop(100%,rgba(21,23,34,0.8)));
    background-image: -webkit-linear-gradient(-410deg,rgba(61,66,96,0.6) 20%,rgba(21,23,34,0.8));
    background-image: linear-gradient(140deg,rgba(61,66,96,0.6) 20%,rgba(21,23,34,0.8));
}