#newsDetail {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #F7FBFF;
  align-items: center;
}
#newsDetail .centerPositionContent {
  width: 1440px;
  margin-top: 20px;
}
#newsDetail .position {
  display: flex;
  align-items: center;
  color: #999999;
}
#newsDetail .position a {
  width: auto;
  margin: 0 8px;
  color: #999999 !important;
  font-size: 14px;
}
#newsDetail .topBg {
  width: 100%;
  /* height: 120px;
  background: url('../../imgs/serviceCase/topBg.png');
  background-size: 100% 120px;
  padding: 30px 330px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
}
#newsDetail .topBg > div:nth-child(1) {
  height: 28px;
  font-size: 28px;
  line-height: 28px;
}
#newsDetail .topBg > div:nth-child(2) {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
}
#newsDetail .centerContent {
  width: 1440px;
  margin-top: 20px;
  margin-bottom: 35px;
}
#newsDetail .centerContent ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #F5F5F5;
}
#newsDetail .centerContent .contentLeft {
  width: 360px;
  height: 750px;
  margin-right: 40px;
  overflow: auto;
}
#newsDetail .centerContent .contentLeft .leftDataList {
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
}
#newsDetail .centerContent .contentLeft .leftDataList .dataContent {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
#newsDetail .centerContent .contentLeft .leftDataList .dataContent .title {
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.contentRight a{
    color:#09f;
    width:fit-content;
    text-indent: 0;
    display: inline;
}
#newsDetail .centerContent .contentLeft .leftDataList .dataContent .time {
  width: 300px;
  height: 14px;
  font-size: 14px;
  font-family: ArialMT;
  color: #BFC1D0;
  line-height: 14px;
  margin-top: 4px;
  margin-bottom: 6px;
}
#newsDetail .centerContent .contentLeft .leftDataList .dataContent .subtitle {
  width: 300px;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
}
#newsDetail .centerContent .contentLeft .leftDataList:hover .title {
  color: #6DACFF;
}
#newsDetail .xgal {
  background: #F2F6FA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  font-weight: 400;
  color: #0A1A3C;
  padding: 16px 20px;
  font-size: 18px;
}
#newsDetail .xgalSubTitle {
  margin-top: 6px;
  color: #8C9ABB;
}
#newsDetail .contentRight {
  background-color: #FFFFFF;
  width: 900px;
  padding: 50px 60px;
}
#newsDetail .contentTitle {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
#newsDetail .contentTime {
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-bottom: 18px;
}
@media (max-width: 800px) {
  #newsDetail .topBg {
    /* padding: 30px 16px; */
  }
  #newsDetail .topBg > div:nth-child(1) {
    height: 24px;
    font-size: 22px;
    line-height: 24px;
  }
  #newsDetail .centerPositionContent {
    width: auto;
  }
  .centerContent {
    width: auto;
  }
  #newsDetail .centerContent .contentLeft {
    display: none;
  }
  #newsDetail .centerContent {
    width: auto;
    width: 100%;
  }
  #newsDetail .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;
  }
}
