.doctop img {
    width: 100%;
}
.docbottom {
    background-color: #811B1B;
    height: 90px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 90px;
}
.doclist {
    margin-top: ;
}
.doclistall {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listchidBOX {
    display: flex;
    padding: 15px 14px;
    width: 584px;
    height: 184px;
    margin-top: 26px;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    box-shadow: 0 0 10px  rgba(0, 0, 0, 0.16);
}
.listchidBOX:hover {
    border: 1px solid #A21F25;
    box-shadow: 0 0 10px  rgba(247, 31, 31, 0.16);
}
.listchidBOX .listchi {
    display: flex;
}
.listchidBOX .listchi img {
    width: 216px;
    height: 153px;
}
.listchidBOX .chiright .titlechi {
    font-size: 16px;
    font-weight: 600;
    color: #3F3F3F;
}
.listchidBOX .chiright .titlechi:hover {
    color: #811B1B;
}
.listchidBOX .chiright .chicont {
    font-size: 14px;
    color: #747474;
}
.listchidBOX .chiright .chitime {
    font-size: 14px;
    color: #BCBCBC;
}
.listchidBOX .chiright {
    margin-top: 27px;
    margin-left: 16px;
}
.listchidBOX .chiright .chicont {
    margin-top: 17px;
    line-height: 20px;
}
.chiright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 320px;
}
.pagination{
    margin-bottom: 44px;
  }
  .pagination ul li{
    margin: 0 3px;
    color: #3F3F3F;
  }
  .pagination ul li a{
    display: flex; align-items: center; justify-content: center;
    width: 34px; height: 34px;
    border: 1px solid #E2E2E2; border-radius: 4px;
    font-size: 16px; color: #3F3F3F;
  }
  .pagination ul li a:hover{
    color: #fff;
    background-color: #A21F25;
  }
  .pagination ul li.on a{
    border-color: #A21F25;
    color: #fff;
    background-color: #A21F25;
  }
  .pagination ul li.jump{
    display: flex; align-items: center;
    height: 34px;
    border: 1px solid #E2E2E2; border-radius: 4px;
  }
  .pagination ul li.jump input[type=text],
  .pagination ul li.jump input[type=number]{
    width: 48px; text-align: center; font-size: 16px;
    border: none;
    outline: none; margin: 0; padding: 0; height: 32px;
  }
  .pagination ul li.jump .submit{
    position: relative;
    border: none;
    width: auto; padding: 0 10px;
  }
  .pagination ul li.jump .submit::before{
    content: "";
    position: absolute; left: 0; top: 50%;
    transform: translateY(-50%);
    height: 22px; width: 1px;
    background-color: #E2E2E2;
  }
  .docwei {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    width: 1200px;
  }

  @media screen  and (max-width: 768px){
    .listchidBOX {
      width: 100%;
      height: 160px;
    }
    .doclistall {
      padding: 0 20px;
      width: 100%;
      margin-top: 0;
    }
    .listchidBOX .listchi img {
     display: none;
    }
    .listchidBOX .chiright {
      margin-top: 10px;
    }
    .docbottom {
      font-size: 10px;
      padding: 0 20px;
      height: 60px;
      line-height: 60px;
    }
  }