.dynamic .item {
  width: 100%;
  display: flex;
  border-bottom: 1px dashed #efefef;
  cursor: pointer;
  transition: all 0.3s;
  padding: 20px;
  justify-content: space-between;
}
.dynamic .item > .img {
  width: 125px;
  height: 93px;
}
.dynamic .item .content {
  width: calc(100% - 145px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dynamic .item:hover {
  background: #E63F2A;
}
.dynamic .item .nowrap {
  width: 100%;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}
.dynamic .item p:nth-of-type(1) {
  font-size: 14px !important;
  margin: 8px 0 12px;
}
.dynamic .item p:nth-of-type(2) {
  font-size: 14px !important;
}
.dynamic .item:hover div {
  /* box-shadow: 0px 3px 12px 1px #D3E4EF; */
  color: #fff !important;
  /* background-color: #fff; */
}
.dynamic .item:hover div p {
  /* box-shadow: 0px 3px 12px 1px #D3E4EF; */
  color: #fff !important;
  /* background-color: #fff; */
}
.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;
}
