.pager{clear: both;display: flex;width: 95%;margin: 20px 0 30px;font-size: 14px;font-family: Arial, Helvetica, sans-serif;text-align: center;justify-content: center;}
.pager a{background: none;border: 1px solid #aaa;color: #a70910;line-height: 35px;margin: 0 5px;width: 35px;height: 35px;border-radius: 5px;font-size: 14px;}
.pager b{background: none;color: #a70910;display: inline-block;line-height: 35px;margin: 0 5px;width: 35px;height: 35px;}
.pager a:hover,.pager a.current{background-color: #A70910;color: #FFFFFF;text-decoration: none;}
.pager .p{font-size: 30px;display: flex;align-items: stretch;justify-content: center;line-height: unset;}
.pager input{height: 30px;line-height: 30px;width: 30px;text-align: center;background: none;border: 1px solid #aaa;border-radius:0.5rem;margin:0 5px;}
.pager span{padding: 0 0 0 20px;color: #777;display: flex;align-items: center;}
.pager span a{padding: 0 10px;font-size: 16px}

.mobilemore{display: none;width: 95%;margin: 20px 0 30px;}
.mobilemore a{background: #fff;border: 1px solid #ccc;font-size: 14px;line-height: 35px;text-align: center;border-radius: 6px;width:30%;}
.mobilemore a.next{}
@media screen and (max-width: 1225px){
	.pager{display: none}
	.mobilemore{display: flex;justify-content: space-between;justify-content: space-evenly;}
}
@media screen and (max-width: 768px){
	.mobilemore{width: 100%;}
	.mobilemore a{text-align: center;border-radius: 6px;width:40%;}

}
@media screen and (max-width: 725px){
	.mobilemore a{font-size: 13px;}
}