@charset "utf-8";

.path-node .submitted-by {
    font-size: 14px;
    color: #999;
    padding-bottom: 4px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.path-node article p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
    text-indent: 2em;
}

.path-node article p img {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 12px auto;
    border-radius: 4px;
}

.page-node-5 article img {
    width: 60%;
    height: auto;
    float: left;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 24px;
}



@media all and (max-width: 767px) {
    
    .path-node article p img {
        max-width: 100%;
        float: none;
        margin: 12px 0;
    }
    
    .page-node-5 article img {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 12px;
    }
    
    .path-node .submitted-by {
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    .path-node article p {
        font-size: 16px;
        line-height: 1.6;
        text-indent: 0;
        margin-bottom: 16px;
    }
    
    /* 表格响应式 */
    .path-node table {
        width: 100%;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 14px;
    }
    
    .path-node table th,
    .path-node table td {
        padding: 8px 4px;
        min-width: 80px;
    }
}

/* iPad Air Portrait 的样式*/
@media all and (min-width:768px) and (max-width: 820px) and (orientation: portrait) {
    
    .path-node article p img {
        max-width: 70%;
    }
    
}

/* iPad Air Landscape 的样式 */
@media all and (min-device-width: 820px) and (max-device-width: 1179px) and (orientation: landscape) {
 
    .path-node article p img {
        max-width: 70%;
    }
}

/* 通用内容响应式 */
@media all and (max-width: 767px) {
    /* 内容容器 */
    .section-content {
        width: 100%;
        padding: 0 8px;
    }
    
    /* 标题响应式 */
    .path-node h1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 16px;
    }
    
    .path-node h2 {
        font-size: 20px;
        margin: 24px 0 12px;
    }
    
    .path-node h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    
    /* 列表响应式 */
    .path-node ul,
    .path-node ol {
        padding-left: 20px;
        margin-bottom: 16px;
    }
    
    .path-node li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 8px;
    }
    
    /* 区块间距 */
    .path-node .field--name-body {
        margin-bottom: 24px;
    }
    
    /* 按钮和链接 */
    .path-node a {
        font-size: 16px;
        line-height: 1.6;
    }
    
    /* 代码块 */
    .path-node pre,
    .path-node code {
        font-size: 14px;
        overflow-x: auto;
    }
}






