@charset "UTF-8";
.content {
  padding: 4.5% 0;
}

.student .flx {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.student .flx > div {
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
}
.student .flx > div:nth-child(4n) {
  margin-right: 0;
}
.student .flx > div:nth-child(n+5) {
  margin-top: 52px;
}
.student .img:hover {
     -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.student .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  height: 212px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.student .img img {
  max-width: 90%;
  max-height: 90%;
}
.student .tit {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.student .positon {
  color: #888888;
}
.student .des {
  line-height: 1.875em;
  height: 3.75em;
  margin-top: 20px;
  overflow: auto;
  padding-right: 10px;
}
.student .des::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.student .des::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  /* 背景色 */
  border-radius: 4px;
}
.student .des::-webkit-scrollbar-thumb {
  background: #f00000;
  /* 滚动色 */
  border-radius: 6px;
}

.winner {
  margin-top: 5.9%;
}
.winner .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.winner .flx > div .flx_box{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: #f5f5f5;
    padding: 30px;
    display: none;
}
.winner .flx > div .flx_box div:first-child{
    margin-bottom: 10px;
}
.winner .flx > div {
    position: relative;
    cursor: pointer;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 30px 0;
  position: relative;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.winner .flx > div:nth-child(3n) {
  margin-right: 0;
}
.winner .flx > div:nth-child(n+4) {
  margin-top: 30px;
}
.winner .flx > div:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.winner .r {
  background: #fff;
  padding: 20px;
  width: 160px;
  height: 140px;
}
.winner .r div {
  line-height: 1;
}
.winner .line {
  width: 50px;
  height: 2px;
  background: #f00000;
  margin: 10px 0;
}
.winner .r .sub {
    line-height: 1.2;
  color: #888888;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.winner img {
  height: 100%;
  max-width: 100%;
}

.market {
  margin-top: 5.9%;
}
.market .box {
  position: relative;
  overflow: hidden;
}
.market .box > img {
  width: 100%;
}
.market .txt {
  position: absolute;
  z-index: 2;
  left: 80px;
  height: calc(100% - 160px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 60px;
}
.market .des {
  margin-top: 20px;
  color: #222222;
}

@media screen and (max-width: 1600px) {
  .student .flx {
    margin-top: 35px;
  }
  .student .flx > div:nth-child(n+5) {
    margin-top: 30px;
  }
  .student .des {
    margin-top: 15px;
  }
  .winner .flx {
    margin-top: 35px;
  }
  .winner img {
    height: auto;
  }
  .winner .flx > div {
    padding: 20px 20px 0;
  }
  .winner .r {
    height: 110px;
  }
  .market .txt {
    left: 60px;
    height: calc(100% - 120px);
    padding: 50px 40px;
  }
  .market .des {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .student .flx {
    margin-top: 25px;
  }
  .winner .flx {
    margin-top: 25px;
  }
  .market .txt {
    left: 40px;
    height: calc(100% - 80px);
    padding: 30px 20px;
  }
  .market .des {
    margin-top: 10px;
  }
  .student .flx > div {
    width: calc((100% - 52px) / 3);
  }
  .student .flx > div:nth-child(4n) {
    margin-right: 26px;
  }
  .student .flx > div:nth-child(3n) {
    margin-right: 0;
  }
  .student .flx > div:nth-child(n+4) {
    margin-top: 30px;
  }
  .winner .flx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .winner .flx > div {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
  }
  .winner .flx > div:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .market .txt {
    position: relative;
    width: 100%;
    top: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    left: 0;
    padding: 25px 0 0;
  }
  .more {
    margin-top: 25px;
  }
  .student .flx {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .student .flx > div {
    width: calc((100% - 15px) / 2);
    margin-right: 0 !important;
  }
  .student .flx > div:nth-child(n+3) {
    margin-top: 20px;
  }
  .winner {
    margin-top: 40px;
  }
  .winner .r {
    padding: 15px;
  }
  .winner .flx > div {
    width: calc((100% - 15px) / 2);
  }
  .winner .flx > div:nth-child(n+3) {
    margin-top: 15px;
  }
  .market {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    padding: 40px 0;
  }
  .winner .flx > div {
    width: 100%;
  }
  .winner .flx > div:nth-child(n+2) {
    margin-top: 15px;
  }
}
