.dishonesty_header {
  height: 567px;
  background: url(../images/dishonesty_bg_header.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 25px;
}
.dishonesty_header .dishonesty_banner {
  display: flex;
  justify-content: center;
  margin-top: 149px;
}
.dishonesty_header .dishonesty_banner img {
  width: 95%;
}
.filter {
  display: flex;
  justify-content: center;
  margin-top: -150px;
}
.filter .filter_inner {
  display: flex;
  align-items: center;
  width: 1180px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 15px 1px rgba(11, 60, 109, 0.32);
  border-radius: 20px;
  border: solid 1px #ffffff;
  padding: 14px;
}
.filter .filter_inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
  width: 126px;
  height: 118px;
  background-color: #ff6c00;
  border-radius: 20px 0px 20px 20px;
  border: solid 1px #ffffff;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  margin-right: 24px;
}
.filter .filter_inner .layui-form {
  display: flex;
  align-items: center;
  flex: 1;
}
.filter .filter_inner .layui-form .form_left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}
.filter .filter_inner .layui-form .form_left .form_left_item {
  display: flex;
  align-items: center;
  width: 48%;
  margin: 7px 0;
}
.filter .filter_inner .layui-form .form_left .form_left_item .label {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-right: 10px;
}
.filter .filter_inner .layui-form .form_left .form_left_item .layui-input {
  flex: 1;
}
.filter .filter_inner .layui-form .form_left .form_left_item .layui-inline {
  display: flex;
  flex: 1;
}
.filter .filter_inner .layui-form .form_left .form_left_item .layui-inline .layui-form-mid {
  margin-left: 5px;
  margin-right: 5px;
}
.filter .filter_inner .layui-form .form_left .form_left_item .item_select {
  flex: 1;
}
.filter .filter_inner .layui-form .form_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  margin-left: 20px;
}
.filter .filter_inner .layui-form .form_right .layui-btn {
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #137eda;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  margin: 7px 0 7px 0;
}
.filter .filter_inner .layui-form .form_right .layui-btn.query-btn {
  background-color: #005498;
  color: #fff;
}
.table {
  margin-top: 50px;
  margin-bottom: 50px;
}
.table .list_head {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: rgba(1, 82, 147, 0.06);
  font-size: 18px;
  color: #015293;
  font-weight: 700;
}
.table .list_head .w30 {
  width: 30%;
  padding: 0 15px;
}
.table .list_head .w25 {
  width: 25%;
  padding: 0 15px;
}
.table .list_head .w15 {
  width: 15%;
  padding: 0 15px;
}
.table .list li {
  line-height: 58px;
  border-bottom: 1px solid rgba(1, 82, 147, 0.2);
}
.table .list li a {
  display: flex;
  font-size: 14px;
  color: #333;
}
.table .list li a .name {
  color: #ff6c00;
}
.table .list li a .w30 {
  width: 30%;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .list li a .w25 {
  width: 25%;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table .list li a .w15 {
  width: 15%;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
