﻿/*数据显示*/
.tabTh { width: 960px; height: 31px; float: left; background: url(/image/index/xy_tabBg.png); color: #fff; font-weight: bold; }
.tabTh div { height: 17px; float: left; overflow: hidden; margin-top: 8px; line-height: 17px; text-indent: 10px; background: url(/image/index/xy_tabBg2.png) no-repeat; }
.tabTh div.th1 { width: 23px; text-indent: 0; background: none; text-indent: 0; }

.th2 { width: 290px; }
.th3 { width: 210px; }
.th4 { width: 59px; }
.th5 { width: 70px; }
.th6 { width: 59px; }
.th7 { width: 49px; }
.th8 { width: 151px; }
.th9 { width: 49px; }
.tds { width: 960px; float: left; }
.td { float: left; height: 18px; line-height: 18px; padding: 10px 0; text-indent: 10px; }
.td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tds .th1 { width: 23px; height: 30px; float: left; padding-top: 8px; text-align: center; }
.tds .th2 { text-indent: 0; }

.th3 img { position: relative;}

/*翻页样式*/
.pagination { font-size: 80%; padding-top: 5px; }
.pagination a { text-decoration: none; border: solid 1px #AAE; color: #15B; display: block; float: left; padding: 2px 5px; margin-right: 5px; margin-bottom: 5px; }
.pagination span { display: block; float: left; padding: 3px 6px; margin-right: 5px; margin-bottom: 5px; }
.pagination .current { background: #26B; color: #fff; border: solid 1px #AAE; }
.pagination .current.prev, .pagination .current.next { color: #999; border-color: #999; background: #fff; }


