@charset 'UTF-8';

.practice-center-top {
  height: 330px;
}

.col-sub {
  width: 300px;
}

.col-main {
  width: 880px;
}

.tab-cnt {
  min-height: 528px;
}

/* 排行 */
.rank-list {
  /* padding: 16px 40px 28px; */
  /* background: #fff; */
  margin-top: 12px;
}

.rank-list-item {
  padding: 12px 0;
  border-bottom: 1px solid #f3f3f3;
}

.rank-list-item:last-child {
  border-bottom: none;
}

.rank-list-item-inner {
  height: 56px;
  line-height: 56px;
  font-size: 0;
}

.rank-list-item-inner p {
  float: left;
  font-size: 14px;
  color: #333;
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank-list-item-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.rank-list-item-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.rank-list-item-name {
  width: 165px;
  overflow: hidden;
}

.rank-list-item-label {
  width: 150px;
}

.rank-list-item-label span {
  display: inline-block;
  vertical-align: middle;
}

.rank-list-item-label .rank-list-item-num {
  color: #da4442;
  margin-left: 10px;
}

/* 图文新闻列表rewrite */
.pic-news-box {
  margin-top: 12px;
}

.pic-news-info span {
  margin-right: 30px;
}

.pagination {
  margin-bottom: 30px;
}

.menu-practice-item {
  box-sizing: border-box;
  padding-top: 65px;
  width: 287px;
  height: 254px;
  margin: 0 6px 20px 0;
  border-radius: 6px;
  /* background-image: url(../img/ed.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.menu-practice-item:nth-child(3n) {
  margin-right: 0;
}

.menu-practice-item-title {
  font-size: 18px;
  color: #333;
  height: 58px;
}

.menu-practice-item-desc {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.team-item {
  width: 255px;
  background: #fff;
  float: left;
  margin: 0 13px 20px 0;
  padding: 16px 13px;
  border: 1px solid #fed6d0;
  border-radius: 6px;
}

.team-item:nth-child(3n) {
  margin-right: 0;
}

.team-top {
  height: 80px;
}

.team-top img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
}

.team-title {
  line-height: 21px;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.team-label {
  display: inline-block;
  color: #ff4400;
  font-size: 14px;
  background: #fce5d4;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 5px;
}

.team-bottom {
  margin-top: 15px;
}

.team-bottom-item {
  width: 85px;
  text-align: center;
  float: left;
  overflow: hidden;
}

.team-bottom-item p {
  font-size: 14px;
  color: #333;
}

.team-bottom-item span {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.dist-area {
  /* width: 109px; */
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #e50015;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 840px;
  top: 160px;
}
