.tab {
  padding-top: 37px;
}

.tab-list {

  position: relative;
  height: 120px;
  line-height: 120px;
  display: flex;
}

/* .tab-list:before {
  width: 2px;
  height: 20px;
  content: '';
  background-color: #d6d6d6;
  position: absolute;
  top: 10px;
  left: 270px;
} */

.tab-list li {
  /* float: left; */
  width: 50%;
  height: 120px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 2px solid #c39f66;
}

.tab-list li.active  {
  border-bottom: 6px solid #a4542f;
}

.tab-list .active a {
  font-weight: bold;
  color: #a4542f;
}

.tab-list a {
  font-size: 26px;
  height: 120px;
  line-height: 120px;
  color: #c39f66;
  cursor: pointer;
}

.works-list li {
  width: 1200px;
  height: 403px;
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/work-list-bg.png") no-repeat center/100%;
  padding: 29px 35px;
  margin-top: 50px;
  box-sizing: border-box;
}

.works-list .image {
  display: block;
  width: 624px;
  height: 346px;
  float: left;
}

.works-list .info {
  width: 460px;
  float: right;
  position: relative;
}

.works-list .headline {
  color: #a27a2c;
  font-size: 24px;
  line-height: 32px;
  padding-top: 10px;
}

.works-list .explain {
  color: #c7ab74;
  font-size: 16px;
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 20px 0;
}

.works-list .status {
  color: #c7ab74;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  font-weight: bold;
  display: block;
}

.works-list .status.rt {
  position: absolute;
  top: 246px;
  right: 0;
}

.works-list .status em {
  display: inline-block;
  width: 59px;
  height: 24px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  margin-left: 5px;
  font-style: normal;
  border: 1px solid #cfb688;
}

.works-list .status .await {
  background:none;
  color:#c7ab74;
}

.works-list .status .passed {
  background: #229c26;
}

.works-list .status .nopass {
  background: #c33020;
}

.works-list .status i{
  margin-left: 10px;
}

.works-list .works-id{
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #c7ab74;
  background: #dcc9a4;
  color: #fff;
}

.works-list .btn-controller {
  margin-top: 90px;
}

.works-list .btn-controller a {
  width: 139px;
  height: 42px;
  display: inline-block;
  cursor: pointer;
}

.works-list .btn-controller .btn-edit {
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/btn-edit.png") no-repeat center/100%;
  margin-right: 30px;
}

.works-list .btn-controller .btn-delete {
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/btn-delete.png") no-repeat center/100%;
}



.ranking-list {
  clear: both;
  width: 1250px;
  margin-left: -15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ranking-list li {
  width: 381px;
  height: 616px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 20px 15px;
}

.ranking-list li:after {
  content: '';
  position: absolute;
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/poster-bg.png") no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.ranking-list li .img-box {
  width: 100%;
  height: 444px;
  position: absolute;
  top: 16px;
  margin: 0 auto;
  z-index: 0;
  cursor:pointer;
}

.ranking-list li .img-box img {
  height: 120%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.ranking-list li .tag {
  width: 50px;
  height: 147px;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 2;
}

.ranking-list li .tag.tag-1 {
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/tag-1.png") no-repeat center/100%;
}

.ranking-list li .tag.tag-2 {
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/tag-2.png") no-repeat center/100%;
}

.ranking-list li .tag.tag-3 {
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/tag-3.png") no-repeat center/100%;
}

.ranking-list li .tag.tag-4 {
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/tag-4.png") no-repeat center/100%;
}

.ranking-list li .rank-num{
  width: 51px;
  height: 81px;
  background: url("//game.gtimg.cn/images/yxzj/cp/a20201118change/icon-rank-bg.png") no-repeat center/100%;
  position: absolute;
  top: 7px;
  left: 40px;
  z-index: 2;
  font-size: 15px;
  color:#fff;
  box-sizing: border-box;
  text-align: center;
}

.flexCenter{
  padding-top: 10px;
}

.ranking-list li .bh {
  width: 115px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  position: absolute;
  top: 390px;
  left: 25px;
  z-index: 2;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
}

.ranking-list li .vote-num{
  width: 115px;
  line-height: 30px;
  background: rgba(127, 99, 55, 0.6);
  color:#fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  padding-left: 8px;
  position: absolute;
  top: 390px;
  left: 140px;
  z-index: 2;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
}

.ranking-list li .info {
  width: 368px;
  height: 135px;
  padding: 25px;
  /* background: red; */
  position: absolute;
  left: 50%;
  margin-left: -184px;
  bottom: 26px;
  z-index: 2;
  box-sizing: border-box;
}

.ranking-list li .info .title {
  color: #a27a2c;
  font-size: 16px;
  position: absolute;

}

.ranking-list li .info .view-num:before {
  content: '';
  background: url(//game.gtimg.cn/images/yxzj/cp/a20201118change/icon-eye.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 5px;
}

.ranking-list li .info .view-num {
  color: #c7ab74;
  position: absolute;
  right: 25px;
  top: 60px;
  height: 30px;
  line-height: 30px;
}

.ranking-list li .info .avatar {
  position: absolute;
  left: 25px;
  bottom: 0px;
}

.ranking-list li .info .avatar img {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 26px;
}

.ranking-list li .info .avatar span {
  vertical-align: middle;
  color: #c7ab74;
}

.ranking-list li .tag-list {
  position: absolute;
  left: 25px;
  top: 60px;
}

.ranking-list li .tag-list label {
  position: relative;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c7ab74;
  color: #c7ab74;
  border-radius: 30px;
  padding: 0 10px 0 20px;
}

.ranking-list li .tag-list label:before {
  position: absolute;
  left: 5px;
  top: 4px;
  content: '';
  width: 15px;
  height: 12px;
  background: url(//game.gtimg.cn/images/yxzj/cp/a20201118change/icon-tag.png) no-repeat;
  background-size: 100% 100%;
}

.ranking-list li .info .btn-vote {
  position: absolute;
  bottom: -8px;
  right: 25px;
  cursor: pointer;
  width: 139px;
  height: 42px;
  background: url(//game.gtimg.cn/images/yxzj/cp/a20201118change/btn-vote.png) no-repeat;
  background-size: 100%;
  border: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ranking-list li .info .btn-look {
  position: absolute;
  bottom: -8px;
  right: 25px;
  cursor: pointer;
  width: 139px;
  height: 42px;
  background: url(//game.gtimg.cn/images/yxzj/cp/a20201118change/btn-look.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 2;
  border:none;
}
.ranking-list li .info .btn-vote:hover{
  background: url(//game.gtimg.cn/images/yxzj/cp/a20201118change/btn-vote-hover.png) no-repeat;
}

.ranking-list li .info .btn-vote.off {
  cursor: default;
  background: url(//game.gtimg.cn/images/yxzj/cp/a20201118change/btn-voted.png) no-repeat;
  background-size: 100%;
}

.time-lable
{
  width: 100%;
  position: relative;
  padding-left: 30px;
  font-size: 30px;
  color: #a4542f;
  margin-top: 35px;
}
.time-lable::before
{
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  background: url(//game.gtimg.cn/images/yxzj/cp/a20201118change/icon-dot.png) no-repeat;
  background-size: 100% 100%;
}/* #t6Hl8#7BB80C733560A7576290D3915331229F */