/** PC端 */
@media (min-width: 600px) {
  .Enchanting_List li p img {
    width: 100%;
    height: 100%;
  }

  .Artical_Content_Text p {
    margin-bottom: 20px;
  }

  .Artical_Content_Text span {
    margin: 0 auto;
  }

  .Enchanting_List.officials li p {
    width: 106px;
    height: 146px;
  }

  #displaypagenum {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  #displaypagenum a,
  #displaypagenum span {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    padding: 0;
    /* border-radius: 16px; */
    width: 29px;
    height: 25px;
    line-height: 25px;
    color: #272727;
    background-color: #eeeeee;
    border: 1px solid #dddad2;
    font-size: 16px;
    text-align: center;
  }

  #displaypagenum .NumOn {
    background-color: #84a7d8;
    border-color: #84a7d8;
    color: #fff !important;
  }
}

/** 手机端 */
@media (max-width: 600px) {
  .Enchanting_List li p img {
    width: 100%;
    height: 100%;
  }

  .Enchanting_List.officials li p {
    width: 36vw;
    height: 50vw;
  }

  #displaypagenum {
    margin-top: 35px;
    margin-bottom: 30px;
  }

  #displaypagenum a,
  #displaypagenum span {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    padding: 0;
    /* border-radius: 16px; */
    width: 29px;
    height: 25px;
    line-height: 25px;
    color: #272727;
    background-color: #eeeeee;
    border: 1px solid #dddad2;
    font-size: 16px;
    text-align: center;
  }

  #displaypagenum .NumOn {
    background-color: #84a7d8;
    border-color: #84a7d8;
    color: #fff !important;
  }
}
