* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  background-color: #DFEDFE;
}
.ztzl-header {
  width: 100vw;
  height: 509px;
  min-width: 1360px;
  background: url(bg.jpg) no-repeat top center;
}
.ztzl-header img {
  width: 100%;
  object-fit: contain;
}
.ztzl-header .go-back {
  width: 1360px;
  margin: 0 auto;
  position: relative;
}
.ztzl-header .go-back > a {
  right: 0;
  top: 15px;
  width: 272px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #004A85;
  display: block;
  position: absolute;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.ztzl-main {
  width: 1360px;
  margin: 0 auto;
  margin-top: -275px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 15px;
}
.ztzl-main .hd {
  width: 100%;
  height: 40px;
  background-color: #E9EEF8;
}
.ztzl-main .hd > ul > li {
  width: 165px;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #8DA0C1;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.ztzl-main .hd > ul > li.on {
  background-color: #0057BE;
  color: #fff;
}
.ztzl-main .hd > ul > li.on::after {
  display: block;
  position: absolute;
  bottom: -1px;
  margin: auto;
  left: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-width: 8px 9px 8px 9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.ztzl-main .bd {
  width: 100%;
  height: auto;
  max-height: 260px;
  box-sizing: content-box;
  margin-top: 10px;
  overflow: hidden;
}
.ztzl-main .bd .bd-box {
  width: calc(100%/4);
  float: left;
}
.ztzl-main .bd .bd-list {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding: 0 45px;
  border-bottom: 1px solid #E5E7ED;
  overflow: hidden;
}
.ztzl-main .bd .bd-list .bd-item.active {
  color: #1291FC;
}
.ztzl-main .bd .bd-list > li {
  margin-bottom: 10px;
  width: 25%;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
  color: #1f1d1d;
  padding-right: 45px;
  cursor: pointer;
}
.ztzl-main .bd .all-list {
  border-bottom: none;
}
.table-box {
  width: 100%;
}
.table-box .search-header {
  width: 955px;
  margin: 28px auto;
  height: 40px;
}
.table-box .search-header > input {
  width: 830px;
  float: left;
  outline: none;
  border: 1px solid #DEE1E6;
  border-radius: 3px;
  height: 100%;
  padding-left: 15px;
  font-size: 16px;
}
.table-box .search-header > button {
  width: 118px;
  float: right;
  background-color: #E1F0FE;
  border-radius: 2px;
  height: 100%;
  border: none;
  outline: none;
  color: #1291FC;
  font-size: 16px;
  letter-spacing: 8px;
}
.result-table {
  width: 100%;
  border-collapse: collapse;
}
.result-table th,
.result-table td {
  text-align: center;
}
.result-table th:nth-of-type(1),
.result-table td:nth-of-type(1) {
  width: 160px;
}
.result-table th:nth-of-type(5),
.result-table td:nth-of-type(5) {
  width: 200px;
}
.result-table thead {
  height: 40px;
  background-color: #F0F2F4;
}
.result-table thead tr {
  height: 40px;
  background-color: #F0F2F4;
}
.result-table thead tr th {
  font-size: 15px;
  font-weight: bold;
  color: #505050;
}
.result-table tbody tr {
  height: 45px;
  border-bottom: 1px solid #E9EBF0;
}
.result-table tbody tr td {
  font-size: 15px;
  color: #535353;
}
.result-table tbody tr td a {
  color: #2F9CFC;
  text-decoration: underline;
  font-size: 15px;
}
.pages-pos {
  height: 84px;
  text-align: center;
  padding-top: 20px;
}
.pages-pos #page_div > a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  box-sizing: content-box;
  background-color: #F4F3F5;
  font-size: 12px;
  border-radius: 3px;
  color: #000;
  margin: 0 3px;
  cursor: pointer;
  user-select: none;
}
.pages-pos #page_div > a.active,
.pages-pos #page_div > a:hover {
  background-color: #429EFC;
  color: #fff;
}
.pages-pos #page_div > a.prohibit,
.pages-pos #page_div > a.prohibit:hover {
  color: #c2baba;
  background-color: #F4F3F5;
  cursor: default;
}
.ztzl-footer {
  background-color: #0057BE;
  height: 80px;
}
.ztzl-footer > span {
  display: block;
  width: 1360px;
  margin: 0 auto;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}