.hlpagination{
    display: inline-block;
  width: 100%;
    justify-content:center;
    align-items: center;
text-align: center;

}
.page-item{
 width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  margin: 0 4px;
  background-color: #fff;
  cursor: pointer;
display: inline-block;
   
}
.hlpagination .page-item.active .page-link {
    z-index: 3;
    background-color: #157BF2;
    border-color: #157BF2;
    border-radius: 50%;
color: #ffff;
}
.hlpagination .page-item .page-link  {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #157BF2;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 50%;
    }
   .hlpagination .page-item:last-child .page-link {
    border-radius: 50%;
}
   .hlpagination .page-item:first-child .page-link {
    border-radius: 50%;
}

.xzCard-list{
width:1400px;
margin:0px auto;
display: flex;
}
.xzCard-list ul{
padding:0;
margin:0;
}
.xzCard-list ul li{
      
    display: flex;
    float: left;
    background: #fff;
    box-shadow: 0px 5.87px 11.73px 0px rgba(0, 0, 0, 0.05);
margin-right:10px;
height: 110px;
    margin-bottom: 20px;
    width: 690px;
    /* display: none; */
    justify-content: space-between;

}
.xzCard-list ul li:nth-child(even){
margin-right:0;
float: right;
}
.xzCard-list ul li a img{
width:200px;
height:112px;
border-radius:8px;
padding:20px;
float:left
}
.xzCard-content{
    padding: 20px;
    width:477px;
position: relative;
}
.xzCard-content h3{
font-size:20px;
 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xzCard-content p{
font-size:15px;
color:#999999
}
.rightBtn{
     border-radius: 20px; 
    /* background: #157BF2; */
    color: #157BF2;
    padding: 2px 15px;
    float: right;
    margin-right: 20px;
    position: absolute;
    right: 0;
    bottom: 6px;
    border: 1px solid #157BF2;
    font-size: 15px;
text-decoration: none;

}
 .rightBtn:hover {
color:#333;
text-decoration: none;
}