.conl {
  width: 50%;
  margin: 0 auto;
  margin-top: 110px;
}

.title {
  padding-bottom: 50px;
  border-bottom: 1px dashed #9c9c9c;
}

.title img {
  margin-top: 15px;
  display: inline-block;
  height: 24px;
}

.title p {
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 50px;
  display: inline-block;
  margin-left: 15px;
}

.title .time {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #9c9c9c;
  line-height: 36px;
  margin-left: 25px;
}

.articles {
  width: 90%;
}

.articles p {
  margin: 50px auto;
  line-height: 30px;
}

.articles img {
  display: inline-block;
  margin: 0 25%;
}

.next {
  width: 40%;
  border: 1px solid #9c9c9c;
  border-radius: 20px;
  margin: 80px auto;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}