/**
 * 在原 Pboot 模板 style.css 之上的轻量美化（不改变布局结构）
 */
.cms-section-muted {
    background: linear-gradient(180deg, #f6f7f9 0%, #f0f2f5 100%);
}
.cms-inner-content .about-1,
.cms-article .news-content {
    line-height: 1.85;
    font-size: 15px;
    color: #333;
}
.cms-article .news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.cms-pager .pagination {
    margin: 24px 0;
    justify-content: center;
}
.cms-pager .pagination > li > a,
.cms-pager .pagination > li > span {
    border-radius: 6px;
    margin: 0 3px;
}
.banner .swiper-slide a {
    border-radius: 0 0 8px 8px;
}
.header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.nav > .container > ul > li > a {
    transition: color 0.2s ease;
}
.footer-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
