/*******日历*************/

.CalTitle{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.CalDayHeader{
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #F4F4F4;
}

.CalWeekendDay{
font-size:14px;
line-height:2.0;
}

.CalTodayDay{
background-color: #b62525;
color:#fff;
border-radius:100%;
}

#blog-calendar  u{
color:#b62525;
font-weight:400;
text-decoration:none!important;
}