﻿/* 分页 */
.Tpage-box {
 
  text-align: center;
  line-height: 28px;
  
}
#page a,
#page span {
  font-size: 14px;
  color: #6f6f6f;
  padding: 8px 12px;
  margin: 0 1px;
  border-radius: 2px;
}
#page a:hover {
  background-color: #999;
  color: #fff;
}
#page span.current {
  background-color: #999;
  color: #fff;
}
#page span.disenable {
  color: #a9a1a1;
}
#page :last-child,
#page :first-child {
  display: inline-block;
  width: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  border: 12px solid transparent;
  border-right-color: #999;
  vertical-align: middle;
  margin: 0 14px;
}
#page :last-child {
  border-right-color: transparent;
  border-left-color: #999;
}
#page :first-child:hover,
#page :last-child:hover {
  background-color: transparent;
}
