/* 新增 tags 样式 */
.tags {
    margin: 20px 0;
}
.tags span {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.section-body ul{
    list-style: outside;
}