/**/
.list_sanji+.n_news_detail{padding-top:0;}
/*pagebar可改为自定义名称*/

/*公共样式 字体，行高，字体颜色等*/
.pagebar {
display: flex;
align-items: center;
flex-wrap: wrap;
margin: .64rem 0 0;
justify-content: space-between;}
.pagebar .p_pages{
display:flex;}
.pagebar *{transition:.5s;}
.pagebar .pagebar-left{}
/*控制是否显示 "上页" "下页"*/
.pagebar .pagebar-left .p_prev,.pagebar .pagebar-left .p_prev_d,.pagebar .pagebar-left .p_next,.pagebar .pagebar-left .p_next_d{
    display:none;}
.pagebar .pagebar-right{}
/*控制是否显示页码*/
.pagebar .pagebar-right .p_no,.pagebar .pagebar-right .p_no_d,.pagebar .pagebar-right .p_dot{
    display:none;}
/*去掉a链接的下划线*/
.pagebar a{
    text-decoration: none;}

/*按钮和页码的外观*/
.pagebar .p_no_d, .pagebar .p_no a,.pagebar .p_dot{
display: flex;
width: .8rem;
height: .68rem;
background: #f8f7f8;
font-size: .18rem;
color: #4b4b4b;
align-items: center;
justify-content: center;}
.pagebar .p_fun_d,.pagebar .p_fun a{
display: flex;
width: 1.16rem;
height: .68rem;
background: #f8f7f8;
font-size: .18rem;
color: #4b4b4b;
align-items: center;
justify-content: center;}
.pagebar .p_next,.pagebar .p_next_d{
background: #eeeeee;
margin-left: .02rem;}
.pagebar .p_next a,.pagebar .p_next_d a{
background: #eeeeee;}
/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d{
    color: #4b4b4b;}

/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a{
    color: #4b4b4b;}

/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover,.pagebar .p_fun a:hover, .pagebar .p_goto a:hover,.pagebar .p_no_d{
    background-color: #f4a138;
    color:#fff;}


/*页码省略号...的外观*/

/*当前页码的外观*/
.pagebar .p_no_d {}

/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first,.pagebar .p_first_d,.pagebar .p_last,.pagebar .p_last_d{
    display:none;}



/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d,.pagebar .p_prev_d,.pagebar .p_next_d,.pagebar .p_last_d{}


/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;
    outline-width:thin;
    outline-color:#f4a138;
    margin:0px 2px;
    padding:0px 1px;
    width:22px;
    text-align:center;}

/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus{
    border: 1px solid #f4a138;}

/*跳转按钮的外观*/
.pagebar .p_goto a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;

    margin:0px;

    height:24px;
    -height:auto;
    
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;}

@media(max-width: 768px){
    .pagebar{ margin: .4rem 0 0;}
    .pagebar .pagebar-left{width: 100%;margin-bottom: .1rem;justify-content: center;}
    .pagebar .pagebar-right{width: 100%;justify-content: center;}
    .pagebar .p_pages{justify-content: center;}
    .pagebar .p_no_d,.pagebar .p_no a, .pagebar .p_dot{width: .7rem;height: .5rem;}
    .pagebar .p_fun_d,.pagebar .p_fun a{width: 1.2rem; height:.5rem;}
    .pagebar .p_no_d{ flex-shrink:0;}
}
