.picItem {
  display: grid;
  grid-template-areas: "big big " "min1 min2" "min3 min4" "content content";
  width: 304px;
  height: 374px;
  gap: 0px; }

.pictureBig {
  grid-area: big;
  height: 174px; }
  .pictureBig img, .pictureBig video {
    width: 305px; }

.pictureMin1 {
  grid-area: min1;
  height: 77px; }
  .pictureMin1 img {
    width: 305px; }

.pictureMin2 {
  grid-area: min2;
  height: 77px; }

.pictureMin3 {
  grid-area: min3;
  height: 77px; }

.pictureMin4 {
  grid-area: min4;
  height: 77px; }

.work_item_div img {
  width: 153px; }

.content {
  grid-area: content;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  font-family: MicrosoftYaHei;
  text-align: center;
  height: 46px;
  line-height: 46px; }

label {
  position: relative; }

[type=checkbox] {
  margin-right: 5px;
  line-height: 5px;
  vertical-align: baseline; }

select {
  border: none;
  appearance: none;
  background: url("../img/sort/sanjiao.png") no-repeat right center transparent; }

.select {
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  width: 1220px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  align-items: center; }
  .select .item {
    margin-right: 40px; }
  .select ul li {
    float: left;
    margin-right: 30px; }
  .select .all {
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: #FFC5B7;
    margin-left: -5px; }

.selected {
  color: #e74b3b; }
