.static-articles * {
    font-family: sans-serif;
}
.static-articles {
	margin-top: 32px;
	font-size: 16px;
	line-height: 20px;
}
.static-articles h2 {
	border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #c9c9c9;
    margin-bottom: 15px;
    padding-bottom: 3px;
}
.static-articles h3 {
	border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #c9c9c9;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
    display: flex;
    align-items: center;
}
h2.static-articles-title {
    border-bottom: none;
}

.introduce-author {
    width: 100%;
    height: 72px;
    display: flex;
    margin-bottom: 5px;
}

.authorimg {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    object-fit: cover;
    overflow: hidden;
}

.authorname {
    height: 72px;
    line-height: 72px;
}
.authorname span {
    font-weight: bold;
    padding-left: 20px;
}

.post-date {
    text-align: right;
    font-size: 12px;
}