.news-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("https://image-platform.leniugame.com/pc/3/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-container .news-main {
  display: flex;
  justify-content: space-between;
  width: 55.42vw;
  position: absolute;
  left: 25.83vw;
  top: 13.82vh;
}
.news-container .news-left {
  position: relative;
  width: 21.67vw;
  height: 100%;
}
.news-container .news-left .news-swiper {
  position: relative;
  width: 100%;
  height: 65.24vh;
  overflow: hidden;
}
.news-container .news-left .news-swiper .news-swiper-container {
  width: 100%;
  height: 59.45vh;
}
.news-container .news-left .news-swiper .news-swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-container .news-left .news-swiper .news-swiper-container img {
  width: 100%;
  height: 100%;
}
.news-container .news-left .news-swiper .news-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-container .news-left .news-swiper .news-pagination::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21.67vw;
  height: 1px;
  content: "";
  background-image: url("https://image-platform.leniugame.com/pc/3/line.png");
  background-size: 100% 100%;
}
.news-container
  .news-left
  .news-swiper
  .news-pagination
  .swiper-pagination-bullet {
  width: 1.3vw;
  height: 1.4vw;
  background: url("https://image-platform.leniugame.com/pc_high_definition/3/point.png");
  background-size: 100% 100%;
  opacity: 1;
  margin: 0 0.55vw;
}
.news-container
  .news-left
  .news-swiper
  .news-pagination
  .swiper-pagination-bullet-active {
  background: url("https://image-platform.leniugame.com/pc_high_definition/3/point_hover.png");
  background-size: 100% 100%;
}

.news-container .news-right {
  position: relative;
  width: 31.77vw;
  height: 100%;
}
.news-container .news-right .news-header {
  position: relative;
  width: 100%;
  height: 7.42vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-container .news-right .news-header > img {
  width: 8.13vw;
  height: 100%;
}
.news-container .news-right .news-header .news-header-btn {
  width: 100%;
  height: 7.42vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  box-sizing: border-box;
}
.news-container .news-right .news-header .news-header-btn li {
  position: relative;
  width: 9.53vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b1bbcb;
  cursor: pointer;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-newest {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/new_hover.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-newest:hover {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/new.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-newest.active {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/new.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-notice {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/notice_hover.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-notice:hover {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/notice.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-notice.active {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/notice.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-activity {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/activity_hover.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-activity:hover {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/activity.png");
  background-size: 100% 100%;
}
.news-container
  .news-right
  .news-header
  .news-header-btn
  .news-header-btn-item-activity.active {
  background-image: url("https://image-platform.leniugame.com/pc_high_definition/3/activity.png");
  background-size: 100% 100%;
}
.news-container .news-right .more {
  width: 7.66vw;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}
.news-container .news-right .more:hover {
  width: 7.66vw;
  height: auto;
  margin: 0 auto;
}
.news-container .news-right .news-list {
  width: 100%;
  margin-top: 4.37vh;
}
.news-container .news-right .news-list li {
  width: 100%;
  height: 3.96vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 0.1vh dashed #c6c1be;
  margin-bottom: 0.71vh;
}
.news-container .news-right .news-list li.empty {
  text-align: center;
  font-size: 2.24vh;
  padding: 10.87vh 0;
  color: #777e88;
  border-bottom: 0;
  display: block;
}
.news-container .news-right .news-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.news-container .news-right .news-list li .tag {
  width: 3.13vw;
  min-width: 37px;
  height: 4.07vh;
  flex-shrink: 0;
  line-height: 4.07vh;
  text-align: left;
  color: #444444;
  font-size: 2.44vh;
  border-right: 0.05vw solid transparent;
  border-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 24%,
      rgb(0, 0, 0) 25%,
      rgb(0, 0, 0) 75%,
      rgba(255, 255, 255, 0) 76%,
      rgba(255, 255, 255, 0) 100%
    )
    1 100%;
}
.news-container .news-right .news-list li .title {
  flex: 1;
  margin: 0 0.63vw;
  height: 4.07vh;
  line-height: 4.07vh;
  font-size: 2.44vh;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.news-container .news-right .news-list li .date {
  width: 6.93vw;
  height: 4.07vh;
  line-height: 4.07vh;
  font-size: 2.44vh;
  color: #444444;
  text-align: right;
}
.news-container .news-right .news-list li:hover .tag {
  color: #444444;
}
.news-container .news-right .news-list li:hover .tag,
.news-container .news-right .news-list li:hover .title,
.news-container .news-right .news-list li:hover .date {
  color: #cd8d1d;
}

.news-list .content {
  color: #989898;
  font-size: 1.63vh;
  line-height: 2.44vh;
  margin-bottom: 3.2vh;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .content:last-child {
  margin-bottom: 2.03vh;
}

.more {
  position: relative;
  cursor: pointer;
}

.more img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.more-normal {
  opacity: 1;
}

.more-hover {
  opacity: 0;
}

.more:hover .more-normal {
  opacity: 0;
}

.more:hover .more-hover {
  opacity: 1;
}
