﻿/* 子页面标题区域 */
.subpage-hero {
    background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 102, 204, 0.8)), url('../Image/pic02.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0 70px;
    color: white;
    text-align: center;
    position: relative;
}

    .subpage-hero h1 {
        font-size: 2.8rem;
        margin-bottom: 15px;
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }

.breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
}

    .breadcrumb li {
        margin: 0 5px;
    }

        .breadcrumb li a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
        }

            .breadcrumb li a:hover {
                color: white;
                text-decoration: underline;
            }

        .breadcrumb li:not(:last-child)::after {
            content: ">";
            margin-left: 10px;
            color: rgba(255,255,255,0.6);
        }



.hr {
    background-color: #34495e;
    padding: 10px 0;
}

    .hr ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

    .hr li {
        margin: 0 15px;
    }

    .hr a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        padding: 5px 10px;
        border-radius: 4px;
        transition: background-color 0.3s;
    }

        .hr a:hover {
            background-color: #2c3e50;
        }

/*.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
}*/

section {
    background-color: white;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/*h1, h2, h3 {
    color: #2c3e50;
}*/

/*h2 {
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
    margin-top: 0;
}*/

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #3498db;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.contact-info {
    background-color: #e8f4fc;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}
