.e_book {
  margin-top: 20px;
}
.book_box {
  background: #78797a;
  padding: 17px;
  overflow: hidden;
}
.book {
  position: relative;
  width: 182px;
  height: 240px;
  background: url(../image/book_fm.png) no-repeat top left;
  float: left;
  margin-right: 14px;
}
.book .book_link {
  display: block;
  width: 100%;
  height: 240px;
}
.book_box li:first-child + li + li + li + li + li {
  margin-right: 0;
}

.books {
  position: relative;
  width: 182px;
  height: 240px;
  background: url(../image/book_fm_min.png) no-repeat top left;
  float: left;
  margin-right: 14px;
}
.books .book_link {
  display: block;
  width: 100%;
  height: 240px;
}
.books:hover .shu_name {
  color: #ffdf83;
}

.shu_name {
  position: absolute;
  left: 50%;
  top: 22px;
  width: 16px;
  line-height: 1;
  font-size: 16px;
  color: #000;
}
.heng_name {
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -65px;
  width: 150px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.heng_name a {
  color: #fff;
}
.heng_name a:hover {
  color: #ffcc00;
}
.book:hover .shu_name {
  color: #ffdf83;
}

.fojiao_book {
  margin-top: 20px;
  margin-bottom: 60px;
}

.table_box {
  width: 100%;
  background: #78797a;
  padding: 22px;
}
.book_table {
  width: 100%;
  border: 4px solid #8d8d8d;
}
.book_table tr td {
  border: 4px solid #8d8d8d;
  padding: 7px;
  font-size: 16px;
  text-align: center;
}
.book_table tr th {
  border: 4px solid #8d8d8d;
  padding: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.book_table tr td .fj_btn {
  display: block;
  width: 174px;
  height: 46px;
  margin: 0 auto;
  background: #d4a14b;
  color: #fff;
  line-height: 46px;
}
.book_table tr td .fj_btn:hover {
  background: #d6af13;
  color: #fff;
}
