<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table {  
    width:100%;  
    padding: 0px;  
    margin: 0px;  
    font-family:Arial, Tahoma, Verdana, Sans-Serif,å®‹ä½“;  
    border-left:1px solid #000;
    border-top:1px solid #000;	
    border-collapse:collapse;  
}  
  
/*è¡¨å¤´æ&nbsp;·å¼ã€‚*/  
.table th {  
    font-size:12px;  
    font-weight:600;  
    color: #303030;  
    border-right: 1px solid #000;  
    border-bottom: 1px solid #000;  
    border-top: 1px solid #ADD8E6;  
    letter-spacing: 2px;  
    text-align: left;  
    padding: 10px 0px 10px 0px;  
    background: url(../images/tablehdbg.png);  
    white-space:nowrap;  
    text-align:center;  
    overflow: hidden;  
}  
  
/*å•å…ƒæ&nbsp;¼æ&nbsp;·å¼ã€‚*/  
.table td {  
    border-right: 1px solid #000;  
    border-bottom: 1px solid #000;  
    background: #fff;  
    font-size:12px;  
    padding: 3px 3px 3px 6px;  

    word-break:break-all;  
    word-wrap:break-word;  
    white-space:normal;  
}  
  
/*è“è‰²å•å…ƒæ&nbsp;¼æ&nbsp;·å¼ï¼Œä¸»è¦ç”¨äºŽéš”è¡Œå˜è‰²ã€‚*/  
.table td.color{  
    background:#edf7f9;  
}  
  
/*è¡¨æ&nbsp;¼ä¸­è¶…çº§é“¾æŽ¥æ&nbsp;·å¼ã€‚*/  
.table td a:link{  
    font-weight:400 ;  
    color:#2259D7 ;  
    text-decoration:none  ;  
    word-break:break-all;  
    word-wrap:break-word;  
    white-space:normal;  
}  
  
.table td a:visited {  
    font-weight:400 ;  
    color:#2259D7 ;  
    text-decoration:none  ;  
    word-break:break-all;  
    word-wrap:break-word;  
    white-space:normal;  
}  
  
.table td a:hover {  
    font-weight:400 ;  
    text-decoration:underline ;  
    color: #303030;  
    word-break:break-all;  
    word-wrap:break-word;  
    white-space:normal;  
}  
  
.table td a:active {  
    font-weight:400 ;  
    text-decoration:none  ;  
    color:#2259D7 ;  
    word-break:break-all;  
    word-wrap:break-word;  
    white-space:normal;  
}  
.blank {
	font-family:Arial, Tahoma, Verdana, Sans-Serif,å®‹ä½“; 
	color: #03C;
	text-align: center;
	vertical-align: middle;
}</pre></body></html>