
#top_nav{
    display: none;
}
.no-navbar{
    margin: 0px;
    padding: 0px;
    background-color: #e6e6e6;
}
#home{
    position: relative;
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
}

#header{
    width: 100%;
    height: auto;
    position: relative;

}

#blogTitle{
    position: relative;
}

#lnkBlogLogo{
    display: none;
}

a{
    text-decoration: none;
}

#Header1_HeaderTitle{
    color: rgb(0, 0, 0);
    text-decoration: none;
}

h2{
    color: rgb(141, 141, 141);
    font-size: 20px;
}

#navigator{
    position: relative;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 13px;
    color: rgb(92, 92, 92);
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin-top: 25px;
}

#navList{
    background-color: rgb(255, 255, 255);
    /* border-radius: 5px; */
    padding: 10px;
    font-size: 18px;
    position: absolute;
    top: 0px;
    width: 100px;
    right: -160px;
}

#blog_nav_sitehome, #blog_nav_myhome, #blog_nav_myhome{
    display: none;
}

.blogStats{
    position: relative;
}

#main{
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 80% 20%;
}

#mainContent{
    position: relative;
    padding: 10px;
}
.dayTitle{
    display: none;
}
.postTitle{
    font-size: 30px;
    color: rgb(0, 0, 247);
}
.postCon{
    margin-bottom: 10px;
}
.postDesc{
    margin-bottom: 30px;
    color: rgb(90, 90, 90);
    font-size: 12px;
}

#sideBar {
    position: relative;
    padding: 5px;
}

#sideBarMain{
    position: relative;
}

#sidebar_news{
    position: relative;
}
/* 侧边标题 */
.catListTitle{
    position: relative;
    text-align: center;
    font-style: normal;
}
/* 公告 */
#blog-news{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
/* 个人信息 */
#profile_block{
    /* display: none; */
    padding: 10px;
    background-color: rgb(198, 235, 235);
    border-radius: 5px;
}

#sidebar_news h3{
    display: none;
}
#leftcontentcontainer{
    position: relative;

}

/* 侧边块 */
.sidebar-block{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 20px;
    background-color: rgb(243, 243, 243);
    border-radius: 5px;
    margin-bottom: 20px;
}
ul,li{ padding:0;margin:0;list-style:none}

#blog-calendar, #widget_my_google, #sidebar_shortcut, #sidebar_recentcomments, #sidebar_topviewedposts, #sidebar_topcommentedposts, #sidebar_topdiggedposts {
    display: none !important;
}

#cnblogs_post_body{
    margin-bottom: 50px !important;
}

#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
}

#BlogPostCategory a {
    margin-left: 5px;
    height: 20px;
    line-height: 20px;
    color: #333;
    padding: 3px 14px;
    border-radius: 10px;
    margin: 2px 5px 0;
    background-color: rgb(243, 243, 243);
    text-decoration: none;
}

#EntryTag a {
    margin-left: 5px;
    height: 20px;
    line-height: 20px;
    color: #333;
    padding: 3px 14px;
    border-radius: 10px;
    margin: 2px 5px 0;
    background-color: rgb(243, 243, 243);
    text-decoration: none;
}

#comment_form{
    padding: 20px;
    background-color: rgb(243, 243, 243);
}

/* 广告死掉 */
#ad_t2, #opt_under_post, #cnblogs_c1, #under_post_card1, #cnblogs_c2, #under_post_card2{
    display: none !important;
}