body {
    font-family: Tahoma,Helvetica,Arial,'宋体',sans-serif;
}
#home{
    width:auto
}
#p_b_follow{

    text-align: center;

}
#p_b_follow:hover{

}

#p_b_follow a:hover {
    color: #fff;
    text-decoration: none;
    background: #409eff;
}

#p_b_follow a{
    border: 1px solid #409eff;
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    border-radius: 5px;
    padding: 3px 0;
}


#header {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-top: 10px;
    
}
#sideBar{
    padding-left: 15px;
    width: 250px
}
#navigator {
  background-color: #fff;
    color: #303133;
    font-size: 15px;
    margin-left: 15px;
    height:40px
    
}
#navList a:link, #navList a:visited, #navList a:active {
color:#fff ;
}
.blogStats {
    float: right;
    color: #848484;
    margin-right: 15px;
    text-align: right;
    line-height: 40px;
    margin-top: 0;

}
#navList{
    min-height:auto;
    height:40px;
    line-height: 40px;
}
#navList a{
    border:none;
    padding:0
}

#navList a:hover{
    background:#409eff;
    height: 40px;
    border-radius: 3px;
    color: #fff !important;
}

#navList a:link, #navList a:visited, #navList a:active {
color:#303133
}

.day{
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
#blog-news{
    padding: 10px;

    border: 1px solid #ebebeb;
    border-radius: 3px;
}

#profile_block{
    line-height: 25px;
    font-size: 15px;
}
.dayTitle{
    text-align: left;
    font-weight: 400;
    color: #1f2f3d;
    font-size: 22px;
    padding-bottom: 10px;
border-bottom: 1px solid #ebeef5;
}
.sidebar-block{
    padding-bottom: 10px;
border-bottom: 1px solid #ebeef5;
}
.postSeparator{
    border-top: 1px solid #ebebeb;
}
.postTitle {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border:none;
}
.postDesc{
    margin-bottom: 10px;
}
#blogCalendar{
    display: none;
}
#leftcontentcontainer{
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 0 5px;
}
.catListTitle{
    text-align: start;
    font-size: 20px;
    font-weight: 100;
    border: none;
}