.news-detail-page .header .box .rbox .lan .d2 .nr {
  border-radius: 0.625vw;
  background: rgba(6, 38, 77, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0.625vw 1.875vw rgba(0, 14, 38, 0.28);
  -webkit-backdrop-filter: blur(0.3125vw);
          backdrop-filter: blur(0.3125vw);
}
.news-detail-page .header .box .rbox .lan .d2 .nr a {
  color: #fff;
}
.news-detail-page .header .box .rbox .lan .d2 .nr a:hover {
  background: #F9D4AB;
  color: #091740;
}
.news-detail-page .header.hasBg .box .rbox .lan .d2 .nr {
  background: #002F59;
}

.container {
  padding: 15.3125vw 18.6979166667vw 4.4270833333vw;
  position: relative;
}
.container .b1 {
  position: absolute;
  left: 0;
  top: 3.8541666667vw;
  display: block;
  z-index: -1;
  width: 28.2291666667vw;
}
.container .b2 {
  position: absolute;
  bottom: 29.7395833333vw;
  left: 0;
  display: block;
  z-index: -1;
  width: 28.2291666667vw;
}
.container .b3 {
  position: absolute;
  top: 58.1770833333vw;
  right: 0;
  display: block;
  z-index: -1;
  width: 28.2291666667vw;
}
.container .b4 {
  position: absolute;
  right: 0;
  bottom: -20.8333333333vw;
  display: block;
  z-index: -1;
  width: 52.0833333333vw;
}
.container .c_hero {
  display: flex;
  justify-content: space-between;
  gap: 4.4791666667vw;
}
.container .c_hero .main {
  width: 44.7916666667vw;
}
.container .c_hero .main .t {
  color: #0D2052;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.5vw;
}
.container .c_hero .main .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding-bottom: 0.625vw;
  margin-bottom: 3.5416666667vw;
}
.container .c_hero .main .tt span {
  padding: 0.5208333333vw 1.4583333333vw;
  border-radius: 2.6041666667vw;
  border: 1px solid #2A4D9C;
  background: var(--Color, #2A4D9C);
  color: #fff;
  line-height: 1;
}
.container .c_hero .main .tt p {
  color: #666;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.container .c_hero .main .html {
  color: #666;
  line-height: 1.5;
  padding-bottom: 1.875vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  margin-bottom: 1.25vw;
}
.container .c_hero .main .share_btns {
  display: flex;
  justify-content: space-between;
}
.container .c_hero .main .share_btns .share {
  display: flex;
  gap: 1.0416666667vw;
  align-items: center;
}
.container .c_hero .main .share_btns .share .icons {
  display: flex;
  gap: 0.5208333333vw;
}
.container .c_hero .main .share_btns .share .icons a {
  display: flex;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.container .c_hero .main .share_btns .share .icons a svg {
  display: block;
  width: 1.25vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: contrast(0);
  transition: all 600ms;
}
.container .c_hero .main .share_btns .share .icons a:hover svg {
  filter: contrast(1);
}
.container .c_hero .main .share_btns .btns {
  display: flex;
  gap: 0.5208333333vw;
}
.container .c_hero .main .share_btns .btns a {
  padding: 0.5208333333vw 1.25vw;
  border-radius: 2.6041666667vw;
  border: 1px solid var(--Color, #2A4D9C);
  display: block;
  color: #0D2052;
  line-height: 1.2;
  transition: all 600ms;
}
.container .c_hero .main .share_btns .btns a:hover {
  background: #F9D4AB;
  border-color: transparent;
}
.container .c_hero .rec {
  flex: 1;
}
.container .c_hero .rec .f_box {
  position: -webkit-sticky;
  position: sticky;
  top: 6.7708333333vw;
}
.container .c_hero .rec .pt {
  color: #333;
  line-height: 1.4;
}
.container .c_hero .rec .list {
  margin: 0.8333333333vw 0 0.9375vw;
}
.container .c_hero .rec .list a {
  display: block;
}
.container .c_hero .rec .list a:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}
.container .c_hero .rec .list a .pic {
  overflow: hidden;
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
}
.container .c_hero .rec .list a .pic img {
  width: 100%;
  display: block;
  height: 8.3333333333vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .c_hero .rec .list a .text {
  padding: 0.8333333333vw 1.25vw;
}
.container .c_hero .rec .list a .text .tag {
  padding: 0.3645833333vw 0.78125vw;
  border-radius: 2.6041666667vw;
  border: 1px solid #2A4D9C;
  color: #fff;
  background: var(--Color, #2A4D9C);
  display: inline-block;
  line-height: 1;
}
.container .c_hero .rec .list a .text .pt {
  margin: 0.625vw 0 3.0208333333vw;
}
.container .c_hero .rec .list a .text .time_m {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .c_hero .rec .list a .text .time_m .time {
  color: #686D7A;
  line-height: 1.375;
}
.container .c_hero .rec .list a .text .time_m .more {
  display: flex;
  gap: 0.4166666667vw;
}
.container .c_hero .rec .list a .text .time_m .more p {
  transition: all 600ms;
}
.container .c_hero .rec .list a .text .time_m .more svg {
  display: block;
  width: 0.7291666667vw;
  height: auto;
  transition: all 600ms;
}
.container .c_hero .rec .list a .text .time_m .more svg path {
  transition: all 600ms;
}
.container .c_hero .rec .list a .text .time_m .more:hover p {
  color: #2A4D9C;
}
.container .c_hero .rec .list a .text .time_m .more:hover svg {
  transform: translateX(0.2604166667vw);
}
.container .c_hero .rec .list a .text .time_m .more:hover svg path {
  stroke: #2A4D9C;
}
.container .c_hero .rec .b_more {
  border-radius: 0.4166666667vw;
  border: 1px solid rgba(42, 77, 156, 0.4);
  background: #FFF;
  line-height: 1.5;
  padding: 0.6770833333vw 0;
  width: 100%;
  text-align: center;
  display: block;
  color: #0D2052;
  transition: all 600ms;
}
.container .c_hero .rec .b_more:hover {
  border-color: transparent;
  background: var(--Color, #2A4D9C);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 80px 5%;
  }
  .container .b1,
.container .b2,
.container .b3,
.container .b4 {
    display: none;
  }
  .container .c_hero {
    flex-direction: column;
    gap: 30px;
  }
  .container .c_hero .main {
    width: 100%;
  }
  .container .c_hero .main .t {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .container .c_hero .main .tt {
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .container .c_hero .main .tt span {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 25px;
  }
  .container .c_hero .main .tt p {
    font-size: 14px;
  }
  .container .c_hero .main .html {
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .container .c_hero .main .share_btns {
    flex-direction: column;
    gap: 20px;
  }
  .container .c_hero .main .share_btns .share .icons {
    gap: 10px;
  }
  .container .c_hero .main .share_btns .share .icons a {
    width: 35px;
    height: 35px;
  }
  .container .c_hero .main .share_btns .share .icons a svg {
    width: 20px;
  }
  .container .c_hero .main .share_btns .btns {
    gap: 10px;
    justify-content: center;
  }
  .container .c_hero .main .share_btns .btns a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .container .c_hero .rec {
    margin-top: 30px;
  }
  .container .c_hero .rec .pt {
    font-weight: 500;
  }
  .container .c_hero .rec .list {
    margin: 15px 0;
  }
  .container .c_hero .rec .list a:not(:last-child) {
    margin-bottom: 20px;
  }
  .container .c_hero .rec .list a .pic {
    border-radius: 10px 10px 0 0;
  }
  .container .c_hero .rec .list a .pic img {
    height: 150px;
  }
  .container .c_hero .rec .list a .text {
    padding: 15px;
  }
  .container .c_hero .rec .list a .text .tag {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 25px;
  }
  .container .c_hero .rec .list a .text .pt {
    margin: 10px 0 15px;
    font-size: 14px;
    font-weight: normal;
  }
  .container .c_hero .rec .list a .text .time_m .time {
    font-size: 14px;
  }
  .container .c_hero .rec .list a .text .time_m .more {
    gap: 6px;
    font-size: 14px;
  }
  .container .c_hero .rec .list a .text .time_m .more svg {
    width: 14px;
  }
  .container .c_hero .rec .b_more {
    padding: 12px 0;
    border-radius: 8px;
  }
}