.list_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.list_box .list {
  width: 1200px;
  margin-top: 20px;
}
.list_box .list .top {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #CCC;
}
.list_box .list .top .dqlm {
  font-size: 18px;
  color: #b00a00;
  float: left;
  border-bottom: 1px solid #b00a00;
}
.list_box .list .top .dqwz {
  font-size: 16px;
  float: right;
  margin-right: 10px;
  font-family: 微软雅黑;
}
.list_box .list .top .dqwz a {
  color: #161616;
  font-size: 16px;
}
.list_box .list .top .dqwz a:hover {
  color: #cb100e;
  cursor: pointer;
}
.list_box .list .bottom {
  width: 1150px;
  margin: 0 auto;
  min-height: 500px;
  height: auto !important;
  height: 500px;
  overflow: visible;
}
.list_box .list .bottom li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #CCCCCC;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
.list_box .list .bottom li .title {
  float: left;
  font-size: 16px;
}
.list_box .list .bottom li .title a {
  color: #161616;
  font-size: 16px;
}
.list_box .list .bottom li .title a:hover {
  color: #cb100e;
  cursor: pointer;
}
.list_box .list .bottom li .dat {
  float: right;
  font-size: 12px;
  color: #666;
}
.list_box .list .bottom .pagination {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_box .list .bottom .pagination .left {
  font-size: 12px;
  font-family: 宋体;
  color: #000000;
  line-height: 14px;
}
.list_box .list .bottom .pagination .right {
  font-size: 12px;
  font-family: 宋体;
  color: #000000;
  line-height: 14px;
}
.list_box .list .bottom .pagination .right .PrevDisabled {
  font-size: 12px;
  font-family: 宋体;
  display: inline-block;
  margin-right: 3px;
  background: #fff;
  padding: 2px 4px;
  color: #ccc;
  border: solid 1px #AFD5F5;
}
.list_box .list .bottom .pagination .right .Next {
  font-size: 12px;
  font-family: 宋体;
  margin-left: 2px;
  padding: 2px 4px;
  line-height: 14px;
  color: #000000;
}
.list_box .list .bottom .pagination .right a {
  font-size: 12px;
  font-family: 宋体;
  display: inline-block;
  padding: 2px 4px;
  border: solid 1px #AFD5F5;
  background: #fff;
  text-decoration: none;
}
.list_box .list .bottom .pagination .right .defaultButtonStyle {
  font-size: 12px;
  font-family: 宋体;
  height: 20px;
  color: #000000;
  border: #AFD5F5 1px solid;
  margin: 0px;
  padding: 0px;
  FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#BDDBF7);
  cursor: hand;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#BDDBF7));
  line-height: 14px;
  cursor: pointer;
}
.list_box .list .bottom .pagination .right .input {
  width: 36px;
  height: 25px;
  border: 1px solid #767676;
  border-radius: 2px;
  margin-left: 0px;
}
.list_box .list .bottom .pb_sys_common .p_pages .p_fun_d {
  font-size: 14px;
  font-family: 宋体;
  display: inline-block;
  margin-right: 3px;
  background: #fff;
  padding: 3px 5px;
  color: #ccc;
  border: solid 1px #AFD5F5;
  cursor: pointer;
  height: auto;
  color: #000000;
}
.list_box .list .bottom .pb_sys_common .p_pages .p_no_d {
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  border: none;
}
.footer_box {
  margin-top: 30px;
}
