﻿.section3 {
  width: 100%;
  height: 2911px;
  padding-top: 707px;
  box-sizing: border-box;
}

.section3 .list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, 265px);
  width: 1120px;
  margin: 0 auto 100px;
}

.section3 .list .item {
  width: 265px;
  background: #fff;
}

.section3 .list .item .top {
  position: relative;
  width: 100%;
  height: 265px;
}

.section3 .list .item .top .state {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 30px;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section3 .list .item .top .state .point {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: #4bb5e8;
}

.section3 .list .item .top .state .point.complete {
  background: #ff609d;
}

.section3 .list .item .top .state .txt {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.section3 .list .item .top .more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section3 .list .item .top .poster {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section3 .list .item .bottom {
  padding: 15px;
}

.section3 .list .item .bottom .title {
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.section3 .list .item .bottom .group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
  color: #8f9294;
}

.section3 .list .item .bottom .group .left {
  display: flex;
  align-items: center;
}

.section3 .list .item .bottom .group .left .iconfont {
  margin-right: 2px;
  font-size: 18px;
}

.section3 .list .item .bottom .worksUserInfo {
  display: flex;
  align-items: center;
  /* margin-bottom 20px */
  font-weight: 500;
  font-size: 12px;
  color: #000;
}

.section3 .list .item .bottom .worksUserInfo .headImg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50%;
}

.section3 .list .item .bottom .vote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #eceef0;
  color: #000;
}

.section3 .list .item .bottom .vote .left {
  font-weight: 400;
  font-size: 16px;
}

.section3 .list .item .bottom .vote .right {
  flex: 0 0 120px;
  width: 120px;
  height: 36px;
}

.section3 .pagination {
  text-align: center;
}

.section3 .pagination /deep/ .active {
  border: none;
  background: linear-gradient(0deg, #fa2 0%, #fc8800);
}

.section3 .pagination /deep/ .number:not(.is-active):hover {
  color: #f5680d;
}

.section3 .pagination /deep/ .btn-prev:not(:disabled):hover,
.section3 .pagination /deep/ .btn-next:not(:disabled):hover {
  color: #f5680d;
}