﻿html,
body {
  background: #454545;
  font-family: "bebas", "微软雅黑", sans-serif, "YouYuan", "Microsoft Yahei",
    "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana,
    sans-serif, "WenQuanYi Micro Hei";
}

/* 首页、其他页 */
html body::-webkit-scrollbar,
html.style body::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

html body::-webkit-scrollbar-track,
html.style body::-webkit-scrollbar-track {
  background-color: #bbb;
  border-radius: 1px;
}

html body::-webkit-scrollbar-thumb,
html.style body::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 1px;
}

/* 新闻列表 */
.hb_news .right .list .item {
  transition: all 0.36s 0s;
}

.hb_news .right .list .item:hover {
  background: #e8e8e8;
}
/* 轮播分页器 */
.swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.35;
  width: 46px;
  border-radius: 0px;
  margin: auto 4px;
}
.swiper-pagination-bullet-active {
  background: #bb8d44;
  opacity: 1;
}

.hb_news .text .c,
.hb_news .right .c .itemTextEx {
  height: 47px;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
