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: 400px;
  width: 100%;
  background-image: url('../img/bannerrcyj.png');
  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: 8px;
  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;
  font-size: 14px;
}
.break-crumb > * {
  margin-right: 4px;
}
.break-crumb > img {
  margin-right: 10px;
}

.crumb-item-active {
  color: #003de5;
}

.rcyj-list-item {
  width: calc(50% - 15px);
  height: 150px;
  background-color: #ffffff;
  background-image: url('../img/rcyj-item-bg.png');
  background-repeat: no-repeat;
  background-position: top;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.rcyj-list-item:nth-of-type(2n + 1) {
  margin-right: 30px;
}

.rcyj-list-item:nth-of-type(n + 3) {
  margin-top: 20px;
}

.rcyj-list-item-left {
  display: inline-block;
  width: 163px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blue-line {
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 1px;
  background-color: #003de5;
  top: 40px;
  right: -10px;
}

.rcyj-list-item:hover .rcyj-list-item-left {
  background-image: url('../img/rcyj-item-active.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.rcyj-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;
}

.rcyj-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rcyj-list-item-content {
  width: calc(100% - 100px);
  padding-left: 26px;
  box-sizing: border-box;
}

.rcyj-title {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
}
.rcyj-list-item:hover .rcyj-title {
  color: #003de5;
}

.new-icon {
  display: inline-block;
  height: 20px;
  width: 30px;
  background-image: url('../img/New.png');
  background-position: center;
  background-repeat: no-repeat;
}
.rcyj-zwmc {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
}
.rcyj-list-item-operate {
  display: flex;
  width: 100px;
  align-items: center;
}

.rcyj-gzdd {
  font-size: 14px;
  color: #666666;
  border-radius: 2px;
  background-color: #f5f8ff;
  padding: 7px 10px;
  margin-top: 10px;
  width: fit-content;
}

.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: 18px;
  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 {
  margin-top: 15px;
  padding: 50px;
  background-color: #fff;
}
.card-block .card-title {
  margin-top: 0;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.card-block span,
.card-block ol {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
@counter-style parenthesis-num {
  system: fixed;
  symbols: （1） （2） （3） （4） （5） （6） （7） （8） （9） （10）;
  suffix: ' ';
}
.card-block ol {
  margin-bottom: 0;
  list-style-type: parenthesis-num;
}
.card-block ol li {
  line-height: 40px;
}
.card-block:last-of-type {
  margin-bottom: 0;
}
.card-block.big-block {
  background-image: url(../img/big-card-bg.png);
  background-position: right calc(100% - 15px);
  background-size: 326px 282px;
  background-repeat: no-repeat;
}
.card-block.small-block {
  background-image: url(../img/small-card-bg.png);
  background-position: calc(100% - 15px) bottom;
  background-size: 168px 117px;
  background-repeat: no-repeat;
}

.card-block.position-block {
  box-sizing: border-box;
  margin: 12px 0;
  padding: 34px 13px 37px;
  height: 196px;
  background-image: url(../img/position-block.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}
.position-title {
  margin: 0;
  margin-bottom: 7px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #003de5;
  text-align: center;
}
.position-time {
  margin: 0;
  margin-bottom: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.position-info-block {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.position-item {
  box-sizing: border-box;
  padding-left: 115px;
  width: 50%;
}
.position-item span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
span.position-item-label {
  color: #999;
}