/* 轮播图 start */
.swiper-container {
  height: 440px;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
}
.swiper-wrapper {
  height: 440px;
}
.swiper-slide {
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.swiper-slide p {
  position: absolute;
  padding: 10px;
  bottom: 10%; left: 15%;
  z-index: 2;font-size: 28px;
  max-width: 800px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color: #fff;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-slide span {
  position: absolute;
  width: 90%;
  left: 5%;
  right: 5%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}
/* 轮播图 end */
/* 新闻列表 start */
.newsLine {
  width: 1000px;
  margin: 65px auto;
  display: flex;
  height: 280px;
}

.newsLine .news-img {
  height: 280px;
  width: 500px;
}

.newsLine .news-img img {
  width: 100%;
  height: 280px;
  object-fit: fit;
}

.newsLine .news-tab {
  height: 100%;
  width: 50%;
  padding-left: 70px;
  position: relative;
}

.news-tab span {
  position: absolute;
  right: 20px;
  font-size: 13px;
  color: #525050;
}

.news-tab-title ul {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  text-align: start;
  list-style: none;
  height: 30px;
  color: #525050;
  line-height: 30px;
  font-size: 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border-bottom: 1.5px solid #0e58c8;
  padding-bottom: 10px;
}

.active {
  font-size: 25px;
  color: rgb(0, 102, 255);
  font-weight: bolder;
}

.news-tab-title ul li+li {
  border-left: 1.5px solid #e3e3e3;
  text-align: center;
}

.news-tab-item {
  list-style: square;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  color: #525050;
}

.news-tab-item li {
  line-height: 30px;
  font-size: 13px;
}
/* 新闻列表 end */
/* 选手风采 start */
.showPart {
  background-color: #f0f0f0;
}

.showPart-title {
  color: #0D58C8;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}

.showPart-detail {
  width: 90%;
  display: grid;
  grid-template-columns: 16% 16% 16% 16% 16% 16%;
  margin: 0 auto;
  column-gap: 15px;
  padding: 40px 0;
  list-style: none;
}

.showPart-detail li a{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  color: #525050;
  text-align: center;
}

.showPart-detail li a img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.showPart-detail li a span {
  margin-top: 10px;
  line-height: 15px;
}
/* 选手风采 end */
/* 视频精选 start */
.showVideo {
  background-image: url('../images/bg.png');
  background-repeat: repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.video-title {
  color: #f0f0f0;
  font-size: 28px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-left: 100px;
}
.video-title span:last-child a{
  font-size: 14px;
  margin-left: 70px;
  color:#f0f0f0;
}
.showVideo video {
  height: 300px;
  width: 500px;
  margin: 20px auto;
}
/* 视频精选 end */
/* 基地展示 start */
.base-title {
  color: #0D58C8;
  font-size: 28px;
  text-align: center;
  margin: 50px auto;
}

.base-detail {
  width: 80%;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-row-gap: 20px;
  grid-column-gap: 0.5%;
  margin: 0 auto;
}

.base-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(1000 * 33%)px;
}

.base-li img {
  width: 80%;
  height: 200px;
  object-fit: cover;
}

.base-li span {
  text-align: center;
  color: #525050;
  font-size: 14px;
  padding-top: 10px;
}
/* 基地展示 end */
