.dsj-cont {
  /* min-height: 940px;  */
  width: 100%;
}
.dsj-cont .dsj_tab-content {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 80px;
  margin-top: 0px;
  background-image: url(../images/dsj_right_bottom_bg.png),
    url(../images/dsj-bg-center-image.png);
  background-size: 248px auto, cover;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px, top left;
  background-color: white;
  border-radius: 8px;
  box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.dsj-cont .dsj_tab-content .swiper {
  width: 100%;
}
.dsj-cont .dsj_tab-content .swiper-slide {
  width: 100% !important;
}
.content-year {
  font-size: 48px;
  padding-left: 10px;
  color: #333;
}
.swiper-slide-cont {
  margin-top: 20px;
}
.swiper-slide-cont p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  line-height: 36px;
  position: relative;
  padding-left: 25px;
}
.swiper-slide-cont p::before {
  content: "•";
  color: #333;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.dsj-cont .dsj_tab-box {
  width: 100%;
  position: relative;
}
.dsj-cont .dsj_tab-box > img {
  width: 100%;
  height: 88px;
}
.dsj-cont .dsj_tab-box .dsj-top-bar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dsj-cont .dsj_tab-box .dsj_tab-box-cont {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  line-height: 60px;
}
.dsj-cont .dsj_tab-box .dsj_tab-box-cont::before {
  content: "";
  position: absolute;
  top: calc(50% + 25px);
  left: 40px;
  width: calc(100% - 80px);
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .swiper-slide {
  width: 90px;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .swiper-slide:hover {
  cursor: pointer;
}
/* .dsj_tab-box .dsj_tab-box-cont .tips_box .swiper-slide:first-child:hover{cursor: auto;} */
.dsj_tab-box .dsj_tab-box-cont .tips_box .tips_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .tips_text {
  font-size: 18px;
  color: #ffffff;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .tips_text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: #024acc;
  top: calc(50% + 25px);
  left: 50%;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .item-current .tips_text::after {
  width: 50%;
  transition: all 0.8s ease;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .tips-btn {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .tips-btn img {
  width: 100%;
  cursor: pointer;
}
.dsj_tab-box .dsj_tab-box-cont .tips_box .tips-btn .swiper-button-lock {
  display: block;
}

.dsj_tab .swiper-wrapper {
  justify-content: space-between;
}

.dsj_tab-content .bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.dsj_tab-content .bottom-wrapper .left-line-wrapper {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: calc(100% - 188px);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.dsj_tab-content .bottom-wrapper .center-logo-wrapper,
.dsj_tab-content .bottom-wrapper .right-line-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
}

.dsj_tab-content .bottom-wrapper .left-line-wrapper > img,
.dsj_tab-content .bottom-wrapper .right-line-wrapper > img {
  width: auto;
  height: 6px;
}

.dsj_tab-content .bottom-wrapper .center-logo-wrapper > img {
  width: auto;
  height: 30px;
  margin: 0 20px 10px;
}

@media screen and (max-width: 1080px) {
  .dsj_tab-box .dsj_tab-box-cont .tips_box .tips_text {
    font-size: 0.3rem;
  }
  .swiper-slide-cont p {
    font-size: 0.3rem;
    line-height: 2;
  }
  .dsj-cont .dsj_tab-box .dsj_tab-box-cont {
    padding: 0 0.3rem;
  }
  .dsj-cont .dsj_tab-content {
    padding: 0.4rem;    
    background-image: url(../images/dsj_right_bottom_bg.png);
    background-size: 2.48rem auto;
    background-repeat: no-repeat;
    background-position: right 0.4rem bottom 0.4rem;  
  }
  
  .dsj_tab-content .bottom-wrapper {
    bottom: 0.1rem;
  }
}
