.news {
  margin-top: 40px;
  margin-bottom: 40px;
}

.news .title {
  display: flex;
  justify-content: space-between;
  color: #3d3d3d;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 43px;
}

.news .title h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
}

.news .title a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #959595;
}

.news .news-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .featured-image {
  position: relative;
  width: 400px;
  height: 386px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0 20px 0 20px;
}

.news .featured-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news .featured-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.3s ease;
}

.news .featured-swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.news .featured-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .featured-swiper-slide .featured-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  backdrop-filter: blur(2px);
}

/* 轮播指示器 */
.news .featured-pagination {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.news .featured-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.news .featured-pagination-bullet-active,
.news .featured-pagination-bullet:hover {
  background-color: #2196f3;
}

/* 轮播按钮 */
.news .featured-button-prev,
.news .featured-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.news .featured-button-prev:hover,
.news .featured-button-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.news .featured-button-prev {
  left: 15px;
}

.news .featured-button-next {
  right: 15px;
}

.news .news-detail {
  flex: 1;
  height: 400px;
  /* padding: 20px; */
  /* background-color: #f9f9f9; */
  border-radius: 8px;
  overflow-y: auto;
  /* padding: 0 30px; */
}

.news .news-detail .news-detail-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  border-bottom: 2px solid #2196f3;
  padding-bottom: 10px;
}

.news .news-detail .news-detail-title a {
  display: block;
  /* font-size: 14px; */
  line-height: 1.8;
  color: #666;
  text-align: justify;
  text-indent: 2em;
}

.news .news-list {
  width: 374px;
  height: 450px;
  overflow-y: auto;
  flex-shrink: 0;
}

.news .news-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news .news-list li {
  margin-bottom: 8px;
}

.news .news-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px dashed #e0e0e0;
}

.news .news-dot {
  width: 6px;
  height: 6px;
  background-color: #2196f3;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

.news .news-item a {
  flex: 1;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
}

.news .news-item a:hover {
  color: #2196f3;
}

.news .news-date {
  color: #999;
  font-size: 14px;
  flex-shrink: 0;
}

.list-container {
  margin-top: 80px;
}

.list-container .lists {
  display: flex;
  justify-content: space-between;
}

.list-container .lists .list {
  width: 374px;
  /* height: 280px; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.list-container .lists .list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3d3d3d;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 4px;
  flex-shrink: 0;
}

.list-container .lists .list .title h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
}

.list-container .lists .list .title a {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.list-container .lists .list .title-list {
  flex: 1;
  overflow-y: auto;
}

.list-container .lists .list .title-list .menu-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dashed #d3d3d3;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #333;
}

.list-container .lists .list .title-list .menu-list li a {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-container .lists .list .title-list .menu-list li span {
  color: #999;
  font-size: 14px;
  line-height: 14px;
}
.list-container .lists .list .title-list .menu-list li a:hover {
  color: #0b4caa;
}

.link {
  background-color: #f0f0f0;
  margin-top: 72px;
  padding: 22px 0 68px 0;
}

.link .title {
  display: flex;
  justify-content: space-between;
  color: #d54941;
  padding-bottom: 22px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 34px;
}

.link .title h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
}

.link .link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link .link-container .scroll {
  width: 950px;
  height: 130px;
  overflow: hidden;
}

.link .link-container .scroll .list {
  display: flex;
}

.link .link-container .scroll .list .item {
  width: 200px;
  height: 130px;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.link .link-container .scroll .list .item img {
  width: 100%;
  height: 100%;
}

.link .link-container .scroll .list .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 33px;
  width: 100%;
  background: linear-gradient(to bottom, transparent, black);
}

.link .link-container .scroll .list .item .mask span {
  position: absolute;
  bottom: 9px;
  left: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.link .link-container .scroll .list .item:nth-child(2) {
  margin: 0 25px 0 50px;
}

.link .link-container .scroll .list .item:nth-child(3) {
  margin: 0 50px 0 25px;
}

.link .link-container .links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  row-gap: 36px;
  width: calc(1200px - 950px);
  font-size: 16px;
  color: #737373;
  font-weight: 500;
  line-height: 16px;
}
.scroll-notice {
  display: flex;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #e5f0ff;
}
.scroll-notice .notice-container {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.scroll-notice .notice-container img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.scroll-notice .notice-container .notice {
  color: #0b4caa;
  margin-right: 30px;
}
.scroll-notice-content {
  flex: 1;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.scroll-notice-content .scroll-wrapper {
  display: flex;
  animation: scrollLeft 60s linear infinite;
  width: fit-content;
}
.scroll-notice-content:hover .scroll-wrapper {
  animation-play-state: paused;
}
.scroll-notice-item {
  display: flex;
  align-items: center;
  margin-right: 80px;
  white-space: nowrap;
  font-size: 14px;
  flex-shrink: 0;
}
.scroll-notice-item a {
  color: #333;
  text-decoration: none;
}
.scroll-notice-item a:hover {
  color: #0b4caa;
}
.scroll-notice .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.scroll-notice-item .circle {
  width: 6px;
  height: 6px;
  background-color: #0b4caa;
  border-radius: 50%;
  margin-right: 10px;
}
.left-container {
  display: flex;
  align-items: center;
}
.left-container .title-left {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.left-container .title-left img {
  width: 100%;
  height: 100%;
}
.list-container .lists .list .title-left {
  display: flex;
  align-items: center;
}
.list-container .lists .list .title-left img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.video-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.video-container .video-item {
  position: relative;
  width: 374px;
  height: 296px;
  /* overflow: hidden; */
}
.video-container .video-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .video-title {
  text-align: center;
  color: #444444;
  margin: 10px 0;
}
.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* left: 50%;
    top: 47%; */
  /* margin-left: -20px;
    margin-top: -25px; */
  z-index: 3;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../static/videplay.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
}
.search {
  display: flex;
  align-items: center;
}
.search input {
  outline: none;
  padding: 5px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #fff;
}
.search div {
  background: #fff;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.more {
  color: #959595;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 影像光职视频滚动样式 */
.video-scroll-container {
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}

.video-scroll-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-scroll-content {
  display: flex;
  animation: scrollLeft 60s linear infinite;
  width: fit-content;
  gap: 30px;
}

.video-scroll-container:hover .video-scroll-content {
  animation-play-state: paused !important;
}

.video-scroll-content .video-item {
  flex-shrink: 0;
  position: relative;
  width: 300px;
}
