.sub-tabs-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.sub-tabs-list a {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-size: 18px;
  transition: all 0.3s;
  margin-right: 22px;
  margin-bottom: 12px;
  text-decoration: none;
}
.sub-tabs-list a.active,
.sub-tabs-list a:hover {
  background: #0066cc;
  color: #fff;
}
#news .center {
  padding-top: 40px;
  padding-bottom: 80px;
}
#news .news-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  margin-bottom: 45px;
  overflow: hidden;
}
#news .news-featured__media {
  background: #0a1633;
}
#news .news-featured__media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
#news .news-featured__body {
  background: linear-gradient(179deg, #0069D9 0%, #004B9B 100%);
  color: #fff;
  padding: 48px 40px 40px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#news .news-featured__body .news-featured__header {
  margin-bottom: 18px;
}
#news .news-featured__body .news-featured__header .slg {
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  padding: 0 18px;
  color: #004B9B;
  background: #fff;
  border-radius: 13px;
  display: inline-block;
}
#news .news-featured__body .news-featured__header .time {
  margin-left: 10px;
  color: #fff;
}
#news .news-featured__title {
  font-size: 30px;
  line-height: 1.45;
  margin: 0 0 24px;
}
#news .news-featured__text {
  font-size: 16px;
  line-height: 1.75;
  opacity: 0.95;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .news-featured__more {
  margin-top: 32px;
  align-self: flex-start;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#news .news-featured__more:hover {
  text-decoration: underline;
}
#news .news-featured__more .ico {
  font-size: 18px;
  line-height: 1;
}
#news .news-grid {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
#news .news-grid li {
  margin: 0;
}
#news .news-grid a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
#news .news-card__img {
  background: #0a1633;
  overflow: hidden;
  aspect-ratio: 495 / 319;
}
#news .news-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
#news .news-grid a:hover .news-card__img img {
  transform: scale(1.06);
}
#news .news-card__body {
  padding: 22px 20px 20px;
  background: #fff;
}
#news .news-card__title {
  font-size: 20px;
  line-height: 1.6;
  color: #1D1D1D;
  margin-bottom: 10px;
}
#news .news-card__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 10px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .news-card__body time {
  display: block;
  font-size: 16px;
  color: #888888;
}
body {
  background: linear-gradient(49deg, #051655 0%, #07123B 100%);
}
#news_detail {
  padding-top: 21px;
}
#news_detail .detail {
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
#news_detail .detail .left {
  width: 71.25%;
  padding-right: 2.38%;
  position: relative;
  padding-bottom: 4.5vh;
}
#news_detail .detail .left::after {
  content: '';
  width: 1px;
  top: 30px;
  right: 0;
  height: calc(100% - 30px);
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
}
#news_detail .detail .left .font32 {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#news_detail .detail .left .time {
  padding: 3vh 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 3vh;
  display: flex;
  align-items: center;
}
#news_detail .detail .left .time img {
  margin-right: 9px;
}
#news_detail .detail .left .time span {
  color: #fff;
}
#news_detail .detail .left .desc {
  text-align: center;
}
#news_detail .detail .left .desc p {
  color: #fff;
  font-size: 16px;
  line-height: 2.2;
  text-align: left;
}
#news_detail .detail .left .desc img {
  max-width: 80%;
  margin: 2vh auto ;
}
#news_detail .detail .left .more {
  background: #E5E5E5;
  padding: 2vh 1.5vh;
  display: flex;
  margin-top: 4vh;
  justify-content: space-between;
}
#news_detail .detail .left .more a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #2D3441;
  transition: all 0.1s;
}
#news_detail .detail .left .more a span {
  margin: 0 6px;
}
#news_detail .detail .left .more a:hover {
  color: #2A66C8;
}
#news_detail .detail .right {
  width: 28.75%;
  padding-left: 2%;
  box-sizing: border-box;
  position: relative;
}
#news_detail .detail .right .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
#news_detail .detail .right .list .item {
  width: 100%;
  display: block;
  margin-bottom: 3vh;
  color: #2D3441;
}
#news_detail .detail .right .list .item img {
  width: 100%;
}
#news_detail .detail .right .list .item .font14 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.64);
  margin-bottom: 6px;
  margin-top: 15px;
}
#news_detail .detail .right .list .item .font20 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 1vh 0 1.7vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
#news_detail .detail .right .list .item .font16 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.64);
}
#news_detail .detail .right .list .item:hover .font20 {
  color: #2A66C8;
}
#news_detail .detail .right .more {
  background: #E5E5E5;
  padding: 2vh 0;
  text-align: center;
  color: #373737;
  font-size: 16px;
  display: block;
  margin-top: 1vh;
  transition: all 0.3s;
}
#news_detail .detail .right .more:hover {
  background: #2A66C8;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .sub-tabs-list a {
    padding: 14px 24px;
    font-size: 16px;
    margin-right: 16px;
  }
  #news .center {
    padding-top: 34px;
    padding-bottom: 40px;
  }
  #news .news-featured__body {
    padding: 43px 35px 35px;
  }
  #news .news-featured__body .news-featured__title {
    font-size: 28px;
  }
  #news .news-featured__body .news-featured__text {
    font-size: 15px;
    line-height: 1.8;
  }
  #news .news-featured__body .news-featured__more {
    font-size: 13px;
  }
  #news .news-featured__body .news-featured__more .ico {
    font-size: 16px;
  }
  #news .news-card__title {
    font-size: 18px;
  }
  #news_detail .detail .right .list .item .font20 {
    font-size: 18px;
  }
  #news_detail .detail .right .list .item .font16 {
    font-size: 14px;
  }
  #news_detail .detail .right .more {
    padding: 1.8vh 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background: #1B1B1B;
  }
  .sub-tabs-list {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: scroll;
    margin-bottom: 32px;
  }
  .sub-tabs-list::-webkit-scrollbar {
    display: none!important;
  }
  .sub-tabs-list a {
    margin-right: 8px;
    margin-bottom: 0;
    flex: none;
    padding: 10px 25px;
  }
  #news .center {
    padding-top: 14px;
    padding-bottom: 50px;
  }
  #news .news-featured {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-bottom: 16px;
  }
  #news .news-featured .news-featured__media img {
    min-height: 220px;
    max-height: 240px;
  }
  #news .news-featured .news-featured__body {
    padding: 15px 15px 50px;
  }
  #news .news-featured .news-featured__body .news-featured__header .slg {
    padding: 0 13px;
  }
  #news .news-featured .news-featured__body .news-featured__header .time {
    font-size: 14px;
    margin-left: 8px;
  }
  #news .news-featured .news-featured__title {
    font-size: 15px;
  }
  #news .news-featured .news-featured__text {
    font-size: 14px;
    line-height: 1.8;
  }
  #news .news-featured .news-featured__more {
    display: none;
  }
  #news .news-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #news .news-grid li a .news-card__body {
    padding: 11px 15px;
  }
  #news .news-grid li a .news-card__body .time {
    font-size: 14px;
  }
  #news .news-grid li a .news-card__title {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 9px;
  }
  #news .news-grid li a .news-card__text {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 9px;
  }
  #news_detail {
    padding: 30px 0;
  }
  #news_detail .detail {
    flex-direction: column;
    padding: 0 0 10px;
  }
  #news_detail .detail .left {
    width: 100%;
    padding-bottom: 0;
    border-right: none;
    padding-right: 0;
  }
  #news_detail .detail .left::after {
    display: none;
  }
  #news_detail .detail .left .font32 {
    font-size: 21px!important;
    line-height: 30px;
    padding-bottom: 8.5px;
    text-align: left;
    font-weight: 400;
  }
  #news_detail .detail .left .font32::after {
    width: 23px;
    height: 1px;
  }
  #news_detail .detail .left .time {
    padding: 7.5px 50px 12.5px 0;
    justify-content: space-between;
  }
  #news_detail .detail .left .time img {
    width: 24.5px;
  }
  #news_detail .detail .left .time .font16,
  #news_detail .detail .left .time div {
    font-size: 13.5px !important;
    margin-right: 0;
  }
  #news_detail .detail .left .desc {
    font-size: 14px!important;
    line-height: 27.5px !important;
  }
  #news_detail .detail .left .desc *,
  #news_detail .detail .left .desc p {
    font-size: 14px!important;
    line-height: 27.5px !important;
  }
  #news_detail .detail .left .more {
    flex-direction: column;
    padding: 15px 12.5px;
  }
  #news_detail .detail .left .more a {
    font-size: 14px;
    line-height: 25px;
  }
  #news_detail .detail .left .more a span {
    font-size: 14px;
  }
  #news_detail .detail .left .more a:first-child {
    margin-bottom: 11px;
  }
  #news_detail .detail .left .more a img {
    display: none;
  }
  #news_detail .detail .right {
    width: 100%;
    padding: 0 0 18px;
  }
  #news_detail .detail .right > .font24 {
    font-size: 22.5px !important;
    margin: 30px 0 7.5px;
    padding-bottom: 0;
  }
  #news_detail .detail .right .list .item {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #news_detail .detail .right .list .item::after {
    width: 3.5px;
    height: 3.5px;
  }
  #news_detail .detail .right .list .item .font16 {
    margin-bottom: 0;
    font-size: 14px!important;
    line-height: 25px;
    -webkit-line-clamp: 4;
  }
  #news_detail .detail .right .list .item .font20 {
    font-size: 17.5px !important;
    line-height: 27.5px;
    margin: 4px 0 5px;
  }
  #news_detail .detail .right .list .item .font14 {
    font-size: 14px!important;
    margin-top: 0;
  }
  #news_detail .detail .right .list .item img {
    height: 222px;
    margin-bottom: 11px;
  }
  #news_detail .detail .right .list .item .item-detail {
    background: #fff;
    padding: 15px 0 15px;
  }
  #news_detail .detail .right .more {
    font-size: 15px;
    padding: 15px 0;
  }
}
