/* html,body{margin: 10px;padding:0} */
/* a:focus {outline: none;} */
/* h3.head_title {border-bottom: 1px solid #d5ddeb;color: #1c7493;display: block;font-size: 4px;height: 30px;line-height: 30px;margin-bottom: 10px;} */
/* 通用表格显示 */
/* table, th, td {font: 15px Arial,Helvetica,sans-serif,'宋体';margin: 10px;padding: 0} */
table{border-spacing: 0;border-collapse: collapse;empty-cells: show; }
.data-table {width: 215%;border-style: none;background-color: #fff;/*margin-bottom: 20px;*/text-align: center; }
.data-table th, .data-table td { padding: 5px;line-height: 20px;min-width:120px;}
.data-table thead th {background-color: #eee;margin: 0;text-align: center;font-weight: 500}
.data-table thead tr {height:60px;color: 000000;font-size: 18px;}
.data-table tbody td {background-color: #fff;border-bottom: 1px dotted #ddd;table-layout:automatic;word-break:break-all;border-collapse:collapse;font-weight: 400}
/*表格分页列表*/
.data-table td.paging a {border: 1px solid #eee; color: #444; margin: 4px; padding: 2px 7px; text-decoration: none; text-align:center;}
/*表格分页当前页*/
.data-table td.paging a.current {background: #eee; border: 1px solid #CFCFCF; color: #444; font-weight: bold;}
.data-table td.paging input{border:1px solid #4D90BB;font-family:Arial,sans-serif,Tahoma; font-size:12px; padding:0 5px;outline: none}
.data-table td.paging .search-txt{height:20px;line-height:20px;width: 100px }
.data-table td.paging .search-btn{height: 22px;border-left:none;cursor: pointer;_filter:chroma(color=#000000);_border:none;}
