@charset "UTF-8";
/**
* 抚顺在行动
* date:2023-4-19
* author: jgming;
 */
.tbl {
  margin-top: 24px;
}
.tbl-list .list-item {
  height: 64px;
}
.tbl-list .list-item-link {
  display: block;
  height: 64px;
  padding: 0 20px;
  line-height: 64px;
  background: url("../images/decision-tip.png") no-repeat center left;
  border-bottom: 1px dashed #eadfe0;
}
.tbl-list .list-item-link:hover {
  background-color: #fbf5f4;
  border-color: #fbf5f4;
}
.tbl-list .list-item-link:hover .item-content {
  color: #dc0718;
  font-weight: bold;
}
.tbl-list .list-item-link .item-content {
  display: inline-block;
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.action-title {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  background: url(../images/action-title.png) no-repeat left bottom;
}
.action-title::before {
  position: absolute;
  right: 0;
  bottom: 3px;
  content: "";
  height: 1px;
  width: 70%;
  background-color: #ac0101;
}