.area1 {
  position: relative;
  width: 100%;
  background: #000026;
  padding-top: 30px;
}

.right-mask {
  user-select: none;
  position: absolute;
  top: 50%;
  right: 0;
  /* background-color: #ff6e00; */

  transform: translateY(-50%) translateX(450px) rotate(-90deg) ;
  flex-shrink: 0;
  color: #ffffff1a;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 315.77px;
  font-style: normal;
  font-weight: 700;
  line-height: 473.66px;
  letter-spacing: 6.32px;
}

.area1 .breadcrumb {
  display: inline-block;
  width: fit-content;
  color: #ffffff;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.24px;
  padding: 4px 6px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #ffffff33;
  transition: all 0.3s;
}

.area1 .breadcrumb:hover {
  transform: scale(1.1);
}

.area1 .content {
  margin-top: 106px;
  display: flex;
  gap: 138px;
}

.area1 .content-left {
  width: 307px;
  padding-top: 87px;
}

.area1 .content-right {
  flex: 1;
}

.content-right-content {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: calc(360px + 299px) 359px 359px calc(360px + 299px); */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: minmax(359px, auto);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 60px;
}

.content-right-content .content-right-item {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all .3s;
}
.content-right-item-cover img, .content-right-item-content-title {
  transition: all .3s;
}
.content-right-content .content-right-item:hover {
  transform: translateY(-30px);
}

.content-right-content .content-right-item:hover .content-right-item-cover img {
  transform: scale(1.1);
}

.content-right-content .content-right-item:hover .content-right-item-content-title {
  color: #ff6e00;
}


.content-right-content > div img {
  width: 100%;
}

.content-right-item-content {
  flex: 1;
  background-color: #fff;
  padding: 36px 40px;

  display: flex;
  flex-direction: column;
}

.content-right-item-content .content-right-item-content-top {
  flex: 1;
}

.content-right-item-content .content-right-item-content-title {
  color: #212121;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35.32px;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}

.content-right-item-content .content-right-item-content-date {
  color: #212121;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26.49px;
  letter-spacing: 0.28px;
}

.content-right-item-content .content-right-item-content-desc {
  color: #212121;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.28px;
}
.content-right-content > div {
  display: flex;
  flex-direction: column;
}

.content-right-item-cover {
  height: 360px;
  overflow: hidden;
}

.content-right-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-right-content > div:nth-child(3) > div,
.content-right-content > div:nth-child(4) > div {
  flex-direction: row; 
}

.content-right-content > div:nth-child(3) .content-right-item-cover,
.content-right-content > div:nth-child(4) .content-right-item-cover {
  width: 517px;
}

.content-right-content > div:nth-child(1) { grid-area: 1 / 1 / 2 / 2; height: 659px; }
.content-right-content > div:nth-child(2) { grid-area: 1 / 2 / 2 / 3; height: 659px; }
.content-right-content > div:nth-child(3) { grid-area: 2 / 1 / 3 / 3; height: 359px; }
.content-right-content > div:nth-child(4) { grid-area: 3 / 1 / 4 / 3; height: 359px; }
.content-right-content > div:nth-child(5) { grid-area: 4 / 1 / 5 / 2; height: 659px; }
.content-right-content > div:nth-child(6) { grid-area: 4 / 2 / 5 / 3; height: 659px; }


.content-right-item-content-bottom {
  color: #ff6e00;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.49px;
  letter-spacing: 0.28px;
}

.content-right-pagination {
  margin-bottom: 77px;
}

html {
  font-size: 16px;
}


img {
  max-width: 100%;
  height: auto;
}

.page-item.active:hover {
  color: #fff;
}

.news-page-offset {
  margin-top: -5rem !important;
}

.pagination-inner-wrapper {
  margin-bottom: 90px;
}

.pagination,
.pagination>div {
  display: flex;
  gap: 9px;
  color: #fff;
}

.pagination li {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}

.pagination li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item.active {
  background: #FF6E00;
  border-color: #FF6E00;
}

.page-item,
.page-item:hover svg path {
  transition: all 0.3s ease-in-out;
}

.page-item:hover {
  color: #FF6E00;
  border-color: #FF6E00;
}

.page-item:hover svg path {
  stroke: #FF6E00;
}

@media (min-width: 1000px) and (max-width: 1919px) {
  html {
    font-size: 0.8333vw; /* 16px at 1920px */
  }
  
  .area1 {
    padding-top: 1.5625vw;
  }
  
  .right-mask {
    font-size: 16.44635vw;
    line-height: 24.6698vw;
    transform: translateY(-50%) translateX(23.4375vw) rotate(-90deg);
    letter-spacing: 0.329vw;
  }
  
  .area1 .breadcrumb {
    font-size: max(12px, 0.625vw);
    line-height: 1.25vw;
    letter-spacing: 0.0125vw;
    padding: 0.208vw 0.3125vw;
    border-radius: 0.416vw;
  }
  
  .area1 .content {
    margin-top: 5.5208vw;
    gap: 7.1875vw;
  }
  
  .area1 .content-left {
    width: 15.9896vw;
    padding-top: 4.53125vw;
  }
  
  .content-right-content {
    grid-template-columns: repeat(auto-fit, minmax(10.416vw, 1fr));
    grid-auto-rows: minmax(18.6979vw, auto);
    grid-column-gap: 2.0833vw;
    grid-row-gap: 2.0833vw;
    padding-bottom: 3.125vw;
  }

  .content-right-content .content-right-item:hover {
    transform: translateY(-1.5625vw);
  }
  
  .content-right-item-content {
    padding: 1.875vw 2.0833vw;
  }
  
  .content-right-item-content .content-right-item-content-title {
    font-size: max(14px, 1.0416vw);
    line-height: 1.839vw;
    letter-spacing: 0.0208vw;
    margin-bottom: 0.729vw;
  }

  .content-right-item-content .content-right-item-content-date,
  .content-right-item-content .content-right-item-content-desc {
    font-size: max(12px, 0.729vw);
    line-height: 1.1458vw;
    letter-spacing: 0.0145vw;
  }

  .content-right-item-content .content-right-item-content-date {
    line-height: 1.38vw;
  }
  
  .content-right-item-cover {
    height: 18.75vw;
  }
  
  .content-right-content > div:nth-child(3) .content-right-item-cover,
  .content-right-content > div:nth-child(4) .content-right-item-cover {
    width: 26.927vw;
  }
  
  .content-right-content > div:nth-child(1) { height: 34.3229vw; }
  .content-right-content > div:nth-child(2) { height: 34.3229vw; }
  .content-right-content > div:nth-child(3) { height: 18.6979vw; }
  .content-right-content > div:nth-child(4) { height: 18.6979vw; }
  .content-right-content > div:nth-child(5) { height: 34.3229vw; }
  .content-right-content > div:nth-child(6) { height: 34.3229vw; }
  
  .content-right-item-content-bottom {
    font-size: max(12px, 0.729vw);
    line-height: 1.38vw;
    letter-spacing: 0.0145vw;
  }
  
  .content-right-pagination {
    margin-bottom: 4.01vw;
  }

  .news-page-offset {
    margin-top: -4.166vw !important;
  }
  
  .pagination-inner-wrapper {
    margin-bottom: 4.6875vw;
  }
  
  .pagination, .pagination > div {
    gap: 0.46875vw;
  }
  
  .pagination li {
    width: 2.0833vw;
    height: 2.0833vw;
    border-radius: 0.416vw;
  }
}


@media (max-width: 999px) and (min-width: 768px) {
  html {
    font-size: 14px;
  }
  
  .area1 {
    padding-top: 20px;
  }
  
  .right-mask {
    font-size: 150px;
    line-height: 225px;
    transform: translateY(-50%) translateX(200px) rotate(-90deg);
  }
  
  .area1 .content {
    margin-top: 50px;
    gap: 40px;
    flex-direction: column;
  }
  
  .area1 .content-left {
    width: 100%;
    padding-top: 0;
    order: 2;
  }
  
  .area1 .content-right {
    order: 1;
  }
  
  .content-right-content {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-bottom: 40px;
  }
  
  .content-right-content > div:nth-child(3) > div,
  .content-right-content > div:nth-child(4) > div {
    flex-direction: column;
  }
  
  .content-right-content > div:nth-child(3) .content-right-item-cover,
  .content-right-content > div:nth-child(4) .content-right-item-cover {
    width: 100%;
  }
  
  .content-right-content > div:nth-child(1) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(2) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(3) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(4) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(5) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(6) { grid-area: auto; height: auto; }
  
  .content-right-item-content {
    padding: 20px 25px;
  }
  
  .content-right-item-content .content-right-item-content-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  
  .content-right-item-content .content-right-item-content-date,
  .content-right-item-content .content-right-item-content-desc,
  .content-right-item-content-bottom {
    font-size: 12px;
    line-height: 18px;
  }
  
  .content-right-pagination {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  
  .area1 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .right-mask {
    display: none;
  }
  
  .area1 .breadcrumb {
    font-size: 11px;
    line-height: 20px;
    padding: 3px 5px;
  }
  
  .area1 .content {
    margin-top: 30px;
    gap: 20px;
    flex-direction: column;
  }
  
  .area1 .content-left {
    display: none;
  }
  
  .area1 .content-right {
    width: 100%;
  }
  
  .content-right-content {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 15px;
    padding-bottom: 30px;
  }
  
  .content-right-content .content-right-item {
    border-radius: 6px;
  }
  
  .content-right-content .content-right-item:hover {
    transform: translateY(-10px); 
  }
  
  .content-right-content > div:nth-child(3) > div,
  .content-right-content > div:nth-child(4) > div {
    flex-direction: column;
  }
  
  .content-right-content > div:nth-child(3) .content-right-item-cover,
  .content-right-content > div:nth-child(4) .content-right-item-cover {
    width: 100%;
  }
  
  .content-right-content > div:nth-child(1) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(2) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(3) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(4) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(5) { grid-area: auto; height: auto; }
  .content-right-content > div:nth-child(6) { grid-area: auto; height: auto; }
  
  .content-right-item-content {
    padding: 15px 18px;
  }
  
  .content-right-item-content .content-right-item-content-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  
  .content-right-item-content .content-right-item-content-date,
  .content-right-item-content .content-right-item-content-desc,
  .content-right-item-content-bottom {
    font-size: 11px;
    line-height: 16px;
  }
  
  .content-right-pagination {
    margin-bottom: 30px;
  }
  
  .content-right-pagination .pagination {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .content-right-pagination .pagination li {
    width: 32px;
    height: 32px;
    border-radius: 6px;
  }
  
  .content-right-pagination .pagination li a {
    font-size: 12px;
  }
}


@media (max-width: 374px) {
  .area1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .content-right-item-content {
    padding: 12px 15px;
  }
  
  .content-right-item-content .content-right-item-content-title {
    font-size: 13px;
    line-height: 18px;
  }
  
  .content-right-item-content .content-right-item-content-date,
  .content-right-item-content .content-right-item-content-desc,
  .content-right-item-content-bottom {
    font-size: 10px;
    line-height: 15px;
  }
  
  .content-right-pagination .pagination li {
    width: 28px;
    height: 28px;
  }
  
  .content-right-pagination .pagination li a {
    font-size: 11px;
  }
}


@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
  .area1 .content {
    flex-direction: row;
  }
  
  .area1 .content-left {
    width: 250px;
    order: 1;
    padding-top: 20px;
  }
  
  .area1 .content-right {
    order: 2;
  }
  
  .content-right-content {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (min-width: 1920px) {

  html {
    font-size: 16px;
  }
}


@media print {
  .right-mask {
    display: none;
  }
  
  .content-right-pagination {
    display: none;
  }
  
  .area1 {
    background: white;
    color: black;
  }
  
  .content-right-item-content .content-right-item-content-title,
  .content-right-item-content .content-right-item-content-date,
  .content-right-item-content .content-right-item-content-desc {
    color: black;
  }
}