﻿/******************************普通分页**********************************/
.newspg{
    display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin-top: 30px;
padding-left:40%
}
.newspg a{
    
float:left;
}
.newspg span{
    
float:left;
}
.newspg span a{

display: block;
font-size: .8125rem;
line-height: 1.75rem;
border: 1px #ddd solid;
padding: 0 .75rem;
margin-left: .25rem;
margin-bottom: .25rem;
color: #999;
-webkit-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;

}
.newspg span a:hover{border:1px solid #999;color:#999; }
.newspg span{margin:2px;}
.newspg span.current a{border:1px solid #174f99;background:#174f99;color:#fff;}
.newspg span a.disabled{border:1px solid #ccc;color:#ccc;cursor:default;}