.inform-list-message {
  padding: 20px 10px 100px 10px;
  font-size: 12px;
}
.inform-list-message .th-box {
  width: 100%;
  height: 50px;
  background: #fbfbfa;
  margin-top: 20px;
  border-bottom: 1px solid #ebeef5;
  font-weight: 600;
}
.inform-list-message .th-box div {
  display: inline-block;
  line-height: 50px;
  font-size: 12px;
}
.inform-list-message .th-box .th-title {
  float: left;
  margin-left: 343px;
}
.inform-list-message .th-box .th-data {
  float: right;
  margin-right: 78px;
}
.inform-list-message .card-pagination {
  margin-top: 20px;
}
.inform-list-message .card-li {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inform-list-message .card-box:hover {
  color: #427bd4 !important;
}
.inform-list-message .date-time {
  margin-right: 68px;
}
.inform-list-message .card-h2 {
  margin-left: 22px;
}
.inform-list-message .card-box {
  cursor: pointer;
}
.inform-list-message .card-box .el-divider--horizontal {
  margin: 15px 0;
}
.inform-list-message .pagination-box {
  text-align: center;
  margin-top: 29px;
}

