#home{
width:90%;
border-radius: 10px;
    font-weight: 300;
}
body{
    font-weight: 300;}
#topics .postTitle{
font-size:38px;    font-weight: 300;
}
#cnblogs_post_body h2{
position: relative;
    padding-left: 10px;
line-height:1;    display: block;
    font-weight: 400;font-size: 24px;
}
#cnblogs_post_body h2:after{
position:absolute;
    left:0;
    bottom:0;
    width:5px;
    background:#0094ff;
    content:'';    height: 100%;
    border-radius: 10px;
}
#cnblogs_post_body p{
font-size:14px;    font-weight: 400;
}