.bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 59px;
}
.content {
  width: 1260px;
  padding: 20px 30px 0;
  background: #FFFFFF;
  margin: auto ;
  border-bottom: 15px solid #9A0000;
}
.crumbs {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 19px;
}
.crumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumbs img {
  margin-right: 20px;
}
.crumbs span {
  color: #9a0000;
}
.ads {
  width: 1200px;
  height: 178px;
}
.ads a {
  display: block;
}
.ads img {
  width: 1200px;
  height: 178px;
}
.container {
  margin-top: 27px;
  width: 1200px;
  overflow: hidden;
}
.container .tab {
  width: 11.67%;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  color: #1a1a1a;
  border-radius: 6px;
  float: left;
}
.container .tab div {
  cursor: pointer;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 6px;
}
.container .tab .active {
  background-color: #9A0000;
}
.container .tab .active a {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.container .tab .active1 {
  background-color: #FFEDED;
}
.container .tab .active1 a {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #9A0000;
}
.container .list {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  float: right;
}
.container .list .bookitem {
  margin-right: 90px;
  margin-bottom: 45px;
  text-align: center;
  width: 240px;
}
.container .list .bookitem:nth-child(3n) {
  margin-right: 0;
}
.container .list .bookitem .item {
  position: relative;
  width: 240px;
}
.container .list .bookitem .item .play {
  position: absolute;
  width: 36px;
  height: 35px;
  left: 66px;
  top: 68px;
}
.container .list .bookitem .item .cover {
  width: 170px;
  height: 170px;
  background: #BB0808;
  border-radius: 10px;
}
.container .list .bookitem .item .gp {
  width: 57px;
  height: 147px;
}
.pageData {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.pageData .left {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.pageData .right {
  width: 660px;
  text-align: right;
}
.trunNum {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: inline-block;
}
.trunNum .trunbox {
  display: flex;
  align-items: center;
}
.trunNum .trunbox .trun-num {
  font-size: 14px;
  color: #9A0000;
  width: 55px;
  height: 29px;
  line-height: 29px;
  border-radius: 4px;
  border: 1px solid #9A0000;
  text-align: center;
  margin-left: 8px;
  cursor: pointer;
}
.trunNum .trunbox input {
  width: 30px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  margin: 0 6px;
  padding: 6px;
}
.pages {
  display: inline-block;
  /*页码 */
  margin: 32px auto;
  font-size: 14px;
  text-align: center;
  color: #000000;
}
.pages > li {
  display: inline-block;
  margin: 0 3px;
  font-size: 14px;
  padding: 0 10px;
  height: 30px !important;
  line-height: 30px !important;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  text-align: center;
  color: #000000 !important;
}
.pages > li:before {
  content: none !important;
}
.pages .page.page-active {
  font-size: 14px;
  color: #9A0000;
  background: rgba(154, 0, 0, 0.2);
  border: 1px solid #9A0000;
}
.pages .page.page-active a {
  color: #9A0000 !important;
}
.pages .page.page-active a {
  color: #fff;
}
