body {
        background: #f8f8f8;
    }
    
    .container6 {
            max-width: 1429px;
            margin: 0 auto;
            font-family: "Microsoft YaHei", sans-serif;
            color: #333;
            line-height: 1.6;
            box-sizing: border-box;
            background:#f8f8f8;
        }
        
        .container6 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .container6 .header {
            background-color: #D45219;
            color: white;
            padding: 20px;
            text-align: center;
            border-radius: 30px 30px 0 0;
            margin-bottom: 0;
             font-size: 28px;
        }
        
        .container6 .header h1 {
            font-size: 24px;
            font-weight: bold;
        }
        
        .container6 .description {
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 0 0 5px 5px;
            color: #333;
            font-weight: bold;
            text-indent: 1em;
        }
      
        .container6 table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            table-layout: fixed;
            border: none;
        }
        
        .container6 caption {
            font-size: 18px;
            font-weight: bold;
            text-align: left;
            padding: 10px 0;
            color: #D45219;
        }
        
        .container6 th, .container6 td {
            border-right: 3px solid #ffffff;
            border-bottom: 3px solid #ffffff;
            border-left: none;
            border-top: none;
            padding: 15px;
            text-align: center;
            min-width: 140px;
            word-wrap: break-word;
            white-space: normal;
        }
        
        .container6 tr:first-child th,
        .container6 tr:first-child td {
            border-top: none;
        }
        
        .container6 th:last-child,
        .container6 td:last-child {
            border-right: none;
        }
        
        .container6 tr:last-child th,
        .container6 tr:last-child td {
            border-bottom: none;
        }
        
        .container6 th {
            background-color: #f5f5f5;
            font-weight: bold;
        }
        
        .container6 tr {
            background-color: #f0f0f0;
        }
        
        .container6 .semester-header {
            background-color: #f0f0f0;
            font-weight: bold;
            text-align: center;
            width: 15%;
            color: #D45219;
        }
        
        .container6 .content-header {
            background-color: #f0f0f0;
            font-weight: bold;
            width: 18%;
            font-size: 13px;
            line-height: 1.3;
        }
        
        .container6 .student-type {
            background-color: #f0f0f0;
            font-weight: bold;
            width: 10%;
            color: #D45219;
        }
        
        .container6 .main-title {
            text-align: center;
            margin-bottom: 20px;
        }
        
        .container6 .main-title h1 {
            color: #D45219;
            font-weight: bold;
            font-size: 48px;
            margin-bottom: 15px;
        }
        
        .container6 .title-divider {
            border: none;
            height: 2px;
            background-color: #D45219;
            width: 98%;
            margin: 0 auto;
        }
        
        .container6 .note {
            font-size: 14px;
            color: #666;
            margin-top: 20px;
        }
        
        .container6 .long-text {
            font-size: 12px;
            line-height: 1.2;
            padding: 8px;
        }