.bg {
  padding-bottom: 81px;
  background-color: #e6e4df;
}
.content {
  width: 1260px;
  padding: 20px 30px 0;
  min-height: 400px;
  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: 288px;
  margin-top: 19px;
}
.ads a {
  display: block;
}
.ads img {
  width: 1200px;
  height: 288px;
}
.title1 {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.title1 img {
  width: 100%;
  height: 40px;
}
.title1 .morebtn {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.title1 .morebtn a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #666666;
}
.title1 .morebtn .icon {
  width: 11px;
  height: 12px;
}
.container {
  width: 1200px;
  margin: auto;
  display: flex;
  align-self: start;
  padding-top: 27px;
  justify-content: space-between;
  margin-bottom: 95px;
}
.container .con-l {
  width: 896px;
}
.container .con-r {
  width: 256px;
}
.container .bookcontent {
  width: 896px;
  margin-top: 23px;
  color: #000;
}
.container .bookinfo {
  width: 896px;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}
.container .bookinfo .title {
  font-weight: bold;
  font-size: 34px;
  color: #1A1A1A;
}
.container .bookinfo .book-content {
  width: 896px;
  align-content: center;
  overflow: hidden;
  border-top: 1px solid #E6E6E6;
  margin-top: 20px;
}
.container .bookinfo .book-content .book-cover {
  position: relative;
  float: left;
}
.container .bookinfo .book-content .book-cover .cover {
  width: 240px;
  height: 347.83px;
  background: #FFFFFF;
  margin: 24px 30px 0 0;
  box-shadow: 9px 8px 0px 0px rgba(170, 170, 170, 0.54);
  border: 1px solid #E0E0E0;
  display: block;
  margin-bottom: 43px;
}
.container .bookinfo .book-content .msg {
  width: 533px;
  margin-top: 24px;
  float: left;
  margin-left: 60px;
}
.container .bookinfo .book-content .msg .valuelist {
  align-content: center;
  margin-bottom: 19px;
  line-height: 36px;
}
.container .bookinfo .book-content .msg .name {
  font-size: 16px;
  color: #666666;
}
.container .bookinfo .book-content .msg .value {
  font-size: 16px;
  color: #1a1a1a;
}
.container .bookinfo .book-content .btn-cont {
  width: 272px;
  text-align: right;
  position: absolute;
  bottom: 35px;
  right: 50px;
}
.container .bookinfo .book-content .btn-cont .btn {
  width: 114px;
  height: 36px;
  line-height: 36px;
  background: #9A0000;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.container .bookinfo .book-content .btn-cont .btn a,
.container .bookinfo .book-content .btn-cont .btn div {
  font-size: 16px;
  color: #FFFFFF;
  display: block;
}
.container .bookinfo .book-content .btn-cont .btn img {
  width: 20px;
}
.container .bookinfo .book-content .btn-cont .btn audio {
  position: absolute;
  left: -33px;
  top: -66px;
}
.container .otherbox {
  background: #FFF7EF;
  padding: 15px 30px 23px 44px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin-top: 17px;
}
.container .otherbox .name {
  margin: 23px 8px 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}
.container .otherbox .author {
  color: #666666;
  font-size: 14px;
}
.container .otherbox .pic-item {
  margin-bottom: 43px;
}
.container .otherbox .pic-item img {
  width: 178px;
  height: 257px;
  box-shadow: 9px 8px 0px 0px rgba(170, 170, 170, 0.54);
  border: 1px solid #E0E0E0;
}
