html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f8faff;
}

.idt-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}

.container__header {
  height: 320px;
  width: 100%;
  background-image: url('../img/bannergzdt.png');
  background-position: 0 0;
  background-size: 100% 100%;
}

.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__header-body {
  height: 240px;
  width: 100%;
  display: flex;
  align-items: center;
}

.page-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-style: italic;
}

.page-subtitle {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
}

.container__header-bottom {
  height: 80px;
  width: 100%;
  background-color: rgba(8, 29, 72, 0.51);
}

.header-bottom-content {
  width: 1200px;
  padding: 0 70px;
  height: 100%;
  position: relative;
  margin: auto;
  display: flex;
}

.header-bottom-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 28px;
  background-color: #ffffff;
}

.catelog-item {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catelog-item-content {
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 16px;
  color: #ffffff;
}

.catelog-item-active {
  position: relative;
}

.catelog-item-active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #5e6f8c;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -10px;
}

.container__body {
  flex-grow: 1;
  padding: 0px 0px 33px 0px;
}

.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;
}

.body-content {
  width: 1200px;
  margin: auto;
}

.break-crumb {
  height: 78px;
  display: flex;
  align-items: center;
}
.break-crumb > * {
  margin-right: 4px;
}
.break-crumb > img {
  margin-right: 10px;
}

.crumb-item-active {
  color: #003de5;
}

.gzdt-list-item {
  width: 100%;
  height: 135px;
  background-color: #ffffff;
  background-image: url('../img/gzdt-item-bg.png');
  background-repeat: no-repeat;
  background-position: top;
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.gzdt-list-item + .gzdt-list-item {
  margin-top: 25px;
}

.gzdt-list-item-left {
  display: inline-block;
  width: 163px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gzdt-list-item:hover .gzdt-list-item-left {
  background-image: url('../img/gzdt-item-active.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.gzdt-list-item-right {
  display: flex;
  width: calc(100% - 163px);
  align-items: center;
}

.day-text {
  font-size: 30px;
  color: #000000;
}

.monthyear-text {
  height: 32px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 8px;
}

.month-text,
.year-text {
  font-size: 12px;
  color: #535558;
}

.gzdt-list-item-content {
  width: calc(100% - 180px);
  padding-left: 26px;
  box-sizing: border-box;
  border-left: 1px solid #eeeeee;
}

.gzdt-title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.gzdt-list-item:hover .gzdt-title {
  color: #003de5;
}

.gzdt-subtitle {
  font-size: 14px;
  color: #000000;
  margin-top: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gzdt-list-item-operate {
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: center;
}

.more-link {
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.grey-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #707070;
  margin-left: 6px;
}

.grey-circle {
  border: 1px solid #707070;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  position: absolute;
  right: -6px;
}

.grey-circle::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #707070;
}

.pagination-block {
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.pagination-block ul.pager {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 9px;
  list-style: none;
}
.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.pager li a {
  color: currentColor;
  text-decoration-line: none;
}
.pagination-block ul.pager li.number.active {
  color: #1960d4 !important;
  border-color: #1960d4;
  background-color: #fff !important;
}
.pagination-block ul.pager li:hover {
  color: #1960d4 !important;
}

.card-block {
  padding: 47px 50px 33px;
  background-color: #fff;
  background-image: linear-gradient(rgb(0, 61, 229, 0.08), transparent 16px);
  border: 1px solid #fff;
}
.card-block .card-title {
  margin: 0 0 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.card-block .card-subtitle {
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-subtitle i.card-icon-date {
  display: inline-block;
  width: 24px;
  height: 22px;
  background-image: url(../img/date.png);
  background-size: contain;
}
.card-subtitle span {
  margin-left: 6px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
}