@charset "utf-8";

.path-node main {
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.path-node article p {
    text-indent: 2em;
    line-height: 1.7;
    margin-bottom: 12px !important;
    margin-block-start: 0;
    margin-block-end: 0;
}

.path-node article img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 16px auto;
}



@media all and (max-width: 767px) {
    .path-node main {
        width: 100%;
        padding: 24px 16px;
    }
    
    .path-node article img {
        max-width: 100%;
    }
    
}

/* Tablets Portrait 的样式*/
@media all and (min-width:768px) and (max-width: 959px) and (orientation: portrait) {
 
    
}

/* Tablets Landscape 的样式 */
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
 
    
}






