.table_list {
  width: 100%;
}
.table_list table {
  width: 100%;
  text-align: center;
}
.table_list table thead {
  height: 48px;
  background-color: #f0f7fc;
  font-size: 16px;
  font-weight: bold;
  color: #4178b4;
}
.table_list table tbody {
  font-size: 15px;
  color: #333;
}
.table_list table tbody tr:nth-child(even) {
  background-color: #f7f9fa;
}
.table_list table tbody td {
  padding: 20px 0;
}
.table_list_details table th {
  text-align: center;
}
.table_list_details table td {
  text-align: center;
}
.table_list_details table td:nth-child(1) {
  width: 1.6%;
}
.table_list_details table td:nth-child(2) {
  text-align: left;
  width: 4.7%;
  padding-left: 10%;
}
.table_list_details table td:nth-child(3) {
  width: 3.6%;
}
.table_list_details table td:nth-child(4) {
  width: 1.8%;
  color: #14bd54;
}
.table_list_details table td:nth-child(4).doing {
  color: #f80101;
}
.table_list_details table td:last-child {
  width: 1.8%;
}
@media (max-width: 600px) {
  .table_list_details {
    width: 100%;
  }
  .table_list_details table th:nth-child(4),
  .table_list_details table th:nth-child(5),
  .table_list_details table td:nth-child(4),
  .table_list_details table td:nth-child(5) {
    display: none;
  }
  .table_list_details table th:nth-child(1),
  .table_list_details table td:nth-child(1) {
    padding-left: 10px;
  }
  .table_list_details table td:nth-child(1) {
    width: 5%;
  }
  .table_list_details table td:nth-child(2) {
    width: 30%;
  }
  .table_list_details table td:nth-child(3) {
    width: 20%;
  }
}
.forms {
  padding: 22px 40px 0;
  margin-bottom: 22px;
  background-color: #f0f7fc;
  /* 搜索 */
}
@media (max-width: 1200px) {
  .forms {
    padding: 22px 0.4rem 0;
  }
}
.forms input[type='text'],
.forms .form_type {
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  box-sizing: border-box;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333;
  border: none;
  padding: 0 18px;
}
.forms input[type='text']::placeholder,
.forms .form_type::placeholder {
  color: #666666;
}
.forms .col-md-l {
  padding-bottom: 22px;
}
.forms .zhxjcxm_btn {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 46px;
  background-color: #6699cc;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
  border-radius: 5px;
}
.forms .zhxjcxm_btn.write {
  width: 153px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #00407f;
  color: #00407f;
}
@media (max-width: 992px) {
  .forms .zhxjcxm_btn.ser,
  .forms .zhxjcxm_btn.write {
    width: 100%;
  }
}
.forms .zhxjcxm_btn img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.forms .search_box {
  height: 46px;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.forms .search_box .search_box_body {
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex: 1;
  border-radius: 5px;
  background-color: #fff;
  max-width: calc(100% - 100px);
}
.forms .search_box .search_box_body .xjcx_sel {
  width: 120px;
  min-width: 70px;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  height: 100%;
  border-radius: 5px 0 0 5px;
  position: relative;
}
@media (max-width: 1200px) {
  .forms .search_box .search_box_body .xjcx_sel {
    width: 1.2rem;
  }
}
.forms .search_box .search_box_body .xjcx_sel::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #999999;
}
.forms .search_box .search_box_body .xjcx_sel::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border: 6px solid transparent;
  border-width: 7px 5px;
  border-top-color: #666666;
}
@media (max-width: 1200px) {
  .forms .search_box .search_box_body .xjcx_sel::after {
    right: 0.1rem;
  }
}
.forms .search_box .search_box_body .xjcx_sel select {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
  text-align: center;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
.forms .search_box .search_box_body .input {
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  padding-left: 30px;
  flex: 1;
  height: 100%;
  background-color: #fff;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
}
@media (max-width: 1200px) {
  .forms .search_box .search_box_body .input {
    padding-right: 0.3rem;
    min-width: 200px;
  }
}
.forms .search_box .search_box_body .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  min-width: 100px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #6699cc;
  padding-left: 15px;
}
.forms .search_box .search_box_body .btn span {
  margin-left: 18px;
}
@media (max-width: 1200px) {
  .forms .search_box .search_box_body .btn {
    width: 1.24rem;
  }
  .forms .search_box .search_box_body .btn span {
    margin-left: 0.18rem;
  }
}
.forms .search_box .xjcx_label {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #4178b4;
  white-space: nowrap;
}
