.news-section-title {
  height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}
.news-section-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 6px;
  height: 26px;
  background: #3393ff;
}
#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%;
}
#newsDetail .topBg img {
  width: 100%;
  height: auto;
  display: block;
}
#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;
}
#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 .centerContent .contentLeft .image {
  width: 100%;
  height: 100%;
  display: block;
}
#newsDetail .centerContent .contentLeft .new-item {
  width: 300px;
  height: 160px;
  display: block;
  margin-bottom: 10px;
}
#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;
  }
}
