.banner {
  background: url('../img/Cover.png') no-repeat;
  background-size: 100% 100%;
  height: 376px;
  margin-top: 79px;
}

.banner h2 {
  width: 15%;
  float: left;
  color: #fff;
  font-size: 40px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 70px;
  margin-top: 5%;
  margin-left: 10%;
  padding-bottom: 33px;
  border-bottom: 1px solid #979797;
  text-align: left;
}

.contents dl {
  width: 70%;
  margin: 100px auto;
  height: 200px;
}

.contents dl dt {
  width: 20%;
  float: left
}

.contents dl dd {
  float: left;
  margin-left: 8%;
  width: 70%;
}

.contents dl dt img {
  display: inline-block;
  width: 100%;
}

.contents dl dd .title1 {
  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: 12px;
  width: 100%;
}

.contents dl dd .title1 .times {
  font-size: 20px;
  float: right;
  color: rgb(69, 180, 253)
}

.contents dl dd .title1 a {
  color: rgb(78, 160, 255)
}

.contents dl dd img {
  margin-top: 15px;
  display: inline-block;
  height: 24px;
}

.contents dl dd .time {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(50, 50, 51, 1);
  line-height: 36px;
  margin-left: 22px;
}

.contents dl dd :nth-of-type(2) {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(150, 151, 153, 1);
  line-height: 36px;
  margin: 10px auto;
  margin-left: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.contents dl dd .time .right {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(50, 50, 51, 1);
  line-height: 36px;
  float: right;
}

/* 上一页 */

/* .page {
  width: 30%;
  margin: 0 auto;
}
.page span {
  display: inline-block;
  margin: 0 20px;
}
.page span input {
  display: inline-block;
  width: 10px;
}
.page button {
  display: inline-block;
  border: 0;
  background: 0;
} */