@charset "utf-8";
/* 分页page */
.pagination{text-align:center;  display:inline; }
.pagination a{
    font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 40px;
}
.pagination a{
    padding-left:20px; padding-right:20px;
    height:39px;background:#FFF;
	border-top: 1px solid #F4F4F4;
	border-right: 1px solid #E8E8E8;
    box-shadow: 0 1px 2px 0 #ddd;
    border-radius: 0;
	display:inline-table;
}
.pagination a:hover,.pagination a.cur{
    color: #E53E49;
    background:#F8F8F8;
}
a.item_double_left,a.item_s_left,a.item_double_right,a.item_s_right{padding-left:25px; padding-right:25px; height:40px;}
.double_left {
    background: url(/static_2016/images/ico_left2.png);
    background-position: center;
    background-repeat: no-repeat;
	width:10px; height:10px;margin-top:15px; display:inline-table;
}
.s_left {
    background: url(/static_2016/images/ico_left.png);
    background-position: center;
    background-repeat: no-repeat;
	width:10px; height:10px;margin-top:15px; display:inline-table;
}
.s_right {
    background: url(/static_2016/images/ico_right.png);
    background-position: center;
    background-repeat: no-repeat;
	width:10px; height:10px;margin-top:15px; display:inline-table;
}
.double_right {
    background: url(/static_2016/images/ico_right2.png);
    background-position: center;
    background-repeat: no-repeat;
	width:10px; height:10px;margin-top:15px; display:inline-table;
}
