﻿section .title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.swiper-wrap {
    width: 100%;
    height: 498px;
}
.swiper-banner {
    max-width: 1920px;
    width: 100%;
    min-width: 1200px;
    position: absolute;
}
.swiper-banner img {
    max-width: 1920px;
    width: 100vw;
    min-width: 1200px;
    display: block;
    height: 498px;
    object-fit: cover;
}

.banner {
  width: 100%;
  height: 498px;
  object-fit: cover;
}

.information {
  padding-top: 46px;
  padding-bottom: 66px;
}
.information .title {
  color: #9f0d00;
  margin-bottom: 55px;
}
.information nav {
  height: 60px;
  width: 1200px;
  background: rgba(195, 210, 232, 0.36);
  border-radius: 30px;
  display: flex;
  margin: auto;
  color: #98a7be;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 42px;
}
.information .nav-item {
  cursor: pointer;
  flex: 1;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
}
.information .nav-item.cur {
  color: #fff;
  background: #9fb0c9;
  position: relative;
}
.information .nav-item.cur::after {
  position: absolute;
  content: '';
  display: block;
  width: 57px;
  height: 39px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NyIgaGVpZ2h0PSIzOSIgdmlld0JveD0iMCAwIDU3IDM5Ij48cGF0aCBkPSJNMjUuMjcsNC40MTlhNCw0LDAsMCwxLDYuNDU5LDBMNTIuMzUyLDMyLjY0QTQsNCwwLDAsMSw0OS4xMjMsMzlINy44NzdhNCw0LDAsMCwxLTMuMjMtNi4zNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU3IDM5KSByb3RhdGUoMTgwKSIgZmlsbD0iIzlmYjBjOSIvPjwvc3ZnPg==');
  left: calc(50% - 28px);
  bottom: -25px;
}
.information .news {
  display: grid;
  margin: auto;
  width: 1200px;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.information .noimg .news-item--image {
  display: none;
}
.information .news-item--image {
  display: block;
  width: 100%;
  height: 254px;
  object-fit: cover;
}
.information .news-item--title {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 100;
  height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.information .news-item--desc {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 100;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.information .news-item--date {
  display: none;
}
.information .tab {
  display: none;
}
.information .tab.active {
  display: block;
}
.more {
  display: block;
  margin: 72px auto 0;
  background: #1953a5 url(../images/arrow.png) 20px center no-repeat;
  box-shadow: 0 10px 10px rgba(0, 72, 196, 0.26);
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  width: fit-content;
  padding-left: 50px;
  padding-right: 30px;
}

.voices {
  background-image: url(../images/voices-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  box-sizing: border-box;
  padding-bottom: 176px;
  margin-bottom: -100px;
}
.voices .title {
  color: #fff;
}
.voices .news {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 52px auto;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  text-align: center;
  gap: 25px;
}
.voices .news-item {
  width: 383px;
}
.voices .news-item:only-child {
  width: 800px;
}
.voices .news-item:nth-last-child(2):first-child ~ .news-item:last-child,
.voices .news-item:nth-last-child(2):first-child {
    width: 500px;
}
.voices .news-item--image {
  width: 100%;
  aspect-ratio: 282 / 177;
  object-fit: cover;
  display: block;
}
.voices .news-item--title {
  margin-top: 8px;
}

.photos {
  padding-top: 49px;
  padding-bottom: 76px;
  width: 100%;
  max-width: 1594px;
  margin: 0 auto;
  background-color: #fff;
}
.photos .title {
  color: #9f0d00;
}
.photos .photos-list {
  width: 1200px;
  margin: 44px auto 48px;
  display: grid;
  grid-template-columns: auto 329px 329px;
  grid-template-rows: repeat(2, 218px);
  gap: 12px;
}
.photos .photos-item:first-of-type {
  grid-row: 1/-1;
}
.photos .photos-item {
  position: relative;
}
.photos .photos-item--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photos .photos-item--title {
  position: absolute;
  bottom: 0;
  background-color: rgba(159, 13, 0, 0.6);
  font-size: 22px;
  font-weight: 100;
  color: #fff;
  padding: 10px 18px 11px;
  width: 100%;
  box-sizing: border-box;
}
