#serviceCaseDetail {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-container {
  width: 1200px;
  margin: 0 auto;
}

.centerPositionContent {
  margin-top: 20px;
}

.position {
  display: flex;
  align-items: center;
  color: #999999;
}

.position a {
  width: auto;
  margin: 0 8px;
  color: #999999 !important;
  font-size: 14px;
}

#serviceCaseDetail .topBg img {
  display: block;
  width: 100%;
  height: auto;
}

#serviceCaseDetail .topBg>div:nth-child(1) {
  height: 28px;
  font-size: 28px;
  line-height: 28px;
}

#serviceCaseDetail .topBg>div:nth-child(2) {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}

#serviceCaseDetail .centerContent {
  width: 1200px;
  margin-top: 20px;
  margin-bottom: 35px;
}

#serviceCaseDetail .centerContent .contentLeft {
  width: 300px;
  height: 750px;
  margin-left: 40px;
  overflow: auto;
  overflow-x: hidden;

}

#serviceCaseDetail .centerContent .contentLeft ::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: #f5f5f5;
}

#serviceCaseDetail .centerContent .contentLeft .leftDataList {
  display: flex;
  /* background: #f2f6fa; */
  padding-top: 18px;
  padding-bottom: 23px;
  padding-left: 20px;
  width: 300px;
  height: 85px;
  box-sizing: border-box;
  position: relative;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}

.leftDataList::after {
  position: absolute;
  content: '';
  width: 260px;
  left: 20px;
  bottom: 0;
  height: 1px;
  background: #F2F6FA;
}

.leftDataListActive::after {
  content: unset;
}

.leftDataList:hover::after {
  content: unset;
}

#serviceCaseDetail .centerContent .contentLeft .leftDataList:hover {
  background: linear-gradient(270deg, #7180ff 0%, #1c5eff 100%);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

#serviceCaseDetail .centerContent .contentLeft .leftDataListActive {
  background: linear-gradient(270deg, #7180ff 0%, #1c5eff 100%);
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.leftDataList .title {
  font-weight: 500;
  font-size: 16px;
  max-width: 240px;
}

.leftDataList .subTitle {
  font-weight: 400;
  color: #7184b0;
  font-size: 14px;
  margin-top: 10px;
  max-width: 240px;
}

.leftDataList:hover .subTitle {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.leftDataListActive .subTitle {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
}

.leftDataList:hover a {
  color: #ffffff !important;
}

.leftDataListActive a {
  color: #ffffff !important;
}

.xgal {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  font-weight: 400;
  color: #0a1a3c;
  padding: 16px 20px;
  font-size: 18px;
}

.xgalSubTitle {
  margin-top: 6px;
  color: #8c9abb;
}

.contentRight {
  background-color: #ffffff;
  width: 900px;
  padding: 50px 60px;
}

.contentTitle {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}

.contentTime {
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-bottom: 18px;
}

@media (max-width: 800px) {
  #serviceCaseDetail .topBg {
    padding: 30px 16px;
  }

  #serviceCaseDetail .topBg>div:nth-child(1) {
    height: 24px;
    font-size: 22px;
    line-height: 24px;
  }

  .centerPositionContent {
    width: auto;
  }

  .centerContent {
    width: auto;
  }

  #serviceCaseDetail .centerContent .contentLeft {
    display: none;
  }

  #serviceCaseDetail .centerContent {
    width: auto;
    width: 100%;
  }

  .contentRight {
    width: auto;
    padding: 16px;
    box-sizing: border-box;
  }

  .contentRight .content {
    width: 100%;
  }

  .contentRight p {
    word-wrap: break-word !important;
  }

  .contentRight p img {
    max-width: 100% !important;
    height: auto !important;
  }
}