/* index -> maincontent */
#main-content > div{
    margin-left: 5px;
    margin-right: 5px;
}

.recent{
    width: 120px;
    position: absolute;
    right: 5px;
    top: -8px;
    z-index: 10;
}

/* index -> 目录摘要的样式*/
.post{
    margin-bottom: 50px;
    padding: 80px;
}
.post h1.header{
    font-weight: normal;
    font-size: 36px;
}
.post a{ text-decoration: none; }
.post .md{
  margin: 20px 15px 30px 15px;
  color: #555;
}
.post .more{ margin-top:-10px; }

@media (max-width: 768px) {
    .post{
        padding: 20px 20px 40px;
    }
    .post h1.header{
        font-size: 18px;
        line-height: 23px;
    }
    .post .meta{
        display: none;
    }
    .recent{
        display: none;
    }
}
