@charset "UTF-8";
/**!
* 窗口咨询电话 
* date:2022-05-18
* author: qcn;
*/
/* 主区域 */
.table {
  width: 100%;
  margin-top: 32px;
}

.table thead th {
  height: 50px;
  background: #f4f9fd;
  border: 1px solid #c5d5ea;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.table tbody td {
  height: 50px;
  border: 1px solid #C5D5EA;
  text-align: center;
}

.table tbody .td-text {
  color: #333;
  font-size: 16px;
  display: inline-block;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table tbody .td-business {
  max-width: 420px;
}
