ul.content li {
  padding: 8px 9px;
  font-size: 18px;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  background: #ededef;
  margin: 3px 0;
}

ul.content li div.img {
  background: #fff;
  width: 121px;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.content li div.img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

ul.content li div.img a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

ul.content li h1 {
  width: 556px;
  font-size: 14px;
}

ul.content li h2 {
  font-size: 14px;
}

ul.content ul.pages {
  height: 70px;
  display: flex;
  justify-content: center;
}

ul.content ul.pages li {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #dedede;
  color: #333;
  padding: 0;
  margin: 0 20px 0 0;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.content ul.pages li:hover, ul.content ul.pages li.page-active {
  color: #fff;
  background: #0375ce;
  border: 1px solid #0375ce;
}

ul.content ul.pages li.page-previous, ul.content ul.pages li.page-next {
  width: 60px;
}
