.banner {
  width: 100%;
  height: 150px;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.award-winning-books {
  background-color: #fff;
}

.books-tags {
  text-align: center;
  padding: 50px 0;
}

.books-tags span {
  margin: 0 10px;
  font-family: font-max;
  font-size: 18px;
  color: #565656;
  cursor: pointer;
  position: relative;
}

.books-tags span::before {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #565656;
  position: absolute;
  right: -9px;
  top: 0;
}

.books-tags span:last-child::before {
  content: none;
}

.books-tags span:hover,
.books-tags span.active {
  color: #1848BC;
}

.books-list-warp {
  margin-right: -60px;
  margin-left: -60px;
}

.books-list-warp .books-list-item {
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.books-list-warp .books-list-item .sub-title {
  height: 36px;
  line-height: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #808286;
  font-family: font-max;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.books-list-warp .books-list-item img {
  width: 100%;
  height: 100%;
}

.books-list-warp .books-list-item .title {
  height: 54px;
  line-height: 27px;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #353535;
  font-family: font-max;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.books-list-warp .books-list-item:hover img {
  box-shadow: rgba(0,0,0,.6) 0px 0px 18px;
}

.books-list-warp .books-list-item:hover .title {
  color: #1848BC;
}

.award-winning-books-title {
  font-size: 20px;
  font-weight: 500;
  font-family: font-max;
  color: #1848BC;
  border-bottom: 1px solid #9FA8BA;
}

.books-list {
  margin-bottom: 20px;
}

.award-winning-books-title .breadcrumb {
  background-color: inherit;
  padding: 24px 0;
  margin-bottom: 0;
}

.books-list-title {
  font-size: 24px;
  color: #AAAEB5;
  margin-bottom: 30px;
  text-align: left;
}

.books-list-title span {
  font-family: font-max;
  line-height: 1.5;
  position: relative;
}

.books-list-title span:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #1848BC;
  position: absolute;
  left: 0;
  bottom: -10px
}