/* custom-styles.css */
.company-info {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
}
.intro {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.info-table th, .info-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
.info-table th {
    background-color: #f2f2f2;
    width: 120px; /* 固定宽度 */
}
.contact-info {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}