﻿.bossgoo-index-news21 {
  background: #f6f6f6;
  min-height: 800px;
  position: relative;
}

.bossgoo-index-news21 .titleBar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.bossgoo-index-news21 .titleBar .first-title {
  color: var(--themeColor);
  margin-bottom: 0;
}

.bossgoo-index-news21 .titleBar .btnBox {
  display: flex;
}

.bossgoo-index-news21 .titleBar .btnBox span {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #999;
  cursor: pointer;
}

.bossgoo-index-news21 .titleBar .btnBox span:first-child {
  margin-right: 15px;
}

.bossgoo-index-news21 .titleBar .btnBox span:hover {
  background: var(--themeColor);
  color: #fff;
}

.bossgoo-index-news21 .newsSwiper {
  position: absolute;
  top: 290px;
  left: calc((100% - 1440px) / 2);
  width: calc(50% + 720px);
}

@media only screen and (max-width: 1440px) {
  .bossgoo-index-news21 .newsSwiper {
    left: 0;
    width: 100%;
  }
}

.bossgoo-index-news21 .newsSwiper .swiper-slide {
  position: relative;
}

.bossgoo-index-news21 .newsSwiper .imgbox {
  width: 100%;
  height: 0;
  padding-bottom: 54.54%;
  position: relative;
  margin: 60px 0 20px;
}

.bossgoo-index-news21 .newsSwiper .imgbox .innerbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bossgoo-index-news21 .newsSwiper .imgbox .innerbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bossgoo-index-news21 .newsSwiper .newsTitle {
  width: 100%;
  padding: 0 10px;
}

.bossgoo-index-news21 .newsSwiper .datebox {
  position: absolute;
  left: 20px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  background: var(--themeColor);
}

.bossgoo-index-news21 .newsSwiper .datebox .day {
  font-family: var(--fontRegular);
  font-size: 36px;
  color: #fff;
}

.bossgoo-index-news21 .newsSwiper .datebox .ym {
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-news21 {
    min-height: 16rem;
  }
  .bossgoo-index-news21 .titleBar .btnBox span {
    display: block;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .4rem;
    border-radius: 50%;
  }
  .bossgoo-index-news21 .titleBar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 .2rem .6rem;
  }
  .bossgoo-index-news21 .newsSwiper {
    top: 2.4rem;
    left: 0;
    width: 65%;
    overflow: visible;
  }
  .bossgoo-index-news21 .newsSwiper .datebox {
    position: absolute;
    left: .4rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .bossgoo-index-news21 .newsSwiper .imgbox {
    margin: .8rem 0 .4rem;
  }
  .bossgoo-index-news21 .newsSwiper .datebox .day {
    font-size: .4rem;
    line-height: 1.5;
  }
  .bossgoo-index-news21 .newsSwiper .datebox .ym {
    font-size: .32rem;
  }
  .bossgoo-index-news21 .newsSwiper .newsTitle {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-news21 {
    min-height: 10rem;
  }
}

@media only screen and (max-width: 480px) {
  .bossgoo-index-news21 {
    min-height: 8rem;
  }
}