body {
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    color: #333;
    line-height: 1.6;
}



.h1 {
    color: #0066cc;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.datefrom {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}



.new_con h2 {
    color: #d35400;
    border-left: 4px solid #e67e22;
    padding-left: 10px;
    margin: 25px 0 15px;
}

.new_con p {
    margin-bottom: 15px;
}

.scenic-spot {
    margin: 25px 0;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eee;
}



.img-caption {
    text-align: center;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}





/* 响应式调整 */
@media (max-width: 768px) {

    
    
    .scenic-img {
        max-width: 100%;
    }
}