.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body {
  background: #000;
}
.container-wrap {
  flex-direction: column;
  overflow: hidden;
  max-height: 2324px;
}
.information-warpper {
  min-height: 1000px;
  background: url(../../../images/seafish/news-bg.png) no-repeat;
  background-attachment: fixed;
  padding-bottom: 60px;
  padding-top: 76px;
}
.news-nav-hotinformation {
  width: 850px;
  display: flex;
  align-items: center;
  margin-top: 27px;
}
.news-nav-hotinformation .news-nav-hotinformation-icon {
  width: 103px;
  height: 29px;
  background: url(../../../images/seafish/news-hot-news-icon.png);
}
.news-nav-hotinformation .news-nav-hotinformation-title{
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0.5px #fff;
}
.news-nav-hotinformation .news-nav-channels {
  width: 735px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.news-nav-hotinformation li {
  width: 60px;
  height: 40px;
  background: #182b47;
  line-height: 40px;
  font-size: 16px;
  margin-left: 2px;
  text-align: center;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.news-nav-hotinformation li a {
  color: #fff !important;
}
.news-nav-hotinformation .active {
  width: 90px;
  height: 40px;
  background: #b54856;
  color: #ffffff !important;
}
.news-nav-hotinformation .news-nav-channels-btn {
  width: 11px;
  height: 23px;
  background: url(../../../images/seafish/open-channels-btn.png);
  cursor: pointer;
}
.information-warpper .container {
  width: 1200px;
  margin: auto;
  margin-top: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* 分页 */
.pagination {
  display: flex;
  justify-content: center;
  padding: 3px;
  margin: 3px;
  text-align: center;
  margin-top: 40px;
}
.pagination li {
  border: 1px solid #fff;
  margin: 5px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
}
.pagination li:hover {
  border: 1px solid #b54856;
  color: #b54856;
}
.pagination li:active {
  border: 1px solid #b54856;
  color: #b54856 !important;
}
.pagination li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.pagination li span {
  display: inline-block;
  padding: 5px 15px;
}
.pagination .disabled {
  color: #eee;
}
.pagination .actived {
  color: #fff !important;
  background: #b54856 !important;
  border: 1px solid #b54856;
}
.news-aside-newest {
  margin-bottom: 85px;
  position: relative;
}
.hot-news-lable {
  height: auto;
  max-height: 450px;
  width: 339px;
  background: #fff;
  position: relative;
  margin-bottom: 85px;
  border-radius: 6px;
}
.hot-news-lable .title {
  background: url("../../../images/seafish/hot-news-label-title.png") no-repeat;
  width: 284px;
  height: 55px;
  position: absolute;
  top: -45px;
  right: 0;
}
.hot-news-lable .lables {
  width: 289px;
  margin: 30px auto 30px;
  max-height: 390px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hot-news-lable .lables li {
  font-size: 14px;
  position: relative;
  margin: 0 26px 20px 0;
  cursor: pointer;
}
.hot-news-lable .lables li:hover {
  color: #ce3f39;
}
.hot-news-lable .lables li::after {
  content: '|';
  height: 12px;
  width: 1px;
  font-size: 1px;
  position: absolute;
  top: -1px;
  right: -12px;
  color: #ccc;
}
.hot-news-lable .lables li a {
  color: #3b3b3b !important;
}
.hot-news-lable .lables .active a {
  color: #ce3f39 !important;
}
.hot-video-lable {
  height: auto;
  max-height: 430px;
  width: 339px;
  background: #fff;
  position: relative;
  margin-bottom: 85px;
  border-radius: 6px;
}
.hot-video-lable .title {
  background: url("../../../images/seafish/hot-video-label-title.png") no-repeat;
  width: 284px;
  height: 55px;
  position: absolute;
  top: -45px;
  right: 0;
}
.hot-video-lable .lables {
  width: 289px;
  margin: 20px auto 30px auto;
  max-height: 380px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hot-video-lable .lables li {
  width: 60px;
  height: 39px;
  text-align: center;
  line-height: 47px;
  font-size: 14px;
  position: relative;
  margin: 0 16px 10px 0;
  cursor: pointer;
  background: url("../../../images/seafish/hot-video-label-icon.png") no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-video-lable .lables li:hover {
  color: #ce3f39;
}
.hot-video-lable .lables li:nth-child(4n) {
  margin-right: 0;
}

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

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

div {
  scrollbar-width: none;
}