.line {
  margin-top: 20px;
}
.col {
  background: #ffffff;
  padding: 20px;
}
.col + .col {
  margin-top: 20px;
}
.col-5 {
  width: 590px;
  float: left;
}
.col-5 + .col-5 {
  margin-left: 20px;
}
.col-8 {
  width: 880px;
  float: left;
}
.col-8 + .col-4 {
  margin-left: 20px;
}
.col-4 {
  width: 300px;
  float: left;
}
.title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 20px;
}
.title i {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
}
.title i.trend {
  background: url("../icon/trend.png") center 5px no-repeat;
}
.title i.party {
  background: url("../icon/party.png") center 5px no-repeat;
}
.title i.master {
  background: url("../icon/master.png") center 5px no-repeat;
}
.title i.honor {
  background: url("../icon/honor.png") center 5px no-repeat;
}
.title i.book {
  background: url("../icon/book.png") center 5px no-repeat;
}
.title i.online {
  background: url("../icon/online.png") center 5px no-repeat;
}
.title i.service {
  background: url("../icon/online.png") center 5px no-repeat;
}
/*.title i.hotbook {
  background: url("../icon/hotbook.png") center 5px no-repeat;
}*/
.title i.hotbook {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.icon1 {
  background: url("../icon/icon1.png") center 5px no-repeat;
}
.title i.icon2 {
  background: url("../icon/icon2.png") center 5px no-repeat;
}
.title i.icon3 {
  background: url("../icon/icon3.png") center 5px no-repeat;
}
.title i.icon4 {
  background: url("../icon/icon4.png") center 5px no-repeat;
}
.title span {
  float: left;
  font-size: 22px;
  margin-left: 10px;
  color: #333333;
}
.title a {
  float: right;
  font-size: 14px;
  color: #909090;
}
.title a:hover {
  color: #0457A9;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide p {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px 40px;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.banner .slide_page {
  width: auto;
  right: 0;
  left: auto;
  text-align: right;
  padding-right: 40px;
  line-height: 20px;
}
.banner .slide_page .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  vertical-align: middle;
  cursor: pointer;
}
.banner .slide_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #5c98ff;
}
.banner .slide_button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.banner .slide_button i {
  font-size: 60px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.banner .slide_button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.new-book#hotBook .main .tabs {
  width: 750px;
}
.new-book#hotBook .main .list .item {
  width: 16.66666667%;
  padding: 20px;
}
.new-book .main .tabs {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.new-book .main .tabs span {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
  border-left: 1px solid #e7e7e7;
  cursor: pointer;
  color: #303030;
}
.new-book .main .tabs span:first-child {
  border-left: none;
}
.new-book .main .tabs span:last-child {
  border-right: 1px solid #e7e7e7;
}
.new-book .main .tabs span:hover,
.new-book .main .tabs span.active {
  color: #5c98ff;
}
.new-book .main .list {
  margin-top: 10px;
  overflow: hidden;
}
.new-book .main .list .item {
  width: 25%;
  float: left;
  padding: 10px 20px;
}
.new-book .main .list .item .box {
  width: 100%;
  height: auto;
  text-align: center;
}
.new-book .main .list .item .box .img {
  width: 90%;
  height: 147px;
  margin: 0 auto;
}
.new-book .main .list .item .box .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  box-shadow: 3px 3px 15px #909090;
  transition: all 0.3s ease-in-out;
}
.new-book .main .list .item .box:hover .img img {
  box-shadow: 5px 5px 15px #333333;
}
.new-book .main .list .item .box p {
  height: 50px;
  color: #303030;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
