.banner{
    height: 3rem;
    position: relative;
}

.banner img{
    width: 100%;
    height: 100%;
}

/* 面包屑 */
.breadcrumb{
    padding: 0.2rem 0;
    font-size: 0.18rem;
    color: #999;
    display: flex;
    align-items: center;
}

.breadcrumb .locIcon{
    width: 0.12rem;
    height: 0.16rem;
    margin-right: 0.12rem;
}

.breadcrumb .separator{
    margin: 0 0.1rem;
    color: #606060;
}

.breadcrumb .current{
    color: #2672FF;
}

/* 详情主体 */
.detailWrap{
    margin-top: 0.2rem;
    margin-bottom: 0.72rem;
}

/* 文章头部 - 标题和元信息居中 */
.articleHeader{
    text-align: center;
    margin-bottom: 0.4rem;
}

.articleHeader .articleTitle{
    font-size: 0.4rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 0.24rem;
}

.articleHeader .articleMeta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.18rem;
    color: #999;
    background: #f5f5f5;
    padding: 0.12rem 0.4rem;
    border-radius: 0.04rem;
}

/* 左右分栏 */
.articleBody{
    align-items: flex-start;
}

.articleBody .left{
    width: 10.2rem;
    min-height: 4rem;
}

.articleBody .left .articleContent{
    font-size: 0.2rem;
    color: #333;
    line-height: 1.8;
}

.articleBody .left .articleContent img{
    max-width: 100%;
    height: auto;
}

.articleBody .left .articleContent p{
    margin-bottom: 0.16rem;
}

/* 右侧边栏 */
.articleBody .right{
    width: 4rem;
    position: sticky;
    top: 1.1rem;
}

.articleBody .right .sidebarTitle{
    background: #2672FF;
    color: #fff;
    font-size: 0.32rem;
    font-weight: 700;
    text-align: center;
    padding: 0.2rem 0;
    line-height: 1;
}

.articleBody .right .sidebarList{
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-radius: 0 0 0.08rem 0.08rem;
    padding: 0.16rem 0.2rem;
    max-height: 6rem;
    overflow-y: auto;
}

.articleBody .right .sidebarList::-webkit-scrollbar{
    width: 4px;
}

.articleBody .right .sidebarList::-webkit-scrollbar-thumb{
    background: #ddd;
    border-radius: 2px;
}

.articleBody .right .sidebarList .sidebarUnit{
    display: flex;
    align-items: center;
    padding: 0.14rem 0;
    cursor: pointer;
    border-bottom: 1px dashed #f0f0f0;
    transition: background 0.2s;
}

.articleBody .right .sidebarList .sidebarUnit:last-child{
    border-bottom: none;
}

.articleBody .right .sidebarList .sidebarUnit:hover{
    background: #f5f8ff;
}

.articleBody .right .sidebarList .sidebarUnit.active{
    background: #f0f5ff;
}

.articleBody .right .sidebarList .sidebarUnit .dot{
    width: 0.08rem;
    height: 0.08rem;
    background: #2672FF;
    border-radius: 50%;
    margin-right: 0.12rem;
    flex-shrink: 0;
}

.articleBody .right .sidebarList .sidebarUnit .sTitle{
    flex: 1;
    font-size: 0.18rem;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleBody .right .sidebarList .sidebarUnit .sDate{
    font-size: 0.16rem;
    color: #2672FF;
    margin-left: 0.1rem;
    flex-shrink: 0;
}

.indexfoot{
    margin-top: 0;
}
.detailBack{
    margin-top: 0.5rem;
    padding-top: 0.3rem;
    border-top: 1px solid #E8E8E8;
    text-align: center;
}

.detailBack a {
    display: inline-block;
    width: 2rem;
    height: 0.56rem;
    line-height: 0.56rem;
    background-color: #0069FD;
    color: #fff;
    font-size: 0.24rem;
    border-radius: 0.1rem;
    text-decoration: none;
    text-align: center;
}
