.temp-model-videoaward .t-awardvideo-list {
  width: 100%;
  background: #eef0ef;
  padding-bottom: 12px;
}

.temp-model-videoaward .t-list {
  width: 92%;
  margin: 0 4%;
  overflow: hidden;
  text-align: center;
}

.temp-model-videoaward .t-item {
  width: 48%;
  display: inline-block;
  text-align: left;
  margin: 12px 1% 0;
  border-radius: 5px;
}

.temp-model-videoaward .t-item p {
  width: 100%;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.temp-model-videoaward .t-item .t-ranking{
  font-weight: bold;
}

.temp-model-videoaward .t-notop .t-ranking{
  display: none;
}

.temp-model-videoaward .t-item .t-main {
  background: #fff;
}

.temp-model-videoaward .t-nobottom .t-main {
  border-radius: 0 0 12px 12px;
}

.temp-model-videoaward .t-nobottom .t-award-grade {
  display: none;
}

.temp-model-videoaward .t-pic-item {
  display: block;
  width: 100%;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.temp-model-videoaward .t-pic-item .t-top {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 63%;
}

.temp-model-videoaward .t-pic-item .t-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

.temp-model-videoaward .t-notop .t-cover-img, .temp-model-videoaward .t-notop .t-main {
  border-radius: 12px 12px 0 0;
}

.temp-model-videoaward .t-item .t-name {
  width: 95%;
  padding: 5px 0 0 5%;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  box-sizing: content-box;
}

.temp-model-videoaward .t-item .t-up-space {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  padding: 5px 0;
  box-sizing: content-box;
  position: relative;
}
.temp-model-videoaward .t-item .t-up-name{
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding-left: 44px;
  padding-right: 10px;
}
.temp-model-videoaward .t-item .t-up-pic {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  float: left;
  margin-left: 10px;
  border-radius: 28px;
}

.temp-model-videoaward a {
  color: #666;
  text-decoration: initial;
}

/*可配置的*/
.temp-model-videoaward .t-item {
  border-radius: 12px;
  background: #dfaa2a;/*这个背景可设置*/
  box-sizing: border-box;
}

