#main-container,
.container {
  width: 1160px !important;
  max-width: 1160px !important;
  min-width: 1160px !important;
}
.tree_block {
  width: 270px;
  position: relative;
  background: #fff;
  clear: both;
  padding: 0;
}
.tree_block .tree_title {
  padding: 5px 10px;
  font-size: 18px;
  border-bottom: dashed #939393 1px;
}
.tree_block .tree_title img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.tree_block .tree_title a {
  padding: 5px 0px;
  font-size: 16px;
}
.tree_block .tree_content {
  overflow-x: scroll;
  min-height: 400px;
  padding: 10px;
}
#book-content .content-top {
  margin-top: 1px;
  padding: 15px 25px 0;
  width: 850px;
  background: white;
}
#book-content .content-content {
  margin-top: 1px;
  padding: 0px 25px 15px;
  height: 800px;
  overflow: scroll;
}
#book-content .top {
  border-bottom: 1px solid #8DACD0;
}
#book-content .top h1 {
  margin-top: 4px;
  float: left;
}
#book-content .top .copy-link {
  margin-top: 15px;
  margin-left: 10px;
  float: left;
}
#book-content .top a {
  color: #538ED3;
}
#book-content .line {
  width: 100%;
  border-top: 6px solid #CAD7E7;
}
#book-content .keywords {
  margin: 8px 0;
  padding: 8px 16px;
  background-color: #F0F7FD;
  color: #0382AD;
}
#book-content .summary blockquote {
  border-left: 5px solid #D0E3F0;
  margin: 8px 0;
  padding: 8px 16px;
  background-color: #F0F7FD;
  color: #0382AD;
}
ul {
  list-style-type: none;
}
.bookList .one-book dl {
  text-align: center;
}
.bookList .one-book dl dt {
  position: relative;
}
.bookList .one-book dl dt .lock-img {
  position: absolute;
  bottom: 4px;
  right: 15px;
}
.bookList .one-book dl dt .book-cover {
  width: 150px;
  height: 212px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  border-right: none;
  box-shadow: 3px 3px 7px 1px #A1A1A1;
  background: url("../images/book.png") no-repeat no-repeat;
}
.bookList .one-book dl dt .book-cover div {
  width: 115px;
  margin-left: 25px;
  margin-top: 65px;
  color: #525252;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}
.bookList .one-book dl dd {
  text-align: center;
  margin-top: 5px;
}
.bookList .one-book dl dd .title {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
.bookList .type-title {
  font-size: 16px;
  padding: 10px 42px;
  border-bottom: 1px solid #eee;
}
.bookList .info {
  height: 180px;
  border-bottom: 1px solid #eee;
}
.bookList .info .left {
  height: 120px;
  width: 20%;
  float: left;
}
.bookList .info .left .manual_cover {
  margin: 20px 0 0 42px;
  height: 120px;
  width: 120px;
}
.bookList .info .left .video_cover {
  margin: 20px 0 0 42px;
  height: 120px;
  width: 120px;
}
.bookList .info .right {
  height: 150px;
  width: 80%;
  float: right;
  font-size: 14px;
  padding: 10px;
}
.bookList .info .right .main p {
  height: 80px;
  margin-right: 25px;
  margin-top: 10px;
  overflow: hidden;
}
.bookList .info .right .details {
  height: 50px;
  margin-top: 10px;
  margin-right: 30px;
}
.bookList .info .right .details a {
  height: 30px;
  width: 100px;
  text-align: center;
  line-height: 30px;
  background-color: #00a7d0;
  float: right;
  color: #ffffff;
  border-radius: 5px;
}
.localcmt {
  background-color: white;
  margin-top: 20px;
}
.col-2 {
  position: relative;
  width: 20%;
  float: left;
  padding-right: 10px;
}
.poster {
  width: 100%;
  margin-bottom: 20px;
}
