﻿.library {
  margin-top: 10px;
}
.library ul {
  cursor: pointer;
  position: relative;
}
.library ul li {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 32%;
}
.library .cl li {
  color: #333;
  height: 30px;
  line-height: 30px;
}
.library .cl li a {
  padding: 4px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  color: #666;
}
.library .topp,
.library .sort,
.library .status {
  display: none;
}
.library .active {
  background-color: #4fc2f1;
  color: #fff !important;
  border-radius: 20px;
}
.box {
  margin-top: 10px;
  padding: 5px 10PX;
  background-color: #fff;
}
.box .vote {
  margin: 10px 0;
}
.box .vote ul li {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box .vote ul li .f {
  float: left;
}
.box .vote ul li .f a img {
  width: 100px;
  height: 150px;
  margin: 0 10px;
}
.box .vote ul li .r p {
  height: 35px;
  line-height: 20px;
}
.box .vote ul li .r p .bookname {
  color: #333;
  font-size: 17px;
}
.box .vote ul li .r p .zz {
  padding: 2px 5px;
  font-size: 12px;
  color: #fff;
  background-color: #2f4056;
}
.box .vote ul li .r p span:nth-of-type(2) {
  padding: 2px 5px;
  font-size: 12px;
  color: #ffff;
  background-color: #009688;
  border-radius: 12px;
}
.box .vote ul li .r p span:nth-child(2) {
  padding: 2px 5px;
  font-size: 12px;
  color: #ffff;
  background-color: #ff5722;
  border-radius: 12px;
}
.box .vote ul li .r p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  height: 80px;
  line-height: 20px;
  overflow: hidden;
}
.box .vote ul li p {
  color: #888;
  font-size: 14px;
}
.box .vote ul li p a {
  color: #333;
}
.box .vote ul li:first-child {
  padding-top: 0;
}
