/*分页*/
.page {
    margin-top: 24px;
}
.page a {
    color: rgb(41,83,122);
    font-weight: bold;
}
/*朝代按钮*/
.d-flex span {
    font-size: 15px;
    font-weight: bold;
}

/*朝代选中*/
.badge-active a {
    color: indianred;
}
/*作者列表*/
.author-list {
    margin-bottom: -6px;
}

.author-poetry {
    margin-top: -12px;
}

.author-list a {
    color: rgb(41,83,122);
    text-decoration: none;
    font-weight: bold;
}

/*朝代距离底部*/
.dynasty {
    margin-bottom: -16px;
}

.more:hover {
    color: indianred;
    text-decoration: none;
}