﻿/*repeater 分页样式*/
#LB_Navgetion
{
}
#RepeaterNumberList_Page a1 {
    font-weight: normal;
    font-size: 12px;
    font-family: "微软雅黑", Microsoft YaHei;
    width: 64px;
    line-height: 32px;
    border: 2px solid #000;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    overflow: hidden;
    text-align: center;
}
/*样式位置*/
.RepeaterNumberPanel
{

}
/*当前选中*/
.RepeaterNumberList_Now
{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    font-family: Aparajita;
        background: #3f3f3f;
    color: #fff;
}
/*页码*/
.RepeaterNumberList
{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    font-weight: bold;
    font-family: Aparajita;
}
}
.RepeaterNumberList a span
{ 
    display:block; width:28px; height:28px; background:#fff; border:1px solid #ddd; text-align:center; line-height:28px;
}
/*鼠标滑过*/
.RepeaterNumberList :hover 
{

}
/*上、下一页*/
.RepeaterNumberList_Page
{
    font-weight: normal;
    font-size: 12px;
    font-family: "微软雅黑", Microsoft YaHei;
    width: 64px;
    line-height: 32px;
    border: 2px solid #000;
    margin: 0px;
        display: inline-block;
    vertical-align: middle;
    height: 36px;
    overflow: hidden;
    text-align: center;
}
/*上、下一页*/
.RepeaterNumberList_Page1
{
    
   display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 27px;
    font-size: 13px;
    color: #cccccc;
    text-align: center;
    border: 1px #cccccc solid;
     margin-left:5px;
    margin-right:5px;
}
.RepeaterNumberList_Page:hover
{
	
}
/*第几页*/
.RepeaterList {
     height: 25px;
     margin-left:10px;
     vertical-align:top;

}

@media only screen and (max-width:767px) {
    .RepeaterNumberList_Page{ width: 54px; height: 28px; line-height: 26px; border-width: 1px; margin: 0 10px;}
    .RepeaterNumberList,.RepeaterNumberList_Now{ width: 28px; height: 28px; line-height: 28px; font-size: 14px; font-weight: normal; font-family: Arial;}

}


