/* 第一个 */
.fen_footer_father{
    width: 100%;
    /* height: 50px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .fen_footer_father>p{
    margin-right: 5px;
  }
  .fen_footer_father a{
    padding: 5px;
    cursor: pointer;
    border: 1px solid #4983ff;
  }  
 .fen_footer_father a:hover{
    background: #4983ff;
    color: #ffffff;
  }
  .fen_footer_children>div:last-child>p{
    float: left;
    margin-right: 20px;
  }
  .fen_footer_children>div:last-child>select{
    float: left;
    width: 100px;
    height: 30px;
    margin-top: 10px;
  }
/* 第二个 */
.page_pag{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-bottom: 10px; 
  }
  .page_pag>a{
    /* margin: 10px 10px 0 0; */
    padding: 5px 10px;
    color: #ffffff;
    cursor: pointer;
    background: rgb(40,111,235);
    border: 1px solid rgb(40,111,235);
  }
  .page_pag>a:hover{
    background: #ffffff;
    color: rgb(129,129,129);
  }