a.postTitle2:hover{    
    text-decoration:none;
    margin-left:20px;
    color:#f39;
    transition: all 0.4s linear 0s;
}
#blogTitle{
   height:79px;
}
#topics .postTitle a{
    font-weight:700;
    font-size:18px;
}
#topics .postTitle a:hover{
   color:#f39;
}
#navList a:hover{
   transition: all 0.2s linear 0s;
   font-size: 15px;
}
.day {
    margin-bottom: 25px;
}
.postDesc a:hover{
   color:#f39;
}
.cnblogs_code{
    margin-left:60px;
}
#blogTitle h2{
   color:#330000;
   margin-top:10px;
}