.policy-rule li {
  width: 49%;
  float: left;
  overflow: hidden;
  margin: 10px 0;
}
.policy-rule li:nth-child(even) {
  margin-left: 2%;
}
.policy-rule li a {
  padding: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.policy-rule .issue-time {
  width: 85px;
  border: 1px solid #0058aa;
  margin: 0 15px;
}
.policy-rule .issue-time .date {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #0058aa;
}
.policy-rule .issue-time .year-month {
  background-color: #fff;
  color: #0058aa;
  font-size: 12px;
  text-align: center;
  padding: 3px;
}
.policy-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}