.container {
  margin: 42px auto;
  width: 1170px;
  background: #fff;
}

.container .nav-list {
  display: flex;
  padding-left: 30px;
  border-bottom: 1px solid #ececec;
}

.container .nav-list .nav-item {
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.container .nav-list .nav-item a {
  color: #3a3a3a;
}

.container .nav-list .nav-item a.active {
  color: #96B32B;
}

.container .nav-list .nav-item a:hover {
  color: #96B32B;
}

.container .select-wrap {
  margin-left: 20px;
  margin-bottom: 40px;
}

.container .select-wrap .cell {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.container .select-wrap .cell .label {
  width: 95px;
  font-size: 18px;
  color: #818181;
  line-height: 18px;
}

.container .select-wrap .cell .select-list {
  display: flex;
}

.container .select-wrap .cell .select-list .select-item {
  margin-right: 10px;
  width: 95px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  background: #f3f3f3;
  border-radius: 17px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.container .select-wrap .cell .select-list .select-item.active {
  background: #96B32B;
  color: #ffffff;
}

.container .art-wrap {
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}

.container .art-wrap .art-list {
  margin-top: 20px;
  min-height: 50vh;
}

.container .art-wrap .art-list .art-item {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.container .art-wrap .art-list .art-item .art-title {
  font-weight: 600;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 22px;
  cursor: pointer;
}

.container .art-wrap .art-list .art-item .art-title:hover {
  color: #96B32B;
}

.container .art-wrap .art-list .art-item .art-desc {
  margin-top: 7px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #818181;
  line-height: 23px;
}

.container .art-wrap .art-list .art-item .art-bottom {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 12px;
  color: #818181;
  line-height: 12px;
}

.container .art-wrap .art-list .art-item .art-bottom .art-time {
  margin-right: 8px;
}

.container .art-wrap .art-list .art-item .art-bottom .release {
  margin-right: 20px;
}

.container .paginationBg {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.container .paginationRight {
  margin-right: 20px;
  height: 44px;
  line-height: 44px;
  color: #959595;
}

.container .paginationRight > span {
  color: #96B32B;
  padding: 0px 2px;
}

.container .paginationLeft {
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container .paginationLeft > a {
  margin-right: 10px;
  color: #333333;
  text-decoration: none;
}

.container .paginationLeft > a:hover {
  color: #96B32B;
}
