.xy_head{
    text-align: center;
    padding: 5px;
    color:blue;
    font-size: 18px;
    font-weight: bold;
}
.xy_body{
    text-align: left;
    padding: 5px;
    font-size: 14px;
}
.xy_bodyHead{
    text-align: left;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}
table, table tr th, table tr td {
    border: 1px solid #DCDFE6;
    /*margin: auto*/
}

table {
    width: 100%;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    border-collapse: collapse;
}

th {
    background-color: #E4E7ED;
    text-align: center;
}