
.list_wrap_box .list_box {
  padding-top: 30px;
}
.list_wrap_box .list_box li {
  margin-bottom: 18px;
  padding-left: 24px;
  position: relative;
  overflow: hidden;
}
.list_wrap_box .list_box li:last-child {
  margin-bottom: 0;
}
.list_wrap_box .list_box li span {
  color: #9f9f9f;
  font-size: 12px;
}
.list_wrap_box .list_box li a {
  font-size: 16px;
  color: #212121;
  line-height: 22px;
}
.list_wrap_box .list_box li a:hover {
  color: #c91a1e;
}
.list_wrap_box .list_box li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c91a1e;
  position: absolute;
  left: 0;
  top: 10px;
}

.pagelink_xl {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.pagelink_xl a {
  line-height: 36px;
  border-radius: 3px;
  width: 36px;
}

.First_Page, .Fir_Page, .next_Page, .Last_Page, .First_Page_action, .Fir_Page_action, .next_Page_Action, .Last_Page_Action {
  width: 70px;
  height: 36px;
  color: #564759;
  font-size: 13px;
  text-align: center;
  line-height: 36px;
  background-color: #f8eff0;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.First_Page:hover, .Fir_Page:hover, .next_Page:hover, .Last_Page:hover, .First_Page_action:hover, .Fir_Page_action:hover, .next_Page_Action:hover, .Last_Page_Action:hover {
  color: #FFF;
  background-color: #c21b1f;
}

.action_num {
  width: 36px;
  height: 36px;
  font-size: 13px;
  display: inline-block;
  color: #FFF;
  background-color: #c21b1f;
}

.pagelink_xl .font12 {
  font-size: 14px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagelink_xl .font12 input {
  width: 50px !important;
  border: 1px solid #CCC;
  height: 20px !important;
  text-align: center;
}

@media (max-width:1390px){
footer .banquan {
  margin-left: -74px;
  width: 430px;
  line-height: 1.3;
}
footer .code_box .code_item {
  width: 170px;
}
footer .code_box {
  width: 540px;
}
}
.next_Page_Action{
  margin-left: 6px;
}