#top_nav {display:none;}

.catListTitle{
    font-size: 2.35em;
    margin-top: 21px;
    margin-bottom: 11px;
    border-left: 10px solid #3671a5;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
} 



#home {
    width: 60%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

 /* #blogTitle h2 {
    font-weight: normal;
    font-size: 13px;
    font-size: 0.928571429rem;
    line-height: 1.846153846;
    color: #757575;
    float: left;
    margin: 20px 0px 20px 50px;
} */
#blogTitle h1 a {
    color: #515151;
    font-size: 50px;
    margin-bottom: 30px;
} 



#navList {
    font-size: 18px;
    margin-left:5%;
}
#navList a {
    padding-top: 15%;
}

#navList a:hover {
    color: #4C9ED9;
}

/*隐藏博客首页*/
#navList>li:first-child>a {
    display: none;
}

/*清楚文字标题傍边竖线*/
.postTitle {
    border-left: 0px;
}

.CalTodayDay {
    background: #e8e9efa1 !important;
    color: #000;
    /* font-weight: bold; */
}

