.centBox {
  width: 100%;
  overflow: hidden;
  background: url(/images/new/neibg.png) repeat-x top;
}
.centectBg {
  min-height: calc(100vh - 15.5vw);
  width: 1000px;
  margin: 0 auto;
}
.centectBg_tit {
  width: 204px;
  height: 38px;
  background: url(/images/new/titlebg.png) no-repeat center;
  background-size: 100% 100%;
  margin: 14px 0 12px 0;
  font-size: 18px;
  font-weight: 600;
  color: #009BDF;
  text-align: center;
}
.centectBg_tit span {
  display: block;
  padding: 5px 0 0;
  margin-left: -10px;
}

.dataBox {
  width: 1000px;
  min-height: 100px;
  background: #FFFFFF;
}
.dataBox .dataList {
  padding: 25px 53px;
}
.listItem {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: #898989;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #c9c9c8; */
}
.listItem .titmess {
  font-size: 16px;
  color: #535353;
  flex: 1;
}
@media screen and (max-width: 600px) {
  .centBox{
    width: 1380px;
    overflow: auto;
  }
}