.context {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.context .left {
  width: 220px;
  margin-right: 30px;
  position: relative;
  transition: all 1s linear;
}
.context .left ul li {
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #F7F7F7;
  cursor: pointer;
}
.context .left ul li a {
  color: #101010;
}
.context .left ul li a img {
  width: 10px;
  margin-right: 20px;
}
.context .left ul li:nth-child(1) {
  background-color: #C7000A;
  height: 100px;
  color: #FBFBFB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  padding-left: 0;
}
.context .left ul li:nth-child(1) p:nth-child(1) {
  font-size: 26px;
}
.context .left ul li:nth-child(1) p:nth-child(2) {
  font-size: 16px;
  color: #FBFBFB;
}
.context .left ul li:nth-child(4) a {
  color: #C7000A;
}
.context .left ul li:hover a {
  color: #C7000A;
}
.context .left .img {
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #101010;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 180px;
  text-align: center;
  background-color: #fff;
  display: none;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.context .right {
  width: calc(100% - 220px - 20px);
}
.context .right .img_swiper {
  width: 90%;
  padding: 0 8%;
  box-sizing: border-box;
  margin: auto;
}
.context .right .img_swiper .swiper-slide .time {
  font-size: 28px;
  color: #101010;
  font-weight: bold;
  text-align: center;
}
.context .right .img_swiper .swiper-slide .disc {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 20px 0 30px;
}
.context .right .img_swiper .swiper-slide .img {
  width: 100%;
}
.context .right .img_swiper .swiper-slide .img img {
  width: 100%;
  vertical-align: text-bottom;
	max-height:  370px;
}
.context .right .img_swiper .swiper-button-prev:after,
.context .right .img_swiper .swiper-button-next:after {
  font-size: 30px;
  color: #fff;
}
.context .right .img_swiper .swiper-button-prev,
.context .right .img_swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #A9A9A9;
  opacity: 1;
}
.context .right .time_swiper {
  margin-top: 20px;
}
.context .right .time_swiper .swiper-slide {
  text-align: center;
  position: relative;
}
.context .right .time_swiper .swiper-slide .cir {
  width: 10px;
  height: 10px;
  border: 2px solid #BE050F;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
}
.context .right .time_swiper .swiper-slide .cir span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ECECEC;
  position: absolute;
  left: 0;
  right: 0;
  top: 4.5px;
  margin: auto;
  z-index: -1;
}
.context .right .time_swiper .swiper-slide p {
  font-size: 18px;
  color: #636363;
  margin-top: 10px;
}
.context .right .time_swiper .swiper-slide-active .cir {
  background-color: #BE050F;
}
.context .right .time_swiper .swiper-slide-active p {
  color: #BE050F;
}
@media screen and (max-width: 768px) {
  .context {
    flex-direction: column;
    padding: 30px 0;
  }
  .context .left {
    width: 180px;
    height: 400px;
    position: fixed;
    left: -180px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .context .left ul li {
    height: 55px;
    line-height: 55px;
  }
  .context .left ul li:nth-child(1) {
    height: 70px;
  }
  .context .left ul li:nth-child(1) p:nth-child(1) {
    font-size: 20px;
  }
  .context .left ul li:nth-child(1) p:nth-child(2) {
    font-size: 14px;
  }
  .context .left .img {
    display: block;
  }
  .context .right {
    flex: auto;
    width: 100%;
  }
  .context .right .img_swiper {
    padding: 0 12%;
  }
  .context .right .img_swiper .swiper-slide .time {
    font-size: 20px;
  }
  .context .right .img_swiper .swiper-slide .disc {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0 20px;
  }
  .context .right .img_swiper .swiper-button-next,
  .context .right .img_swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .context .right .img_swiper .swiper-button-next:after,
  .context .right .img_swiper .swiper-button-prev:after {
    font-size: 12px;
  }
  .context .right .time_swiper .swiper-slide p {
    font-size: 16px;
  }
}
