.title {
    text-align: center;
    margin-top: 20px;
    font-size: 38px;
    font-weight: 900;
}
.small-title {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}

#content {
    margin-top: 20px;
}
#content p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
.article-info {
    padding-top: 10px;
}
.article-info a {
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 6px 4px;
    border: 1px solid #e5e7e4;
    background-color: #e5e7e4;
    display: block;
    text-align: center;
    margin: 12px 6px 0;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 6px;
}
.article-info:last-child {
    padding-bottom: 0;
}

.article-name {
    color: #303741;
    font-size: 22px;
    margin-top: 20px;
}
.my-line-height {
    line-height: 40px
}

.left-line {
    display: inline-block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    vertical-align: middle;
    height: 20px;
    width: 4px;
    background-color: #c5653e;
}
.left-dot {
    display: inline-block;
    clear: both;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    vertical-align: middle;
    height: 6px;
    width: 6px;
    background-color: #c5653e;
}

.content-line-height {
    line-height: 36px;
}

@media (max-width: 576px) {}