.newsinslist > li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsinslist > li.hidden {
  display: none;
}

/* 悬浮控制面板样式 */
.floating-control-panel {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.control-panel-content {
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding: 15px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
}

.control-item {
  margin-bottom: 15px;
}

.control-item:last-child {
  margin-bottom: 0;
}

.control-item label {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.control-item input[type="checkbox"] {
  cursor: pointer;
  width: auto;
}

.control-item select {
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.hot-swiper {
  width: 100%;
  height: auto;
}

.hot-swiper .swiper-slide {
  text-align: center;
}

.hot-swiper .swiper-slide a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hot-swiper .swiper-slide .slide-bg {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border: rgba(255, 255, 255, 0.7) solid 1px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hot-swiper .swiper-slide p {
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-swiper .swiper-pagination {
  bottom: 20px !important;
}

.hot-swiper .swiper-button-prev,
.hot-swiper .swiper-button-next {
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  margin-top: -44px;
}

.hot-swiper:hover .swiper-button-prev,
.hot-swiper:hover .swiper-button-next {
  opacity: 1;
}

/* 资料中心样式 */
.data-section {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #4f707c;
  color: #4f707c;
}
.data-section a {
  color: #4f707c;
}

.data-section:first-child {
  padding-top: 0;
  border-top: none;
}

.data-section-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #4f707c;
}

/* 系列评论 - 列表式布局 */
.data-comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.data-comments-list li {
  margin-bottom: 8px;
}

.data-comments-list li:last-child {
  margin-bottom: 0;
}

.data-comments-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.data-comments-img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.data-comments-text {
  flex: 1;
  font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flash li {
  background-position: center;
  background-size: cover;
}

/* 热点 */
.hot-cont {
  position: relative;
  margin-top: 15px;
  

  p {
    align-items: center;
    color: #fff;
    gap: 20px;
    margin: 0;
    color: #fff;

    span {
      font-size: 14px;
    }

  }
}

.recins {
  display: flex;
  align-items: center;
}