@charset "UTF-8";
@keyframes load89234 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    background-position: -100% 0;
    transform: scale(1);
  }
}
.hyrj .banner-container {
  background-image: url(/fore-end/image/hyrj/banner.png);
  background-repeat: no-repeat;
  background-position: 0 80px;
  background-size: 100% 290px;
  position: relative;
  height: 370px;
  width: 100%;
}
.hyrj .banner-container .title {
  position: absolute;
  top: calc(60% - min(60px, calc(20px + 40 * 100vw / 1920)));
  left: calc((min(100vw, 1920px) - 1200px)/2);
  width: 1200px;
}
@media (max-width: 1200px) {
  .hyrj .banner-container .title {
    left: 15px;
  }
}
.hyrj .banner-container .title h2 {
  letter-spacing: 12.8px;
  font-size: min(60px, calc(20px + 40 * 100vw / 1920));
  font-family: Microsoft YaHei;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  letter-spacing: 12.8px;
  text-shadow: 2px 2px 0px #0069EA;
}
.hyrj .banner-container .title .des {
  margin-top: 24px;
  font-size: min(36px, calc(20px + 16 * 100vw / 1920));
  font-family: 微软雅黑;
  font-weight: 700;
  text-align: left;
  letter-spacing: 7.2px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.hyrj .hyrj-title {
  height: 88px;
  width: 1200px;
  position: relative;
  bottom: 0;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
.hyrj .hyrj-title .hyrj-title-button {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.hyrj .hyrj-title .hyrj-title-button .hyrj-item-title {
  width: 120px;
  height: 48px;
  border: 1px solid #0069EA;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  display: flex;
  margin-right: 25px;
  background: linear-gradient(120deg, #FFFFFF 37%, #fafafa 38%, #f0f0f0 39%, #e3e3e3 40%, #FFFFFF 41%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.hyrj .hyrj-title .hyrj-title-button .hyrj-item-title:hover {
  animation: load89234 1s;
}
.hyrj .hyrj-title .hyrj-title-button .hyrj-item-title span {
  margin: auto;
  width: 80px;
  height: 28px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #0069EA;
  line-height: 30px;
}
.hyrj .hyrj-title .hyrj-title-button .hyrj-item-title-after {
  background: #0069EA;
}
.hyrj .hyrj-title .hyrj-title-button .hyrj-item-title-after span {
  color: #fff;
}
.hyrj .hyrj-title .hyrj-title-button .hyrj-item-title:hover {
  cursor: pointer;
}
.hyrj .hyrj-title .hyrj-title-button .hyrj-item-title-after:hover {
  cursor: pointer;
}
.hyrj .allhyrj-item {
  background: #f4f8fd;
  max-height: 1209px;
}
.hyrj .allhyrj-item .hyrj-Content {
  margin-top: 22px;
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.hyrj .allhyrj-item .hyrj-Content .hyrj-box {
  width: 100%;
  display: grid;
  padding-top: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.hyrj .allhyrj-item .hyrj-Content .hyrj-box .hyrj-box-item {
  width: 380px;
  height: 340px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 48, 150, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.hyrj .allhyrj-item .hyrj-Content .hyrj-box .hyrj-box-item img {
  width: 100%;
  height: 214px;
  object-fit: cover;
  transition: 0.3s;
}
.hyrj .allhyrj-item .hyrj-Content .hyrj-box .hyrj-box-item img:hover {
  transform: scale(1.05);
}
.hyrj .allhyrj-item .hyrj-Content .hyrj-box .hyrj-box-item .hyrj-item-content {
  height: 115px;
  width: 100%;
  padding: 0 20px;
}
.hyrj .allhyrj-item .hyrj-Content .hyrj-box .hyrj-box-item .hyrj-item-content .box-item-title {
  width: 340px;
  height: 33px;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  margin: 20px 0 -1px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.hyrj .allhyrj-item .hyrj-Content .hyrj-box .hyrj-box-item .hyrj-item-content .box-item-text {
  width: 340px;
  height: 52px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #000000;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber {
  position: relative;
  padding: 10px;
  text-align: right;
  padding-right: 0;
  display: inline-flex;
  width: 100%;
  justify-content: flex-end;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .active.pageNumber-button-number {
  background: #0069EA;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  box-shadow: 0px 3px 6px 0px rgba(0, 40, 112, 0.16);
  color: #FFFFFF;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .disabled.pageNumber-button-next {
  cursor: not-allowed;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .disabled.pageNumber-button-prev {
  cursor: not-allowed;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .pageNumber-button-next {
  height: 36px;
  background: #ffffff;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .pageNumber-button-next .pageNumber-button-next-item {
  width: 10px;
  height: 22px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .pageNumber-button-prev {
  height: 36px;
  background: #ffffff;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .pageNumber-button-prev .pageNumber-button-prev-item {
  width: 10px;
  height: 22px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #000000;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .pageNumber-button-number {
  width: 36px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d6dfe4;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
}
.hyrj .allhyrj-item .hyrj-Content .pageNumber .pageNumber-button-number .pageNumber-button-number-item {
  width: 10px;
  height: 22px;
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}