.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;
}

@media (max-width: 1919px) and (min-width: 1366px) {
  html {
    font-size: calc(14px + (16 - 14) * ((100vw - 1366px) / (1919 - 1366)));
  }
  
  .area1 {
    padding-top: calc(20px + (30 - 20) * ((100vw - 1366px) / (1919 - 1366)));
  }
  
  .right-mask {
    font-size: calc(200px + (315.77 - 200) * ((100vw - 1366px) / (1919 - 1366)));
    line-height: calc(300px + (473.66 - 300) * ((100vw - 1366px) / (1919 - 1366)));
    transform: translateY(-50%) translateX(calc(300px + (450 - 300) * ((100vw - 1366px) / (1919 - 1366)))) rotate(-90deg);
  }
  
  .area1 .content {
    margin-top: calc(70px + (106 - 70) * ((100vw - 1366px) / (1919 - 1366)));
    gap: calc(80px + (138 - 80) * ((100vw - 1366px) / (1919 - 1366)));
  }
  
  .area1 .content-left {
    width: calc(250px + (307 - 250) * ((100vw - 1366px) / (1919 - 1366)));
    padding-top: calc(60px + (87 - 60) * ((100vw - 1366px) / (1919 - 1366)));
  }
  
  .content-right-content {
    grid-column-gap: calc(25px + (40 - 25) * ((100vw - 1366px) / (1919 - 1366)));
    grid-row-gap: calc(25px + (40 - 25) * ((100vw - 1366px) / (1919 - 1366)));
    padding-bottom: calc(40px + (60 - 40) * ((100vw - 1366px) / (1919 - 1366)));
  }
  
  .content-right-item-content {
    padding: calc(25px + (36 - 25) * ((100vw - 1366px) / (1919 - 1366))) calc(30px + (40 - 30) * ((100vw - 1366px) / (1919 - 1366)));
  }
  
  .content-right-item-content .content-right-item-content-title {
    font-size: calc(16px + (20 - 16) * ((100vw - 1366px) / (1919 - 1366)));
    line-height: calc(28px + (35.32 - 28) * ((100vw - 1366px) / (1919 - 1366)));
  }
}


@media (max-width: 1365px) 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;
  }
}