.container {
  margin-top: 20px;
}
.container a {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.container a .imgbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 256px;
  height: 324px;
  background: url(/statics/2023fjsztjy/images/book-k.png) no-repeat bottom center;
  flex-shrink: 0;
  margin-right: 44px;
}
.container a .imgbox img {
  width: 224px;
  height: 308px;
}
.container a .box .title {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  margin-bottom: 23px;
}
.container a .box .content {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.el-pagination {
  font-weight: 700;
  text-align: center;
}
