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

body {
  background: #0C132A;
}

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

.information-warpper .container {
  width: 780px;
  display: flex;
  flex-direction: column;
  border: 1px solid #293048;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

/* 主体区域 - 头部banner */
.container-banner {
  width: 780px;
  height: 50px;
  display: flex;
  position: relative;
  padding: 10px 0;
  border: 1px solid #293048;
  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 {
  width: 615px;
  display: flex;
  color: #fff;
  flex-wrap: wrap;
  font-size: 16px;
  max-height: 16px;
  transition: 0.3s;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-banner .label li a {
  margin-left: 24px;
  cursor: pointer;
  color: #576cb4;
  font-size: 14px;
}

.container-banner .label li:hover {
  color: #ff9900;
}

/* 主题区域 - 资讯 */
.container-detail {
  /* max-height: 1842px; */
  width: 700px;
  padding: 0 40px 40px 40px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.container-detail .content {
  width: 700px;
  margin: auto;
  display: flex;
  padding: 20px 0 16px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #293048;
}

.container-detail .content .detail {
  height: 32px;
  width: 700px;
  position: relative;
  display: flex;
  align-items: center;
}

.container-detail .content .detail .title a {
  font-size: 14px;
  max-width: 340px;
  color: #fff;
}

.container-detail .content .detail .title {
  max-width: 340px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container-detail .content .detail .title:hover {
  color: #ff9900;
}

.container-detail .content .detail .label {
  max-width: 250px;
  height: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 395px;
}

.container-detail .content .detail .label li a {
  font-size: 12px;
  padding: 3px 12px;
  background: rgba(114, 140, 229, 0.2);
  max-height: 70px;
  margin-right: 10px;
  color: #6a82d5;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.container-detail .content .detail .video-btn {
  width: 36px;
  height: 36px;
  background: url("../../../images/buck/video-icon.png") no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

.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/buck/hot_new_title.png") no-repeat;
  z-index: -1;
}

.hot-news-info-wrap {
  width: 300px;
  height: 610px;
  max-height: 610px;
  overflow: auto;
  margin: auto;
}

.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-info-wrap .hot-news-info .hot-news-detail {
  display: flex;
  align-items: center;
}

.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-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-info-wrap .hot-news-info p:hover {
  color: #ff9900;
}

/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  padding: 3px;
  margin: 3px;
  text-align: center;
  margin-bottom: 20px;
}

.pagination li {
  border: 1px solid #9ea0aa;
  margin: 5px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
}

.pagination li:hover {
  border: 1px solid #ff9900;
  color: #ff9900;
}

.pagination li:active {
  border: 1px solid #ff9900;
  color: #ff9900 !important;
}

.pagination li a {
  display: inline-block;
  padding: 5px 15px;
  color: #9ea0aa;
}

.pagination li span {
  display: inline-block;
  padding: 5px 15px;
}

.pagination .disabled {
  color: #9ea0aa;
}

.pagination .actived {
  color: #fff !important;
  background: #ff9900 !important;
  border: 1px solid #ff9900;
}

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

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

div {
  scrollbar-width: none;
}