.famous {
  width: 1120px;
}

.famous a {
  text-decoration: none;
}

.famous a:hover {
  color: #f70;
}

.famous-title {
  display: flex;
  align-items: center;
}

.famous-more {
  font-size: 14px;
  color: #999999;
}

.famous-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.famous-icon.icon-rank {
  background: url(https://www1.pcauto.com.cn/zt/gz20230303/baike/imgs/icon-rank.png) no-repeat center;
  background-size: 100% 100%;
}

.famous-icon.icon-celebrity {
  background: url(https://www1.pcauto.com.cn/zt/gz20230303/baike/imgs/icon-hot.png) no-repeat center;
  background-size: 100% 100%;
}

.famous-title-left {
  flex: 1;
  display: flex;
  align-items: center;
}

.famous-title-link {
  max-width: 300px;
  line-height: 24px;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.famous-rank-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}

.famous-rank-item {
  box-sizing: border-box;
  width: 33.3333%;
  margin-bottom: 15px;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 19px;
  font-size: 14px;
  color: #333333;
}

.famous-celebrity {
  padding-top: 30px;
}

.famous-celebrity-list {
  overflow: hidden;
  margin: 23px -72px 0 0;
  padding: 0;
}

.famous-celebrity-item {
  float: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 30px;
  padding-right: 72px;
}

.famous .celebrity-item-link {
  display: flex;
  align-items: center;
}

.famous .celebrity-item-img {
  width: 152px;
  height: 102px;
  margin-right: 15px;
  object-fit: cover;
}

.famous .celebrity-item-info {
  flex: 1;
  min-width: 0;
}

.famous .celebrity-item-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.famous .celebrity-item-name:hover {
  color: #f70;
}

.famous .celebrity-item-profile {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #999999;
  font-size: 14px;
  line-height: 28px;
}

.famous .celebrity-item-profile:hover {
  color: #f70;
}