.rc-1-wrap {
  background: #F0F0F1;
  padding: 80px 0 0;
}
.rc-1-wrap .row {
  background: #fff;
  display: flex;
  cursor: pointer;
}
.rc-1-wrap .cover {
  width: 372px;
  height: 250px;
}
.rc-1-wrap .cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rc-1-wrap .desc {
  flex: 1;
  padding: 50px 49px;
}
.rc-1-wrap .row + .row {
  margin-top: 30px;
}
.rc-1-wrap .row:hover h3 {
  color: #0075C1;
}
.rc-1-wrap .desc h3 {
  margin: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.rc-1-wrap .desc p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin: 29px 0 20px;
}
.rc-1-wrap .row:hover .time {
  color: #0075C1;
}
.rc-1-wrap .row:hover .time p {
    color: #0075C1;
}
.rc-1-wrap .time {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D4D4D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 39px;
}
.rc-1-wrap .time small {
    font-size: 30px;
    font-weight: 700;
}
.rc-1-wrap .time p {
    margin-top: 5px;
    color: #999;
}
.rc-1-wrap .more {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0075C1;
  width: 70px;
  overflow: hidden;
}
.rc-1-wrap .slide {
  display: flex;
  align-items: center;
  transition: transform .3s;
}
.rc-1-wrap .row:hover .more .slide {
  transform: translateX(-70px);
}
.rc-1-wrap .more .inactive {
  min-width: 70px;
}
.rc-1-wrap .more .active {
  width: 42px;
  min-width: 42px;
  height: 41px;
  background: #0075C1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}



@media screen and (max-width: 1000px) {
  .rc-1-wrap .row {
    flex-direction: column;
  }
  .rc-1-wrap .cover {
    width: 100%;
    /* width: 49.6vw; */
    /*height: 33.3333vw;*/
  }
  .rc-1-wrap .desc {
    padding: 6.6667vw 5.3333vw 0;
  }
  .rc-1-wrap .desc h3 {
    font-size: 5vw;
  }
  .rc-1-wrap .desc p {
    margin: 2vw 0;
    font-size: 3.2vw;
  }
  .rc-1-wrap .time {
    padding: 0 5.3333vw 6.6667vw;
    font-size: 3.2vw;
  }
  .rc-1-wrap {
    padding: 10.6667vw 0;
  }
}
