.bread-nav {
  font-size: 12px;
  color: #666;
}
.bread-nav .item {
  padding: 0 5px;
  font-size: 14px;
  color: #666;
  line-height: 56px;
}
.bread-nav .item:hover {
  color: #00af66;
}
.author-box {
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
}
.author-box .banner img {
  display: block;
}
.author-box .author-info {
  position: relative;
}
.author-box .author-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 0;
  box-sizing: border-box;
}
.author-box .author-info .avatar {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  left: 20px;
  bottom: 10px;
  border: 4px solid #fff;
}
.author-box .author-info .info {
  margin-left: 170px;
}
.author-box .author-info .info .info-t {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  padding-top: 5px;
}
.author-box .author-info .info .info-t .username {
  font-size: 24px;
  margin-right: 20px;
}
.author-box .author-info .info .info-t .fans-count,
.author-box .author-info .info .info-t .content-count {
  font-size: 14px;
  color: #7A848D;
  margin-right: 20px;
}
.author-box .author-info .info .info-b {
  padding: 10px 0;
}
.author-box .author-info .info .info-b .des {
  font-size: 14px;
  color: #7A848D;
}
.author-box .btn-guanzhu {
  background: #00af66;
  color: #fff;
  border-radius: 2px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  margin-right: 0px;
}
.author-box .btn-guanzhu:hover {
  cursor: pointer;
}
.content-box {
  margin-top: 20px;
  background: #fff;
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
}
.content-box .switch-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.content-box .switch-box .item {
  line-height: 64px;
  font-size: 18px;
  color: #3d3d3d;
  margin: 0 50px;
  position: relative;
  letter-spacing: 1px;
  cursor: pointer;
}
.content-box .switch-box .active {
  color: #333;
  font-weight: bold;
}
.content-box .switch-box .active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #00af66;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content-box .content-list .item {
  padding: 30px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.content-box .content-list .item .left .pic-box {
  display: block;
  background: #eee;
  width: 300px;
  min-width: 300px;
  height: 200px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.content-box .content-list .item .right {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.content-box .content-list .item .right .subject {
  line-height: 36px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-box .content-list .item .right .message {
  line-height: 24px;
  font-size: 16px;
  color: #3d3d3d;
  letter-spacing: 1px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.content-box .content-list .item .right .content-info {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.content-box .content-list .item .right .content-info .dateline {
  color: #666;
  font-size: 16px;
}
.content-box .content-list .item .right .content-info .right-box {
  color: #3d3d3d;
  font-size: 16px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.content-box .content-list .item .right .content-info .right-box .like {
  background: url('../images/icon-like.png?v1') no-repeat;
  padding-left: 30px;
  background-size: 20px;
  background-position: left center;
  margin-right: 20px;
}
.content-box .content-list .item .right .content-info .right-box .comment {
  background: url('../images/icon-comment.png?v1') no-repeat;
  padding-left: 30px;
  background-size: 20px;
  background-position: left center;
}
