.entry{
font-family: "Microsoft YaHei", Helvetica, "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Monaco, monospace, Tahoma, STXihei, 华文细黑, STHeiti, "Helvetica Neue", "Droid Sans", "wenquanyi micro hei", FreeSans, Arimo, Arial, SimSun, 宋体, Heiti, 黑体, sans-serif;
}
.entry>:first-child {
     margin-top: 0!important; 
}
h1, h2 {
    padding-bottom: .3em;
    border-bottom: 1px solid #eee;
}
h2 {
    font-size: 1.75em;
    line-height: 1.225;
    margin-bottom: 16px;
    font-weight: 700;
}
h3{
    font-size: 1.5em;
    line-height: 1.43;
    margin-top: 1em;
    margin-bottom: 16px;
    font-weight: 700;
}
pre,code{
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 10px;
    border-radius: 3px;
    font-family: "YaHei Consolas Hybrid",Consolas,"Meiryo UI","Malgun Gothic","Segoe UI","Trebuchet MS",Helvetica,monospace,monospace;
}