.dynamic > .item {
  width: 100%;
  height: 94px;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dynamic > .item .data {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.dynamic .item .data p {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-right: 30px;
}
.dynamic .item .nowrap {
  width: 80%;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}
.dynamic .item:hover {
  background-image: url(../images/text-list-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #9D0001;
  background-color: #fff;
}
.dynamic .item:hover div {
  color: #A13838;
}
.dynamic .item:hover p {
  color: #A13838;
}
.page-info-title-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: #939393;
}
.page-info-title-sm img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
