.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;
}

/* 旋转 */
.rotate {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
}

.rotate-back {
  transform-origin: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
}

body {
  background: #0c132a;
}

.com-bread-crumbs {
  padding: 15px 0 15px 40px;
  width: 740px;
  border: 1px solid #293048;
  margin-top: 0;
}

.information-warpper {
  width: 1200px;
  margin: auto;
  display: flex;
}

.information-warpper .container {
  width: 780px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

/* 资讯详情 */
.news-detail-content {
  width: 700px;
  border: 1px solid #293048;
  padding: 24px 40px 40px 40px;
  color: #fff;
}

.relevance-match-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}
.relevance-match {
  width: 530px;
  display: flex;
  justify-content: space-around;
  justify-content: space-between;
}
.relevance-match__home-team-icon,
.relevance-match__visitor-team-icon {
  width: 50px;
  height: 50px;
}
.relevance-match__team-info {
  display: flex;
  width: 91%;
  justify-content: space-between;
  align-items: center;
}
.relevance-match__home-team-name {
  margin-left: 12px;
}
.relevance-match__home-team-name,
.relevance-match__visitor-team-name {
  font-size: 16px;
  width: 20%;
}
.relevance-match__visitor-team-name {
  text-align: right;
  margin-right: 12px;
}
.relevance-match__team-status-info {
  text-align: center;
}
.relevance-match__team-score {
  font-size: 36px;
  font-weight: bold;
}
.relevance-match__team-status {
  margin-top: 10px;
  color: #898787;
}
.relevance-match__btn {
  border: 1px solid #FF9900;
  color: #FF9900;
  padding: 0 30px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: relative;
  top: 10px;
}

.news-detail-content .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 10px;
}

.news-detail-content .detail-info {
  color: #9ea0aa;
}

.new-detail-wrap .content {
  line-height: 30px;
}

.new-detail-wrap .content img {
  max-width: 100%;
  margin: 10px auto;
}

.news-detail-content .label {
  display: flex;
  margin-top: 55px;
  margin-bottom: 40px;
}

.news-detail-content .label li a {
  background: rgba(255, 153, 0, 0.2);
  font-size: 12px;
  padding: 4px 10px;
  color: #ff9900;
  margin-right: 10px;
  display: inline-block;
  max-width: 670px; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*分页*/
.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.pagination .prev,
.next {
  width: 326px;
  padding: 9px 0;
  display: flex;
  background: rgba(255, 153, 0, 0.2);
}
.pagination .subtitle {
  width: 77px;
  font-size: 16px;
  text-align: center;
  color: #ff9900;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.pagination .link {
  width: 200px;
  padding: 0 20px;
  border-left: 2px solid #ff9900;
  line-height: 22px;
  font-size: 14px;
  color: #ff9900;
  display: flex;
  align-items: center;
}
.pagination .link:hover {
  color: #fff !important;
}

.pagination .link:hover{
  color: #fff !important;
}

/* 侧边栏区域 */
.aside {
  width: 380px;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

/* 热门资讯标签 */

.hot-news .title,
.hot-video .title {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 40px;
}

.hot-news .title-bg,
.hot-video .title-bg {
  position: relative;
  top: -23px;
  z-index: -1;
}

.hot-news .hot-news-label,
.hot-video .hot-news-label {
  width: 350px;
  border: 1px solid #212840;
  padding: 24px 6px 24px 22px;
  overflow: hidden;
}

.hot-news .hot-news-label a {
  background: #3d2f23;
  color: #ff9900;
  padding: 5.5px 8px;
  margin-bottom: 16px;
  margin-right: 12px;
  display: inline-block;
  cursor: pointer;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-video .hot-news-label a {
  background: #2b3055;
  color: #6e86dc;
  padding: 5.5px 8px;
  margin-bottom: 16px;
  margin-right: 12px;
  display: inline-block;
  cursor: pointer;
}

/*资讯热点*/

.hot-news.recommend {
  width: 300px;
  height: 610px;
  padding: 0 40px 40px 40px;
  position: relative;
  margin-top: 159px;
  border: 1px solid #293048;
}

.hot-news.recommend .hot-news-title {
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -99px;
}
.hot-news.recommend .hot-news-title-bg {
  position: absolute;
  left: 0;
  top: -63px;
  width: 233px;
  height: 46px;
  background: url("../../../images/buck/hot_new_title.png") no-repeat;
  z-index: -1;
}
.hot-news.recommend .hot-news-info-wrap {
  width: 300px;
  height: 610px;
  max-height: 610px;
  overflow: hidden;
  margin: auto;
}
.hot-news.recommend .hot-news-info-wrap .hot-news-info {
  width: 300px;
  padding: 30px 0 25px 0;
  display: flex;
  border-bottom: 1px solid #293048;
  position: relative;
}
.hot-news.recommend .hot-news-info-wrap .hot-news-info .hot-news-leauge {
  font-size: 12px;
  color: #ff9900;
  background: rgba(255, 153, 0, 0.5);
  padding: 4px 10px;
  max-width: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-news.recommend .hot-news-info-wrap .hot-news-info .hot-news-detail {
  display: flex;
  align-items: center;
}
.hot-news.recommend .hot-news-info-wrap .hot-news-info p {
  width: 226px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 60px;
  cursor: pointer;
}
.hot-news.recommend .hot-news-info-wrap .hot-news-info p:hover {
  color: #ff9900;
}

div::-webkit-scrollbar {
  display: none;
}

div:hover::-webkit-scrollbar {
  display: none;
}

div {
  scrollbar-width: none;
}