#top_nav {
    display:none;
}

a{
    text
}
/*******日历美化*************/

.CalTitle{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}

.CalDayHeader{
    font-size: 16px;
    line-height: 40px;
    border-bottom: 1px solid #F4F4F4;
}

.CalWeekendDay{
font-size:16px;
line-height:2.1;
}

.CalTodayDay{
background-color: aliceblue!important;
color: #7d8ed5;
border-radius: 5px;
}

#blog-calenddar {
    border-radius: 10px;
}

#blog-calendar  u{
color:#b62525;
font-weight:600;
text-decoration:none!important;
}


/* 公告模块 */
#blog-sidecolumn h3.catListTitle {
    border-left: 5px solid #a8dbe8;
    line-height: 2.2;
    border-radius: 3px;
    background-color: aliceblue;
}

#sideBar a:hover {
    text-decoration: none;
}
td:hover {
    background-color: aliceblue;
}


/* 正文模块 */
.day {
    border: 1px solid aliceblue;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset -3px -4px 4px 2px aliceblue;
}

/* 去除评论模块下方的广告 */
#under_post_card1 {
    display: none;
}
.under-post-card {
    display: none;
}

#navList li:hover {
    border-bottom: 1px solid rgb(104, 152, 223);
}

