﻿ /*=================================Grid*/
 .gzTreeViewList {
     border: 0px;
     margin: 0px;
     padding: 0px;
     width: 100%;
     display: table;
     position: relative;
     border-spacing: 0px;
     border-top: 1px solid #D4D4D4;
     border-left: 1px solid #D4D4D4;
 }


 .gzTreeViewList thead tr {
     background-color: #e9e9e9;
     height: 28px;
     font-family: 微软雅黑, 宋体;
     font-size: 16px;
     color: #666666;
     text-decoration: none;
     text-align: center;
 }

 .gzTreeViewList thead tr td {
     background-color: #e9e9e9;
 }

 .gzTreeViewList td {
     border-bottom: 1px solid #D4D4D4;
     border-right: 1px solid #D4D4D4;
 }

 .gzTreeViewList tbody a {
     color: #CC0000;
     text-decoration: none;
 }

 .gzTreeViewList tbody a:hover {
     color: #CC0000;
     text-decoration: underline;
 }

 .gzTreeViewList tbody tr,
 .gzTreeViewList tfoot tr {
     background-color: #F0F0F0;
     height: 22px;
     font-family: 宋体;
     font-size: 14px;
     color: #666666;
     text-decoration: none;
     line-height: 22px;
 }

 .gzTreeViewList tbody tr:hover {
     background-color: #FFFFD7;
 }

 .gzTreeViewList tbody tr td {
     word-break: break-all;
     word-wrap: break-word;

 }



 .gzTreeViewListSpreadBtn {
     cursor: pointer;
 }