body {
  font-size: 14px;
  background-color: #121212; }

.banner {
  height: 553px;
  margin-bottom: 20px; }

.tit, .newslist, .gamelist {
  width: 1000px;
  margin: 0 auto; }

.tit {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  left: 10px;
  margin-top: 10px; }

.newslist li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 376px;
  background: url("../images/news.png") 0 0 no-repeat;
  margin: 10px; }
.newslist .img {
  position: relative;
  height: 170px;
  overflow: hidden; }
  .newslist .img img {
    width: 100%; }
.newslist h3 {
  margin-top: 10px;
  padding: 0 24px;
  font-size: 24px;
  color: #dedede; }
.newslist .link {
  position: absolute;
  bottom: 3px;
  right: 28px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px; }

.gamelist {
  margin-bottom: 80px; }
  .gamelist li {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 376px;
    margin: 10px; }
  .gamelist img {
    width: 100%; }

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-color: #333; }

.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 33px;
  background-color: #ffaa00; }

/*# sourceMappingURL=index.css.map */
