/*body {
    font-family: "Microsoft YaHei", SimSun, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}*/
.doc-container {
    background-color: white;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.doc-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1a5276;
}
.doc-subtitle {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #2874a6;
}
h1 {
    font-size: 20px;
    color: #1a5276;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
}
h2 {
    font-size: 18px;
    color: #2874a6;
    margin-top: 25px;
    margin-bottom: 10px;
}
/*p {
    text-indent: 2em;
    margin: 10px 0;
}*/
ul {
    margin: 10px 0;
    padding-left: 40px;
}
li {
    margin-bottom: 8px;
}
.highlight {
    font-weight: bold;
    color: #e74c3c;
}
.section {
    margin-bottom: 25px;
}
.honor-list {
    background-color: #f2f9ff;
    padding: 15px;
    border-left: 4px solid #3498db;
    margin: 15px 0;
}
.footer {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #7f8c8d;
}