﻿.bossgoo-index-history9 .maintitle {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  text-align: left;
  line-height: 1;
  margin-bottom: 50px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bossgoo-index-history9 .maintitle p {
  display: flex;
}
.bossgoo-index-history9 .maintitle span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: var(--themeColor);
  cursor: pointer;
}
.bossgoo-index-history9 .maintitle span i {
  font-size: 24px;
}
.bossgoo-index-history9 .maintitle span:hover {
  color: #fff;
  background: var(--themeColor);
}
.bossgoo-index-history9 .maintitle span.left {
  margin-right: 10px;
}
.bossgoo-index-history9 .historyswiper {
  padding: 60px 0 50px;
}
.bossgoo-index-history9 .historyswiper .swiper-slide:first-child .timelist .linel {
  display: none;
}
.bossgoo-index-history9 .historyswiper .swiper-slide:first-child .timelist .time {
  width: 98%;
}
.bossgoo-index-history9 .historyswiper .swiper-slide:last-child .timelist .liner {
  display: none;
}
.bossgoo-index-history9 .historyswiper .swiper-slide:last-child .timelist .time {
  width: 98%;
}
.bossgoo-index-history9 .historyswiper .timelist {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}
.bossgoo-index-history9 .historyswiper .timelist .linel {
  width: 3%;
  display: block;
  height: 5px;
  background-color: var(--themeColor);
}
.bossgoo-index-history9 .historyswiper .timelist .time {
  width: calc(100% - 4%);
  box-sizing: border-box;
  color: #666666;
  font-size: 36px;
  padding: 0 10px;
  text-align: center;
  cursor: default;
}
.bossgoo-index-history9 .historyswiper .timelist .liner {
  width: 3%;
  display: block;
  height: 5px;
  background-color: var(--themeColor);
}
.bossgoo-index-history9 .historyswiper .timelist .content {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  text-align: center;
  cursor: default;
}
.bossgoo-index-history9 .historyswiper .timelist:hover .time {
  color: var(--themeColor);
}
.bossgoo-index-history9 .historyswiper .swiper-button-prev,
.bossgoo-index-history9 .historyswiper .swiper-button-next {
  box-sizing: border-box;
  background: none;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 2px solid #556692;
  color: #556692;
  bottom: 0;
  top: auto;
}
.bossgoo-index-history9 .historyswiper .swiper-button-prev:hover,
.bossgoo-index-history9 .historyswiper .swiper-button-next:hover {
  background-color: #556692;
  color: #fff;
}
.bossgoo-index-history9 .historyswiper .swiper-button-prev {
  right: 50.2%;
  left: auto;
}
.bossgoo-index-history9 .historyswiper .swiper-button-next {
  left: 50.2%;
  right: auto;
}


.bossgoo-index-history9 .historyswiper .timelist .content{
  width: 100%;
}