.banner {
  position: relative;
  overflow: hidden;
  height: 960px;
  background: url("//piraty-online.snailgame.ru/static/web202103/images/banner-bg.jpg") center 0 no-repeat;
}
.banner .slogan, .banner .btn-video, .banner .btn-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.banner .slogan {
  margin-top: 286px;
}
.banner .btn-video {
  width: 86px;
  height: 87px;
  background: url("//piraty-online.snailgame.ru/static/web202103/images/btn-video.png") 0 0 no-repeat;
  margin-top: 40px;
  margin-bottom: 40px;
}
.banner .btn-link {
  width: 319px;
  height: 91px;
  background: url("//piraty-online.snailgame.ru/static/web202103/images/btn-link.png") 0 0 no-repeat;
  margin-top: 80px;
}
.banner .btn-link:hover {
  background-position: 0 -122px;
}

.newsArea {
  position: relative;
  overflow: hidden;
  height: 935px;
  background: url("//piraty-online.snailgame.ru/static/web202103/images/news-bg.jpg") center 0 no-repeat;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsArea .swiper-container, .newsArea .news-list {
  display: inline-block;
  font-weight: 0;
}
.newsArea .news-list {
  text-align: left;
}
.newsArea .news-list a {
  float: left;
  width: 225px;
  height: 225px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsArea .news-tit {
  background-color: rgba(74, 37, 9, 0.8);
  color: #fff;
  text-transform: uppercase;
  padding-top: 45px;
}
.newsArea .news-tit h3 {
  font-size: 32px;
  font-weight: bold;
}
.newsArea .news-tit span {
  font-size: 18px;
}
.newsArea .news-a {
  position: relative;
  overflow: hidden;
  background-color: rgba(44, 21, 3, 0.8);
}
.newsArea .news-a h3 {
  color: #ececec;
  font-size: 16px;
  margin-top: 45px;
}
.newsArea .news-a p {
  font-size: 12px;
  color: #7f8993;
}
.newsArea .news-a .time {
  position: absolute;
  bottom: 30px;
  color: #a59171;
}
.newsArea .newslist {
  position: relative;
  left: -5px;
  width: 1525px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  text-align: left;
}
.newsArea .more {
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 300px;
  height: 268px;
  margin-left: 5px;
  margin-bottom: 5px;
  background-color: rgba(74, 37, 9, 0.8);
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newsArea .more:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.newsArea .more a {
  color: #fff;
  display: block;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsArea .more h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsArea .more span {
  font-size: 18px;
}
.newsArea .news-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 268px;
  background-color: #422108;
  margin-left: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.newsArea .news-item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.newsArea .news-item .img {
  height: 149px;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsArea .news-item img {
  display: block;
  width: 100%;
}
.newsArea .news-item h3 {
  width: 270px;
  margin: 0 auto;
  font-size: 16px;
  color: #ececec;
  text-align: left;
}
.newsArea .news-item .date {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 16px;
  color: #7f8993;
}

/*# sourceMappingURL=index.css.map */
