
/* 原有样式全部保留，无改动 */
table{
  margin:0 auto;           
  width:1105px;            
  border-collapse:collapse; 
  font-size:15px;          
  line-height:1.5;         
}

.title{
  text-align:center;       
  font-weight:700;         
}

tr{
  min-height:45px;         
  background:#fff;         
  border-top:1px solid #e5e6e7; 
  transition:.3s;          
}
tr:first-child{
  border-top:none;         
}
tr:hover{
  background:#e5e6e7;      
}
th{
  background:#203f5d;      
  color:#fff;              
  height:36px;             
  font-size:17px;          
  padding:0!important;     
  border:1px solid #203f5d!important; 
}

td,th{
  text-align:center;       
  padding:2px 0!important; 
  border:1px solid #e5e6e7; 
  vertical-align:middle;   
}
.bg-grey{background:#e5e6e7;}

tr.special-row {
    height: 16px !important;
    min-height: 16px !important;
    display: table-row;
}
tr.special-row td {
    padding:2px 0 !important;
    vertical-align: middle;
    font-size: 12px;
}
