.xmgl {
  width: 100%;
}
.xmgl .ul-list {
  margin-bottom: 30px;
  width: 100%;
}
.xmgl .ul-list .li-list {
  padding: 23px 5px;
  border-bottom: 1px solid #e0e0ee;
}
.xmgl .ul-list .li-list .texts {
  display: inline-block;
  width: calc(100% - 150px);
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #222222;
}
.xmgl .ul-list .li-list .texts:hover {
  cursor: pointer;
  color: rgba(165, 21, 21, 0.7);
}
.xmgl .ul-list .li-list .times {
  float: right;
  width: 100px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
