.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_bak {
  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;
  padding: 10px 40px;
}

.datamesstit {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #535353;
  line-height: 38px;
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c8;
}

.time {
  font-size: 16px;
  font-weight: normal;
  color: #A0A0A0;
  line-height: 38px;
  text-align: center;
}
.mess {
  font-size: 16px;
  font-weight: normal;
  color: #535353;
  line-height: 36px;
  text-align: justify;
}
.goback {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #A0A0A0;
  line-height: 60px;
}
@media screen and (max-width: 600px) {
  .centBox{
    width: 1380px;
    overflow: auto;
  }
}