@CHARSET "UTF-8";

.boxbg {
  background: #f9f9f9;
  /* border-bottom: 1px solid #26abe6 !important; */
}

.boxbg {
  font-size: 14px;
}

.m-t-b-height {
  height: 45px;
  line-height: 45px;
}

.boxbg .h3-count {
  position: absolute;
  left: 0;
  top: 8px;
  width: 30px;
  height: 42px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700;
  text-indent: 8px;
  padding-right: 10px;
}

.pr-content h3 span {
  display: inline-block;
  vertical-align: top;
}

.boxbg .h3-span {
  padding-left: 34px;
  font-size: 14px;
}

.pr-content h3 span {
  display: inline-block;
  vertical-align: top;
}

.h3-span {
  width: 60%;
  vertical-align: -2px;
}

.text-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pr-content h3 span {
  display: inline-block;
  vertical-align: top;
}

.h3-fr {
  float: right;
  margin-right: 5px;
  color: #888;
  font-size: 14px;
}



.tabSelected {
  color: #26abe6 !important;
  border-bottom: 2px solid #26abe6 !important;
}

.rank {
  width: 350px;
  background: #fff;
  padding: 10px 1px;
  border-radius: 10px;
  box-shadow: 0 5px 10px #ddd;
  float: left;
}

.r-list {
  display: flex;
}

.r-list-l {
  width: 35%;
  border: 1px solid #ccc;
  height: 64px;
  margin-left: 34px;
}

.r-list-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.r-list-r {
  width: calc(65% - 34px);
  padding-left: 10px;
  color: #888;
  position: relative;
}

.r-list-r span {
  position: absolute;
  top: 46px;
  right: 10px;
}

.pr-content .pr-content-row {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  height: 45px;
}

.pr-content-row:first-child {
  height: 115px;
}

.pr-content-row:first-child .h3-count {
  background: url(../images/icon-num.png) repeat;
}

.pr-content .pr-content-row h4 {
  font-size: 14px;
}

.panel-group .panel+.panel {
  margin-top: 1px;
}

@media screen and (max-width: 1500px) and (min-width: 100px) {

  .rank {
    width: 300px;
  }

  .pr-content .pr-content-row {
    height: 40px;
  }

  .pr-content-row:first-child {
    height: 100px;
  }

  .m-t-b-height {
    height: 40px;
    line-height: 40px;
  }

  .r-list-l {
    height: 55px;
  }

  .boxshow {
    height: 60px !important;
  }

}