.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.overflow-ellipsis-overline {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*整个滚动条样式*/
/* .container-detail::-webkit-scrollbar {
  width: 6px;
  height: 243px;
} */

/*设置滚动条上的滚动滑块样式*/
/* .container-detail::-webkit-scrollbar-thumb {
  background: transparent;
} */

/*鼠标位于内容上时，滚动条样式*/
/* .container-detail:hover::-webkit-scrollbar {
  width: 6px;
  height: 243px;
  background: #293048;
  border-radius: 6px;
} */

/*鼠标位于内容上时，滚动滑块样式*/
/* .container-detail:hover::-webkit-scrollbar-thumb {
  background: #8A8A8A;
  border-radius: 10px;
} */

div::-webkit-scrollbar {
  display: none;
}

div:hover::-webkit-scrollbar {
  display: none;
}

div {
  scrollbar-width: none;
}

.bg3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.information-warpper {
  width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.information-warpper .container {
  width: 890px;
  display: flex;
  flex-direction: column;
}

/* 主体区域 - 头部banner */
.container-banner {
  width: 890px;
  height: 50px;
  display: flex;
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  color: #fff;
  align-items: center;
}

.container-banner .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  margin-left: 18px;
  margin-right: 4px;
}

.container-banner .title:before {
  content: ' ';
  width: 8px;
  height: 8px;
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -4px;
  background: #ff9900;
  border-radius: 10px;
}

.container-banner .label {
  display: flex;
  margin-left: 220px;
  max-width: 890px;
  overflow: hidden;
  flex-wrap: wrap;
  height: 47px;
}

.container-banner .label a {
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #999999;
  font-size: 16px;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-top: 10px;
}

.container-banner .label a:hover {
  background: #C10B33;
  color: #fff;
  border: 1px solid #C10B33;
}

.container-banner .label li:hover {
  color: #ff9900;
}

/* 主题区域 - 资讯 */
.container-detail {
  width: 854px;
  padding: 0 18px;
  height: 1654px;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(55, 55, 55, 0.16);
  margin-top: 24px;
  overflow-y: auto;
}

.container-detail .content {
  width: 854px;
  max-height: 1580px;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
}

.container-detail .content .detail {
  display: flex;
  padding: 18px 0;
  align-items: center;
}

.container-detail .content .detail .title {
  color: #1B2F4A;
  font-size: 16px;
  max-width: 436px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0.579;
}

.container-detail .content .detail .title a:hover {
  color: #C10B33;
}

.container-detail .content .detail .title:hover {
  color: #008CE9;
}

.container-detail .content .detail .label-list {
  display: flex;
  margin-left: 60px;
  flex: 0.41;
  align-items: center;
}

.container-detail .content .detail .label-list p {
  font-size: 14px;
  color: #999999;
}

.container-detail .content .detail .label-list .label {
  display: flex;
  flex-wrap: wrap;
  max-width: 253px;
  overflow: hidden;
}

.container-detail .content .detail .label-list .label a {
  max-width: 68px;
  font-size: 12px;
  color: #002FD4;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 10px;
  border-radius: 100px;
  background: #ccd5f7;
  box-sizing: border-box;
}

.container-detail .content .detail .video-btn {
  width: 32px;
  height: 32px;
  background: url("../images/video-icon.png") no-repeat;
  flex: 0.04;
}

/* 侧边栏区域 */
.aside {
  width: 285px;
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}

.related-match {
  margin: 0;
}

.hot-news {
  position: relative;
  margin-top: 50px;
}

.hot-news-title {
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -99px;
}

.hot-news-title-bg {
  position: absolute;
  left: 0;
  top: -63px;
  width: 233px;
  height: 46px;
  background: url("../../images/hot_new_title.png") no-repeat;
  z-index: -1;
}

.hot-news-info-wrap {
  width: 245px;
  height: 557px;
  background: #FFFFFF;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  margin-top: 70px;
  padding: 24px 20px;
}

.hot-news-info-wrap .hot-new-list {
  height: 500px;
  overflow: auto;
}

.hot-news-info-wrap .hot-news-info {
  padding: 18px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccd5f7;
  position: relative;
}

.hot-news-info-wrap .hot-news-info .hot-news-leauge {
  font-size: 12px;
  color: #C10B33;
  background: #f3ced6;
  border-radius: 10px;
  width: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-news-info-wrap .hot-news-info a {
  width: 190px;
  font-size: 14px;
  line-height: 24px;
  margin-left: 8px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
}

.hot-news-info-wrap .hot-news-info a:hover {
  color: #C10B33;
}

.hot-news-info-wrap .hot-news-info p:hover {
  color: #ff9900;
}

/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  padding: 3px;
  text-align: center;
  margin: 25px 0;
}

.pagination li {
  border: 1px solid #999;
  margin: 5px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
}

.pagination li:hover {
  border: 1px solid #C10B33;
  color: #C10B33;
}

.pagination li:active {
  border: 1px solid #C10B33;
  color: #C10B33 !important;
}

.pagination li a {
  display: inline-block;
  padding: 5px 15px;
  color: #999;
}

.pagination li span {
  display: inline-block;
  padding: 5px 15px;
}

.pagination .disabled {
  color: #999;
}

.pagination .actived {
  color: #fff !important;
  background: #C10B33 !important;
  border: 1px solid #C10B33;
}

@media (max-width: 568px) {
  .information-warpper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px auto;
    flex-direction: column;
    box-sizing: border-box;

  }

  .information-warpper .container,
  .container-banner,
  .container-detail,
  .related-match .match-info-wrap,
  .related-match .match-info-wrap .match-info,
  .hot-news-info-wrap,
  .container-detail .content,
  .container-detail .content .detail,
  .aside {
    width: 100%;
    max-width: 100%;
  }

  .container-banner {
    height: auto;

  }

  .container-detail {
    padding: 0;
    box-sizing: border-box;
  }

  .container-detail .content .detail .video-btn {
    display: none;
  }

  .container-banner .label {
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .container-detail .content .detail {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
  }

  .container-detail .content .detail>* {
    min-width: 0;
    /* 关键：允许收缩 */
    box-sizing: border-box;
  }

  .container-detail .content .detail .title {
    flex: 1 1 100%;
    max-width: 100% !important;
    white-space: normal !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .container-detail .content .detail .label-list {
    margin-left: 0 !important;
    flex: 0 1 100%;
    width: auto !important;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }

  .container-detail .content .detail .label-list .label {
    max-width: 100% !important;
    flex: 0 1 auto;
    white-space: normal;
  }

  .aside {
    margin-top: 30px;
    margin-left: 0 !important;
  }

  .related-match .match-info-wrap .match-info {
    padding: 0;
  }

  .hot-news-info-wrap .hot-news-info a {
    width: 80% !important;
  }

  /* 媒体资源不溢出 */
  img,
  video,
  iframe {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.container-detail,
.information-warpper {
  overflow-x: hidden;
}