.jszx .container .book-box .book-item* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.jszx .main-box {
  width: 1150px;
  margin: 0 auto;
}
.jszx .header {
  height: 127px;
  background: url(./head-bg20250819.jpg);
  background-size: 100% 100%;
}
.jszx .header .header-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jszx .header .header-cnt .header-right {
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 20px;
  background-color: #C60202;
  color: #fff;
  margin-top: 50px;
}
.jszx .nav {
  height: 34px;
  line-height: 34px;
  background: #e7e7e7;
  border-top: 2px solid #b7b7b7;
}
.jszx .nav .nav-cnt {
  display: flex;
  align-items: center;
}
.jszx .nav .nav-cnt img {
  margin-right: 10px;
}
.jszx .container {
  background: url(./bg20250819.jpg);
}
.jszx .container .search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0;
}
.jszx .container .search .input {
  width: 514px;
  height: 48px;
  padding: 0 20px;
  border: 2px solid #e5e5e5;
  font-size: 16px;
}
.jszx .container .search input:focus {
  outline: none;
  box-shadow: none;
  border-color: none;
}
.jszx .container .search .icon {
  cursor: pointer;
}
.jszx .container .book-box {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.jszx .container .book-box .book-item {
  width: 182px;
  height: 318px;
  background: #fff;
  margin-bottom: 20px;
  /*margin-right: 68px;*/
  cursor: pointer;
}
.jszx .container .book-box .book-item:nth-child(4n) {
  margin-right: 0;
}
.jszx .container .book-box .book-item .book-title {
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jszx .container .book-box .book-item .book-title:hover {
  text-decoration: underline;
}
.jszx .container .book-box .book-item img {
  width: 100%;
  height: 266px;
  display: block;
}
.jszx .container .page {
  text-align: center;
  padding: 30px 0;
}
.jszx .footer {
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #eaf1f5;
}
