﻿/*分页样式*/
.div_currpage {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 30px;
}
.div_currpage a, .div_currpage span {
  padding: 8px 20px;
	border-radius: 10px;
  line-height: 35px;
  background: #ffffff;
  text-align: center;
  display: inline;
  margin-top: 10px;
}
.div_currpage span, .div_currpage a:hover {
padding: 8px 20px;
  background: #ff910f;
  color: #fff;
}