.header.header-wrap {
    background-color: #fff !important
}

.introduce .centerUs {
    max-width: 10rem
}

.introduce .title {
    font-size: 28px;
    font-weight: 700
}

.introduce .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 6px
}

.introduce .social-share {
    display: flex;
    justify-content: center
}

.social-share .icon-wechat .wechat-qrcode {
    top: 48px !important
}

.social-share .icon-wechat .wechat-qrcode p {
    text-align: center !important;
    font-size: 12px !important;
    color: #666 !important
}

.page-pn {
    display: flex;
    gap: 8px;
    justify-content: space-between
}

.page-pn li div {
    font-size: 16px;
}

.page-pn li a {
    font-size: 16px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-pn li a:hover,
.recommend-list a.active,
.recommend-list a:hover {
    color: #c6982f
}

.recommend-sidebar {
    position: fixed;
    top: 120px;
    width: 260px;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    z-index: 99;
    animation: .5s fadeIn;
    transition: right 0.3s ease, transform 0.3s ease;
    will-change: right, transform;
}

.recommend-sidebar h3 {
    font-size: 16px;
    margin-bottom: 10px;
    border-left: 3px solid #c6982f;
    padding-left: 10px
}

.recommend-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recommend-list li {
    margin-bottom: 12px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px
}

.recommend-list div.info_panel {
    display: flex;
    justify-content: space-between
}

.recommend-list div.hits,
.recommend-list div.hits span,
.recommend-list div.time {
    font-size: 12px !important
}

.recommend-list a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: block;
    transition: color .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width:1024px) {
    .introduce .title {
        padding-top: 48px
    }

    .page-pn li a,
    .page-pn li div {
        font-size: 14px
    }

    .page-pn {
        flex-direction: column
    }

    .recommend-sidebar {
        display: none
    }
}