.content {
  display: flex;
  flex-wrap: wrap;
  width: 1062px;
  margin-right: -20px;
}

.safe-remind {
  display: block;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 334px;
}

.safe-remind:hover{
  text-decoration: none;
}

.safe-remind:nth-child(3n) {
  margin-right: 0;
}

.safe-remind img {
  width: 100%;
  height: 195px;
  border-radius: 4px;
}

.safe-remind .remind-title {
  margin-top: 12px;
  width: 334px;
  height: 24px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.safe-remind:hover .remind-title{
  color: #4064C8;
}

.safe-remind .remind-time{
  margin-top: 10px;
  width: 87px;
  height: 19px;
  font-size: 14px;
  color: #979797;
  line-height: 19px;
  text-align: left;
  font-style: normal;
}
