﻿div[tagType='pagination']{
text-align: center;
}
div[tagType='pagination'] a{
margin-left: 5px;
width: auto;
height: 20px;
text-decoration: none;
border: 1px solid #CCC;
padding: 2px 5px;
color: black;
font-size: small;
/* font-family: 微软雅黑; */
}
div[tagType='pagination'] a:hover{
color:red;
}

div[tagType='pagination'] a.selected {
background-color: limegreen;
color: white;
font-weight: bold;
border: 1px solid lightblue;
}