:root {
  --primary: #010877;
}
body {
  margin: 0;
  padding: 0;
}
.main {
  padding: 24px calc((100vw - 1200px) / 2) 37px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f8faff;
}

.banner-block {
  position: relative;
}
.banner {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center center;
}
.banner-tab-block {
  position: absolute;
  inset: 0;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background-color: rgb(8, 29, 72, 0.51);
}
.banner-tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 420px;
  color: #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
}
.banner-tab-item:last-child {
  border-right: unset;
}
.banner-tab-item.active::before {
  content: '';
  position: absolute;
  bottom: -10px;
  border: 13.5px solid transparent;
  border-top: 10px solid #5e6f8c;
  border-bottom: unset;
}
.banner-tab-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../img/file.png);
  background-size: contain;
}
.search-block {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 7px;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #c8cae1;
}
.search-block .search-icon {
  margin-left: 12px;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 15px;
  mask: url(../img/search.svg) no-repeat;
  mask-size: 100% 100%;
  background-color: #bebebe;
}
.search-block input {
  box-sizing: border-box;
  padding: 0;
  width: 520px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  background-color: transparent;
  border: unset;
  outline: unset;
}
.search-block input.search-input {
  margin: 0 18px;
}
.search-block input.search-input::placeholder {
  color: #7e7e7e;
}
.search-block .search-btn {
  padding: 11px 0 12px;
  width: 100px;
  height: 44px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 6px;
}

.breadcrumb-block {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.breadcrumb-block .breadcrumb-icon {
  margin-right: 10px;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 26px;
  background-image: url(../img/breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.breadcrumb-block span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 21px;
}
.breadcrumb-block .breadcrumb-item.active {
  color: #003de5;
}

.table-block {
  margin-bottom: 20px;
  width: 100%;
  max-height: 600px;
  /* flex-basis: 600px; */
  border-spacing: 0px;
}
.table-block,
.table-block tr {
  background-color: transparent;
}
.table-block tr th,
.table-block tr td {
  box-sizing: border-box;
  padding: 19px 30px 19px 40px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 0;
}
.table-block tr th {
  color: #fff;
  background-color: var(--primary);
}
.table-block tr td {
  color: #373737;
  background-color: #fff;
}
.table-block tr:nth-of-type(even) td {
  background-color: #f6f7fe;
}
.table-block th:first-child,
.table-block td:first-child {
  border-radius: 6px 0 0 6px;
  max-width: calc(1125px - 630px);
}
.table-block th:last-child,
.table-block td:last-child {
  border-radius: 0 6px 6px 0;
}
.pagination-block {
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
}
.pagination-block ul.el-pager,
.pagination-block ul.pager {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 9px;
  list-style: none;
}
.pagination-block ul.el-pager li.number,
.pagination-block ul.el-pager li.more,
.pagination-block ul.pager li.number,
.pagination-block ul.pager li.more {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 38px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
}
.pagination-block ul.el-pager li a,
.pagination-block ul.pager li a {
  color: currentColor;
  text-decoration-line: none;
}
.pagination-block ul.el-pager li.number.active,
.pagination-block ul.pager li.number.active {
  color: #1960d4 !important;
  border-color: #1960d4;
  background-color: #fff !important;
}
.pagination-block ul.el-pager li:hover,
.pagination-block ul.pager li:hover {
  color: #1960d4 !important;
}

/* 页头 */
.container__header-top {
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-tabs {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-tab-item {
  font-size: 16px;
  color: #000000;
}

.header-tab-item:hover {
  cursor: pointer;
  font-weight: bold;
}
.header-tab-item + .header-tab-item {
  margin-left: 30px;
}

.header-tab-item-active {
  font-weight: bold;
}

/* 页脚 */
.container__footer {
  height: 170px;
  width: 100%;
  background-color: #04062d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content__left {
  height: 100%;
  display: flex;
  align-items: center;
}

.contact-information {
  height: calc(100% - 4px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 6px;
}

.contact-information > span {
  font-size: 14px;
  color: #fcfcfc;
}

.footer-content__right {
  height: calc(100% - 4px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-content__right > span {
  font-size: 14px;
  color: #fcfcfc;
}

.primary {
  color: var(--primary);
  text-decoration-line: none;
}