@charset "UTF-8";
/* 期刊列表 */
.bookWrap {
  float: left;
  width: 862px;
}

.bookWrap .bookList {
  overflow: hidden;
  margin-left: -80px;
}

.bookWrap .bookList .book {
  float: left;
  width: 233px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 80px;
  text-align: center;
  cursor: pointer;
}

.bookWrap .bookList .book:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.bookWrap .bookList .book .book-img {
  margin-bottom: 8px;
  width: 175px;
  height: 256px;
}

.bookWrap .bookList .book .book-name {
  margin: auto;
  width: 212px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #333333;
  background: url(../img/list/book-title.png) no-repeat center;
  background-size: cover;
}

.bookWrap .bookList .book .book-name span {
  position: relative;
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bookWrap .bookList .book .book-name i {
  vertical-align: top;
}

/* 新书快递 */
.newBookDeliveWrap {
  float: left;
  width: 862px;
}

.newBookDeliveWrap .newbookList {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 20px;
  border: 1px solid #f7f7f7;
}

.newBookDeliveWrap .newbookList .newbook {
  position: relative;
  padding: 0 18px 0 10px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
  cursor: pointer;
}

.newBookDeliveWrap .newbookList .newbook:hover {
  opacity: 0.8;
}

.newBookDeliveWrap .newbookList .newbook .newbook-name {
  float: left;
  width: 80%;
  font-size: 16px;
  color: #333;
}

.newBookDeliveWrap .newbookList .newbook .newbook-name span {
  position: relative;
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newBookDeliveWrap .newbookList .newbook .newbook-name i {
  vertical-align: top;
}

.newBookDeliveWrap .newbookList .newbook .newbook-time {
  float: right;
  padding-left: 10px;
  font-size: 16px;
  color: #666666;
}

.newBookDeliveWrap .newbookList .newbook .newbook-toread {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

.newBookDeliveWrap .newbookList .newbook .newbook-toread:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 14px;
  background: url(../img/common/double-arrow-right.png) no-repeat center;
  background-size: cover;
  vertical-align: -2px;
}

.newBookDeliveWrap .newbookList .newbook .newbook-toread:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

/* 党史期刊 */
.bookSummaryWrap {
  overflow: hidden;
}

.bookSummaryWrap .book-brief {
  float: left;
  padding-top: 25px;
  width: 320px;
  height: 920px;
  text-align: center;
  background-color: #f7f7f7;
  border-top: 4px solid #ed4040;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bookSummaryWrap .book-brief .book-img {
  width: 165px;
  height: 235px;
  margin-bottom: 10px;
}

.bookSummaryWrap .book-brief .book-name {
  margin: auto;
  width: 212px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #333333;
  background: url(../img/list/book-title.png) no-repeat center;
  background-size: cover;
}

.bookSummaryWrap .book-brief .book-name span {
  position: relative;
  display: inline-block;
  max-width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bookSummaryWrap .book-brief .book-name i {
  vertical-align: top;
}

.bookSummaryWrap .book-brief .book-intro {
  padding: 0 15px;
  margin-top: 25px;
  line-height: 32px;
  font-size: 18px;
  color: #333;
  text-align: left;
}

.bookSummaryWrap .book-catalog {
  float: right;
  width: 845px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bookSummaryWrap .book-catalog .catalogList {
  height: 870px;
  overflow: hidden;
}

.bookSummaryWrap .book-catalog .catalogList .catalog {
  position: relative;
  padding-left: 23px;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px dashed #dddddd;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.bookSummaryWrap .book-catalog .catalogList .catalog:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.bookSummaryWrap .book-catalog .catalogList .catalog:before {
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #eeeeee;
  border-radius: 4px;
}

.bookSummaryWrap .book-catalog .catalogList .catalog .catalog-name {
  float: left;
  max-width: 680px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bookSummaryWrap .book-catalog .catalogList .catalog .catalog-time {
  float: right;
  margin-right: 18px;
  font-size: 16px;
  color: #666666;
}
