.neirongtuijian-container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.neirongtuijian-container .content {
  padding: 40px 0 64px;
  box-sizing: border-box;
}
.neirongtuijian-container .content .left-right {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 24px;
  background-color: #fff;
}
.neirongtuijian-container .content .left {
  width: calc(50% - 12px);
  height: 450px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.neirongtuijian-container .content .right {
  width: calc(50% - 12px);
  overflow: hidden;
  padding: 0 24px;
  box-sizing: border-box;
}
.neirongtuijian-container .content .left .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-carousel {
  padding: 10px 16px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
}
.title-carousel .title {
  flex: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.carousel-list {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.carousel-item {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.carousel-active {
  color: #ffffff;
  background-color: #18a2df;
}
.channel-list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.channel-list-box .select-more {
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 4px;
}
.select-more-text {
  color: #18a2df;
  font-size: 16px;
  line-height: 32px;
}
.select-more-icon {
  display: block;
  width: 16px;
  height: 16px;
}
.channel-list {
  display: flex;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
}
.channel-list .channel-item {
  color: #4e5969;
  font-size: 20px;
  line-height: 28px;
  cursor: pointer;
}
.channel-list .channel-active {
  color: #1d2129;
  font-weight: 700;
  position: relative;
}
.channel-list .channel-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  height: 3px;
  background-color: #18a2df;
  width: 100%;
}
.channel-list .line {
  width: 1px;
  height: 16px;
  background-color: #cccccc;
}
.neirongtuijian-container .info-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 20px;
}
.neirongtuijian-container .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  box-sizing: border-box;
}
.icon-name {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 8em);
}
.info-item .icon {
  display: block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
}
.neirongtuijian-container .content .right .info-list-box .info-item .title {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.neirongtuijian-container .content .right .info-list-box .info-item .time {
  color: #86909c;
  font-size: 16px;
  text-align: right;
  line-height: 24px;
}
.neirongtuijian-container
  .content
  .right
  .info-list-box
  .info-item:hover
  .title {
  color: #18a2df;
  text-decoration: underline;
}
.kpbd-imgs {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.kpbd-imgs .kpbd-item {
  display: block;
  width: calc(100% / 4 - 24px * 3 / 4);
  overflow: hidden;
}
.kpbd-imgs .kpbd-item .kpbd-img {
  display: block;
  width: 100%;
}