﻿.content {
  min-height: 245px;
  width: 1400px;
  margin: 0 auto;
  padding-top: 23px;
}
.content-top {
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.851);
  margin-bottom: 21px;
}
.content-item {
  width: 1400px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-family: PingFang SC;
  margin-bottom: 8px;
}
.content-item:hover {
  background: rgba(223, 238, 255, 1);
  /* padding: 0 20px; */
}
.content-item-text a {
  font-family: PingFang SC;
  padding-left: 18px;
  background: url(/mb/images/sanjiao.png) no-repeat left center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
}
.content-item-time {
  font-family: PingFang SC;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
}
.Page {
  text-align: center;
  height: 40px;
  margin: 39px 0px 69px 0px;
  text-align: center;
}

.Page a {
  color: rgba(0, 0, 0, 0.851);
  font-family: PingFang SC;
  font-size: 16px;
  margin: 0 3px;
  border: 1px solid #e6e6e6;
  padding: 8px 14px 9px 14px;
  background: #fff;
  border-radius: 4px;
}

.Page a:hover {
  color: #fff;
  border: 1px solid rgba(19, 87, 172, 1);
  background: rgba(19, 87, 172, 1);
}

.Page a.hover {
  color: #fff;
  border: 1px solid rgba(19, 87, 172, 1);
  background: rgba(19, 87, 172, 1);
}
