.partnews {
  width: 1400px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  box-sizing: border-box;
}
.partnews .title img {
  margin: 0 auto;
}
.partnews .left ul li {
  width: 1272px;
  color: #333;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid #b6b8ba;
  position: relative;
  margin-top: 10px;
}
.partnews .left ul li p {
  width: 1130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  float: left;
  color: #333;
  padding-left: 22px;
}
.partnews .left ul li p:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 29px;
  background: #333;
}
.partnews .left ul li p strong {
  font-weight: normal;
  margin-right: 40px;
}
.partnews .left ul li span {
  float: right;
  color: #333;
  font-size: 18px;
}
.partnews .left .pages {
  width: 410px;
  margin: 40px auto;
}
.partnews .left .pages a {
  color: #666;
  font-size: 18px;
  display: inline-block;
  width: 70px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  float: left;
  background: #e1edff;
  margin-right: 10px;
}
.partnews .left .pages a:hover {
  color: #fff;
  background: #2f60b8;
}
.partnews .left .pages ol li {
  cursor: pointer;
  float: left;
  width: 40px;
  height: 35px;
  color: #666;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  background: #e1edff;
  margin-right: 10px;
}
.partnews .left .pages ol li.on,
.partnews .left .pages ol li:hover {
  color: #fff;
  background: #2f60b8;
}
