/*
 * 北海明珠官网 V4.3.2
 * 文章详情页：正文保留在线框容器内，标签/分享/上一篇下一篇移到容器外。
 */

.content-detail-page .article-detail-main{
    min-width:0;
}

.content-detail-page .article-detail-card{
    min-width:0;
    border-radius:22px;
    overflow:hidden;
}

.content-detail-page .article-detail-card .detail-cover{
    border-radius:18px;
}

.content-detail-page .article-detail-outside{
    margin-top:24px;
}

.content-detail-page .article-outside-block{
    margin-top:24px;
    padding-top:24px;
    border-top:1px solid var(--line);
}

.content-detail-page .article-outside-block:first-child{
    margin-top:0;
}

.content-detail-page .article-outside-title{
    margin:0 0 16px;
    color:#152849;
    font-size:13px;
    font-weight:900;
    letter-spacing:.04em;
}

.content-detail-page .article-tags{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    padding:0;
    margin:0;
    border:0;
}

.content-detail-page .article-tags span{
    padding:8px 13px;
    border-radius:999px;
    background:#f3f6fb;
    color:#4a5974;
    font-size:13px;
    font-weight:700;
    border:1px solid #e3e9f3;
}

.content-detail-page .article-share-block .share-bar{
    margin-top:0;
    padding-top:0;
    border-top:0;
}

.content-detail-page .article-share-block .share-bar strong{
    display:none;
}

.content-detail-page .article-share-block .share-actions{
    gap:12px;
}

.content-detail-page .article-share-block .share-actions a,
.content-detail-page .article-share-block .share-actions button{
    min-height:48px;
    padding:11px 18px;
    border-radius:12px;
    border:1px solid #d9e3f1;
    color:#223452;
    font-weight:700;
    box-shadow:0 6px 18px rgba(17,35,72,.04);
}

.content-detail-page .article-neighbors-wrap .article-neighbors{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
    margin:0;
    padding:0;
    border-top:0;
}

.content-detail-page .article-neighbors-wrap .article-neighbors>div{
    min-height:112px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:18px 18px 16px;
    background:#f5f7fb;
    border:1px solid #e6edf7;
    border-radius:16px;
}

.content-detail-page .article-neighbors-wrap .article-neighbors>div:last-child{
    text-align:right;
}

.content-detail-page .article-neighbors-wrap .article-neighbors small{
    color:#8a97ab;
    margin-bottom:10px;
    font-size:13px;
}

.content-detail-page .article-neighbors-wrap .article-neighbors a{
    font-size:15px;
    color:#162a4b;
    line-height:1.6;
}

.content-detail-page .article-neighbors-wrap .article-neighbors span{
    color:#95a2b4;
    font-size:13px;
    line-height:1.6;
}

@media (max-width:850px){
    .content-detail-page .article-neighbors-wrap .article-neighbors{
        grid-template-columns:1fr;
    }

    .content-detail-page .article-neighbors-wrap .article-neighbors>div:last-child{
        text-align:left;
    }
}

@media (max-width:620px){
    .content-detail-page .article-detail-outside{
        margin-top:18px;
    }

    .content-detail-page .article-outside-block{
        margin-top:18px;
        padding-top:18px;
    }

    .content-detail-page .article-outside-title{
        margin-bottom:12px;
        font-size:12px;
    }

    .content-detail-page .article-tags{
        gap:8px;
    }

    .content-detail-page .article-tags span{
        padding:7px 11px;
        font-size:12px;
    }

    .content-detail-page .article-share-block .share-actions{
        gap:10px;
    }

    .content-detail-page .article-share-block .share-actions a,
    .content-detail-page .article-share-block .share-actions button{
        min-height:44px;
        padding:10px 14px;
    }

    .content-detail-page .article-neighbors-wrap .article-neighbors>div{
        min-height:auto;
        padding:15px 15px 14px;
    }

    .content-detail-page .article-neighbors-wrap .article-neighbors a{
        font-size:14px;
    }
}

/* V4.3.3：正文容器外的辅助内容统一居中 */
.content-detail-page .article-detail-outside{
    width:100%;
    max-width:980px;
    margin-left:auto;
    margin-right:auto;
}

.content-detail-page .article-outside-block{
    text-align:center;
}

.content-detail-page .article-outside-title{
    text-align:center;
}

.content-detail-page .article-tags{
    justify-content:center;
}

.content-detail-page .article-share-block .share-actions{
    justify-content:center;
}

.content-detail-page .article-share-block .share-qr-box{
    text-align:center;
}

.content-detail-page .article-share-block .share-qr-box img{
    margin-left:auto;
    margin-right:auto;
}

.content-detail-page .article-neighbors-wrap .article-neighbors{
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}

.content-detail-page .article-neighbors-wrap .article-neighbors>div,
.content-detail-page .article-neighbors-wrap .article-neighbors>div:last-child{
    align-items:center;
    text-align:center;
}

@media (max-width:620px){
    .content-detail-page .article-detail-outside{
        max-width:100%;
    }

    .content-detail-page .article-share-block .share-actions{
        justify-content:center;
    }
}
