﻿.gGridSTableList
{
    margin: 0px;
    padding: 0px;
    width: 1036px;
    border-spacing: 1px;
    border-collapse: collapse;
    display: table;
    position: relative;
}
.gGridSTableList td
{
    border:1px solid #000000;
    padding:0px;
    margin:0px;
    font-family: 宋体;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
.gGridSTableList thead tr
{
    background-color: #E3E3E3;
    height: 28px;
}
.gGridSTableList thead tr td
{
    font-weight: bold;
    text-align: center;

}
.gGridSTableList tbody a
{
    color: #CC0000;
    text-decoration: none;
}
.gGridSTableList tbody  a:hover
{
    color: #CC0000;
    text-decoration: underline;
}
.gGridSTableList tbody tr
{
    background-color: #F9F9F9;
    height: 28px;
    line-height: 22px;
}.gGridSTableList tbody tr td
{
    word-break:break-all;word-wrap:break-word;
}

