.breadcrumb-box {
  width: 960px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #efefef;
  height: 40px;
  padding: 0 20px;
  margin: 0 auto;
}

.breadcrumb-box .title {
  display: flex;
  flex-direction: row;
  align-items: center;

}

.breadcrumb-box .breadcrumb {
  background: url(../images/icon_left_triangle.png) left center no-repeat;
  font-size: 16px;
  padding-left: 20px;

}

.breadcrumb ul {
  display: flex;
  flex-direction: row;
}

.breadcrumb li {
  margin-right: 10px;
}


.rank-content {
  width: 1000px;
  padding: 70px 0px;
  /*border: 1px solid #eeeeee;*/
  margin: 0 auto;
  font-family: '微软雅黑';
  font-size: 16px;
}

.rank-title {
  font-size: 24px;
  font-weight: bold;
  color: #ce0a22;
  text-align: center;
  /*padding-bottom: 30px;*/
}

.rank-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 2px solid #dadada;
}

.rank-tabs .tab-item {
  width: 240px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  background: #efefef;
  cursor: pointer;
}

.rank-tabs .active {
  background: #0e614f;
  color: #ffffff;
}

.rank-box {
  padding-top: 20px;
}


.rank-item-list {
  padding-top: 20px;
}

.rank-item-list .title {
  color: #0e614f;
  padding-bottom: 10px;
  font-weight: bold;
}

.rank-item-list table {
  border-color: #dadada;
  text-align: center;
  font-size: 14px;
}

.rank-item-list table tr {
  height: 40px;
}

.rank-item-list table thead {
  background: #efefef;
}

.page-pagination ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.page-pagination ul li {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #dadada;
  background: #efefef;
  cursor: pointer;
  margin-left: 10px;
}

.page-pagination ul li:first-child {
  margin-left: 0;
}

.page-pagination ul .active {
  background: #0e614f;
  color: #ffffff;
}