.author-table .periodcial {
  position: relative;
}

.author-table .periodcial:hover .bookPops {
  display: block;
}

.author-table .books {
  position: relative;
}

.author-table .books:hover .bookPops {
  display: block;
}

.author-table .bookPops {
  left: 0%;
  transition: all .2s;
  top: 180px;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  background-color: #fff;
  display: none;
}

.author-table .bookPops .title {
  color: 16px;
  font-weight: bold;
}

.author-table .bookPops .title .yellow {
  padding-left: 10px;
  color: #ff6600;
}

.author-table .bookPops .title .grey {
  color: #828282;
}

.author-table .bookPops .item {
  align-items: center;
  margin-top: 10px;
  color: #828282;
}

.author-table .bookPops .item .name {
  white-space: nowrap;
}

.author-table .bookPops .item .jindu {
  height: 10px;
  background-color: #217cde;
  margin: 0 10px;
}

.qikanRight {
  width: 1000px;
  border: 1px solid #dcdcdc;
  align-self: flex-start;
}

.qikanRight .qikanSort {
  height: 45px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
  padding-left: 20px;
  align-items: center;
}

.qikanRight .qikanSort .sortNav {
  white-space: nowrap;
  align-items: center;
}

.qikanRight .qikanSort .sortNav a {
  display: block;
  line-height: 25px;
  padding: 0 15px;
  white-space: nowrap;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.qikanRight .qikanSort .sortNav a.active {
  color: #217cde;
}

.qikanRight .qikanSort .sortNav a.active::after {
  opacity: 1;
}

.qikanRight .qikanSort .sortNav a:not(:first-child) {
  border-left: none;
}

.qikanRight .qikanSort .sortNav a::after {
  background: #fff url(../images/sbxb.png) center no-repeat;
  content: "";
  width: 7px;
  height: 12px;
  margin-left: 3px;
  opacity: 0;
}

.qikanRight .qikanSort .sortNav a:hover {
  color: #217cde;
}

.qikanRight .qikanSort .sortNav a:hover::after {
  opacity: 1;
}

.qikanRight .qikanSort .sortNav a.top {
  color: #217cde;
}

.qikanRight .qikanSort .sortNav a.top::after {
  background: #fff url(../images/sbsb.png) center no-repeat;
  content: "";
  width: 7px;
  height: 12px;
  margin-left: 3px;
  opacity: 1;
}

.qikanFond .item {
  padding: 15px;
}

.qikanFond .item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.qikanFond .item .title {
  color: #787878;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.qikanFond .item .title .box {
  padding: 3px 5px;
  border: 1px solid #217cde;
  color: #217cde;
  margin-left: 15px;
  font-size: 14px;
  color: #217cde;
  font-weight: normal;
}

.qikanFond .item .company {
  color: #666666;
  margin-bottom: 15px;
}

.qikanFond .item .company a {
  color: #217cde;
}

.qikanFond .item .two {
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
}

.qikanFond .item .yxBox .box {
  color: #666666;
  line-height: 24px;
}

.qikanFond .item a:hover .two,
.qikanFond .item a:hover .title {
  color: #217cde;
}
