.author {
  margin: 30px 0;
  overflow: hidden;
}
.author .theme {
  padding: 0px 40px;
  height: 228px;
  background: #F5F5F5;
  position: relative;
}
.author .theme .info {
  padding-top: 40px;
  overflow: hidden;
}
.author .theme .info .cover {
  float: left;
  width: 85px;
  height: 85px;
  margin-right: 12px;
}
.author .theme .info .text .fullname {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 22px;
}
.author .theme .info .text .statistics {
  font-size: 14px;
}
.author .theme .info .text .statistics font {
  font-size: 18px;
}
.author .theme .desc {
  font-size: 14px;
  line-height: 20px;
  padding: 22px 0;
}
.author .theme .btn {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 120px;
  height: 51px;
  line-height: 51px;
  padding: 0;
  background: #5994FC;
  border-radius: 4px;
  color: #F5F5F5;
}
.tab ul {
  border-bottom: 1px solid #CCCCCC;
}
.tab ul li {
  display: inline-block;
  padding: 18px 20px;
  cursor: pointer;
}
.tab ul li.active {
  color: #5994FC;
  border-bottom: 1px solid #5994FC;
}
.list {
  margin-bottom: 40px;
}
.list ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0px;
}
.list ul li a{
  width: 85%;
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.list ul li em {
  float: right;
}
