.lyear-blog-footer a{
    color: #4d5259;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}
.lyear-blog-wrapper a:hover,
.lyear-blog-footer a:hover {
    color: var(--bs-primary);
}
.lyear-arc-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .7;
}
.lyear-arc-meta > li {
    display: inline-block;
    margin-right: 30px;
}
.lyear-arc-title {
    font-weight: 700;
    line-height: 1.7;
}

.lyear-arc {
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

/* 侧边栏 */
.lyear-widget-title {
    font-size: 16px;
    color: #4d5259;
    position: relative;
    margin: 0 0 25px;
    font-weight: 900;
    text-transform: uppercase;
}

.lyear-widget ul,
.lyear-widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lyear-widget ul li,
.lyear-widget ol li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/* 底部 */
.lyear-blog-footer {
    color: #4d5259;
    padding: 2.5rem 0;
    text-align: center;
    background-color: #fcfcfc;
    border-top: .05rem solid #f0f0f0;
}
.lyear-blog-footer p:last-child {
    margin-bottom: 0;
}
