/*分页样式*/
.pagelist {
    float: none;
    margin-left: 20%;
}
.pagelist li a {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #C1C1C1;
    opacity: 1;
    padding: 5px;
}
.pagelist li{
    margin-right: 20px;
    height: 30px;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    min-width: 30px;
    margin: 10px;
}
.pagelist li:last-child {
    width: 120px;
    box-shadow: none;
}
.pageinfo strong:last-child{
    margin-left: 13px;
}

.game_list_name {
    float: left;
    position: relative;
    width: 90px;
    height: 32px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #1C1C1C;
    opacity: 1;
}
.pagelist li.thisclass a{
    font-weight: bold;
    color: #0088FF;
}

.pageinfo{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
    opacity: 1;
}