// 标签样式
#topics h2{
color:rgb(255,252,153);
border-left:3px solid rgb(17,63,61);
text-indent:15px;
margin:20px 0 10px !important;
border-radius:5px;
background-color:rgb(60,79,57);
}
#topics h3{
color:rgb(204,77,79);
}
// 左边内容样式
.dayTitle {
    height: 30px;
}
.postDesc {
    margin-bottom: 0;
}
.postTitle {
    margin-top: 0;
}

//内容中图片的宽
#cnblogs_post_body img{
    width: 52%;
}