
/** 表格*/
body{font-family:微软雅黑, 'Microsoft YaHei', arial, tahoma, 宋体;}
.pronr table,.pubnr table{width:100%;border:1px solid #999;border-left:none;border-top:none;text-align:center;}
.pronr table tr,.pubnr table tr{line-height:30px;color:#676767;height:30px;}
.pronr table tr:nth-child(odd):hover,.pronr table tr:nth-child(even):hover,.shcs table tr:nth-child(even):hover,.pubnr table tr:nth-child(odd):hover,.pubnr table tr:nth-child(even):hover{background:#00A8DD;}
.pronr table tr:nth-child(odd):hover td,.shcs table tr:nth-child(even):hover td,.pubnr table tr:nth-child(odd):hover td{color:#fff;}
.pronr table tr td,.pubnr table tr td{color:#676767;font-size:14px;border-left:1px solid #999;border-top:1px solid #999;}
.pronr table tr:nth-child(odd),.pubnr table tr:nth-child(odd){background:#D1DAE0;}
.pronr table tr:nth-child(even),.pubnr table tr:nth-child(even){background:#EFEFEF;}
/**  表格居中*/
table {margin: auto;}