﻿﻿
.PagListDiv
{
	}
.pagination
{
   height:26px;
   line-height:26px;
    font-size: 12px;
	margin:10px 9px;
	+margin:410px 9px;
}

.pagination a
{
    text-decoration: none;
    /* border: solid 1px #dedede !important; */
}

.pagination a, .pagination span
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
	color: #333;
	font-weight: normal;
}

.pagination .pageIdx
{
    /* width: 36px; */
    text-align: center;
	font-family:"Microsoft YaHei",微软雅黑;
	font-size:14px!important;
    cursor:pointer;
}

.pagination .prev{
width: 60px;
text-align: center;
cursor:pointer;
}

.pagination .next{
width: 60px;
text-align: center;
cursor:pointer;
}

/* .pagination .current */
/* { */
    /* font-size:14px; */
	/* font-weight:bold; */
	/* color:red; */
	/* font-family:"Microsoft YaHei",微软雅黑; */
    
/* } */

/* .pagination .current.prev, .pagination .current.next */
/* { */

    /* font-size:12px; */
	/* font-weight:normal; */
	/* font-family:SimSun-ExtB; */
    /* color: #666666; */
	/* border: solid 1px #dedede; */
    /* background: #fff; */
    /* cursor:pointer; */
	/* width: 60px; */
/* } */

.pagination .current {
    font-size: 14px;
    /* font-weight: bold; */
    /* color: red; */
    font-family: "Microsoft YaHei",微软雅黑;
    color: #333;
}

.pagination .current.prev, .pagination .current.next {
	font-size: 12px;
	font-weight: normal;
	font-family: SimSun-ExtB;
	color: #666666;
	/* border: solid 1px #dedede; */
	/* background: #fff; */
	cursor: pointer;
	width: 60px;
	color: #333;
}

.pagination a:link{  color: #666666;background-color:none;text-decoration:none;}
.pagination a:visited {  color:#666666;background-color:none;}
/* .pagination a:hover { color: white;background-color:rgb(153, 153, 153);text-decoration:none;} */

.pg_gongPageNum{color:#666666;font-size:14px;font-weight:normal;min-width:60px;text-align:center;}
.pg_maxpagenum{color:#666666;font-size:14px;font-weight:normal;min-width:60px;text-align:center;}
.pg_zhuandao{color:#666666;font-size:12px;font-weight:normal;text-align:center;}
.pg_num_input{width: 40px; height: 26px; line-height: 26px;border: solid 1px #dfdfdf;float:left;margin-right: 5px;
    margin-bottom: 5px;}

.pagination .pg_gobtn{
border: solid 1px #dfdfdf!important;
font-size:14px;
width: 30px;
font-family:"Microsoft YaHei",微软雅黑,SimSun-ExtB;
text-align: center;
cursor:pointer;
margin-right: 5px;
    margin-bottom: 5px;
}

.xianzhi li a{
	display:block;
	width:86px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}