  /* 确保侧边栏显示 */
    .sidebar_no .sidebar:not(.col-12) {
        display: block !important;
    }
    
    /* 修复侧边栏位置 - 桌面端 */
    @media (min-width: 992px) {
        .single-ask .content-wrap {
            float: left;
            width: 100%;
        }
        
        .single-ask .content-layout {
            margin-right: calc(310px + 15px);
        }
        
        .single-ask .sidebar:not(.col-12) {
            float: right;
            margin-left: -310px;
            width: 310px;
            position: unset;
        }
    }
    
    /* 移动端隐藏侧边栏 */
    @media (max-width: 991px) {
        .single-ask .sidebar {
            display: none !important;
        }
    }
    
    /* 美化相关文章样式 */
    .related-posts-list {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .related-posts-list li {
        padding: 8px 15px;
        border-bottom: 1px solid var(--muted-border-color);
        transition: all 0.3s ease;
    }
    
    .related-posts-list li:last-child {
        border-bottom: none;
    }
    
    .related-posts-list li:hover {
        background-color: var(--muted-bg-color);
    }
    
    .related-posts-list a {
        display: flex;
        align-items: center;
        color: var(--main-color);
        text-decoration: none;
    }
    
    .related-posts-list .post-dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--theme-color);
        margin-right: 10px;
        flex-shrink: 0;
    }
    
    .related-posts-list .post-title {
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .related-posts-list .post-date {
        color: var(--muted-color);
        margin-left: 10px;
        flex-shrink: 0;
    }
    
    /* 公众号关注板块样式 */
    .wechat-subscribe {
        border-radius: 4px;
        padding: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #eee;
        display: flex;
        align-items: center;
    }
    
    .wechat-qrcode {
        flex: 0 0 120px;
        margin-right: 15px;
    }
    
    .wechat-qrcode img {
        width: 100%;
        height: auto;
        border: 1px solid #eee;
    }
    
    .wechat-info {
        flex: 1;
    }
    
    .wechat-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    
    }
    
    .wechat-desc {
        font-size: 14px;
        color: #666;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    
    .wechat-follow {
        display: inline-block;
        background-color: #07c160;
        color: #fff;
        padding: 5px 15px;
        border-radius: 4px;
        font-size: 14px;
        text-decoration: none;
        transition: background-color 0.3s;
    }
    
    .wechat-follow:hover {
        background-color: #06ad56;
        color: #fff;
        text-decoration: none;
    }
    
    .wechat-followers {
        display: inline-block;
        color: #ff6b6b;
        font-weight: bold;
        margin-left: 10px;
        font-size: 14px;
    }
    
    @media (max-width: 576px) {
        .wechat-subscribe {
            flex-direction: column;
            text-align: center;
        }
        
        .wechat-qrcode {
            margin-right: 0;
            margin-bottom: 15px;
        }
    }
  .ask-con  section{
       line-height:36px;
   }
    .ask-con div{
       line-height:36px;
   }