.news-box {
  margin-top: 30px;
  margin-bottom: 40px;
}

.content {
  border: 1px solid rgb(220, 220, 220);
  position: relative;
}

.content img {
  max-width: 100%;
  display: block;
}

.content .title {
  margin-top: 90px;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.content .info p {
  text-indent: 2em;
  line-height: 2em;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content .time {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(230, 230, 230);
  margin-bottom: 20px;
}

.recom .inner p::before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  content: " ";
  display: inline-block;
  top: 12px;
  left: 15px;
  background-color: rgb(31, 64, 124)
}

.recom .inner p {
  line-height: 30px;
  padding-left: 30px;
  color: rgb(31, 64, 124);
  position: relative;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}

.recom .inner {
  border: 1px solid rgb(220, 220, 220);
  position: relative;
  padding-top: 80px;
}

.content .tips-tag {
  position: absolute;
  top: 20px;
  left: 0;
}

.recom .tips-tag {
  left: 0px;
  position: absolute;
  top: 20px;
}