/* 顶部公告样式 - 从参考文件复制 */
.centerArea {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
    background: #fff;
    margin-top: 44px;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 8px;
}

.centerArea .lbox {
    flex: 1;
    margin-right: 10px;
}

.centerArea .lbox .userName {
    display: block;
    font-size: 12px;
    font-family: PingFang SC, sans-serif;
    font-weight: 600;
    color: #1f285a;
    line-height: 1.4;
    margin-bottom: 5px;
}

.centerArea .lbox .bcontent {
    font-size: 14px;
    font-family: PingFang SC, sans-serif;
    font-weight: 500;
    color: #4a5c95;
}

.centerArea .lbox .bcontent .money {
    font-size: 16px;
    font-family: DIN, Arial, sans-serif;
    font-weight: 700;
    color: #1f285a;
}

.centerArea .robx {
    flex-shrink: 0;
}

.centerArea .robx .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.centerArea .robx .item .menuImg {
    width: 35px;
    height: 35px;
    display: block;
}

.centerArea .robx .item .b_Text {
    font-size: 0.75rem;
    font-family: PingFang SC, sans-serif;
    font-weight: 500;
    color: #1f285a;
    margin-top: 0.25rem;
}

/* 调整公告后面的导航卡片间距 */
.centerArea + .card.gg.index {
    margin-top: 10px !important;
}
