.main-content {
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

/* 去掉装饰阴影遮罩 */
.o-parallax-banner__decos::before {
     background-image: none;
}


.news-v-list {
  margin-top: 1rem;
}

.news-v-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 0.45rem;
}
.news-v-item .news-v-item-img {
  width: 35%;
  aspect-ratio: 6 / 4;
  overflow: hidden;
}
.news-v-item .news-v-item-img img {
  width: 100%;
  /* height: 100%;
  object-fit: cover; */
  height: auto;
  min-height: 100%;
}



.news-v-item .news-v-item-img .dateBox {
  width: 100%;
  height: 100%;
  font-size: .35rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* z-index: 2;
  position: relative; */
  display: none;
  background-color: #671c7f; 
}

.news-v-item .news-v-item-img .dateBox span:nth-child(1) {
  font-size: .5rem;
  margin-bottom: .25rem;
}







.news-v-item .news-v-item-content {
  width: 65%;
  padding: 0rem 0 0.05rem 0.45rem;
  box-sizing: border-box;
  position: relative;
}
.news-v-item .news-v-item-content::before {
  content: "";
  width: calc(100% - 0.45rem);
  height: 0.01rem;
  background-color: #c2c2c2;
  position: absolute;
  right: 0;
  bottom: 0.05rem;
}
.news-v-item .news-v-item-content::after {
  content: "";
  width: calc(100% - 0.45rem);
  height: 0.02rem;
  background-color: #671c7f;
  position: absolute;
  right: 0;
  bottom: 0.05rem;
  transform: scale(0);
  transition: 0.5s;
  transform-origin: left center;
}
.news-v-item .news-v-item-content .news-v-item-block {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  display: table;
  padding: 5px 15px;
  min-width: 70px;
  color: #ffffff;
  background-color: #671c7f;
  border-bottom-right-radius: 15px;
}
.news-v-item .news-v-item-content .news-v-item-date {
  color: #717171;
  font-size: 0.13rem;
  margin-top: 0.23rem;
}
.news-v-item .news-v-item-content .news-v-item-title {
  font-size: 0.19rem;
  font-weight: bold;
  color: #5d5d5d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.27rem;
}
.news-v-item .news-v-item-content .news-v-item-text {
  width: 100%;
  color: #3a3a3a;
  font-size: 0.14rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  margin-top: 0.4rem;
}
.news-v-pagenation {
  text-align: center;
  padding: 0.35rem 0 0.8rem;
}
@media (min-width: 1199px) {
  .news-v-item:hover .news-v-item-date {
    color: #671c7f;
  }
  .news-v-item:hover .news-v-item-title {
    color: #671c7f;
  }
  .news-v-item:hover .news-v-item-text {
    color: #671c7f;
  }
  .news-v-item:hover .news-v-item-content::after {
    transform: scaleX(1);
  }
}




@media (max-width: 767px) {
  /* .laboredu-nav-mobile{
    display: flex;
  }
  .o-youke-switch-nav {
    width: 100%;
    flex-wrap: wrap;
    padding: 5px 0;
    justify-content: flex-start;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 4px 0 #ccc,inset 0 2px 2px -2px rgba(0,0,0,0.2);
  } */
  /* .o-youke-switch-nav .o-youke-switch-nav-item {
    width: calc(25% - 10px);
    text-align: center;
    font-size: 0.2rem;
    margin-bottom: 5px;
  }
  .o-youke-switch-nav .o-youke-switch-nav-item.-active {
    background-position: center;
  } */



  .news-v-item .news-v-item-img .dateBox{
    font-size:.3rem;
  }
  .news-v-item .news-v-item-img .dateBox span:nth-child(1) {
    font-size:.4rem;
  }





  /* 劳动教育列表 */
  .news-v-item .news-v-item-content .news-v-item-date {
    font-size: 0.15rem;
  }
  .news-v-item .news-v-item-content .news-v-item-title {
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 0.3rem;
  }
  .news-v-item .news-v-item-content .news-v-item-text {
    display: none;
  }
}

@media (max-width: 600px) {
  .news-v-item .news-v-item-img {
    width: 40%;
  }

  .news-v-item .news-v-item-img .dateBox{
    font-size:.25rem;
  }
  .news-v-item .news-v-item-img .dateBox span:nth-child(1) {
    font-size:.35rem;
    margin-bottom: .2rem;
  }


  .news-v-item .news-v-item-content {
    width: 60%;
  }

  .news-v-item .news-v-item-content .news-v-item-block {
    font-size: 10px;
    padding: 5px 10px;
    min-width: auto;
  }
}
@media (max-width: 500px) {
  .news-v-item .news-v-item-img .dateBox{
    font-size:.2rem;
  }
  .news-v-item .news-v-item-img .dateBox span:nth-child(1) {
    font-size:.27rem;
    margin-bottom: .15rem;
  }

   .news-v-item .news-v-item-content {
    padding: 0rem 0 0.05rem 0.3rem;
  }
  
  .news-v-item .news-v-item-content .news-v-item-date {
    margin-top: 0.15rem;
  }
  .news-v-item .news-v-item-content .news-v-item-title {
    margin-top: 0.15rem;
  }
}

@media (max-width: 450px) {
  /* .o-youke-switch-nav .o-youke-switch-nav-item {
    width: calc(33.33% - 10px);
  } */
  .news-v-item .news-v-item-content .news-v-item-block {
    padding: 2px 10px;
    border-bottom-right-radius: 10px;
  }
  .news-v-item .news-v-item-content .news-v-item-date {
    margin-top: 0.11rem;
  }
  .news-v-item .news-v-item-content .news-v-item-title {
    margin-top: 0.11rem;
  }
}

/* @media (max-width: 350px) {
  .o-youke-switch-nav .o-youke-switch-nav-item {
    width: calc(50% - 10px);
  }
} */





.notData{
  text-align: center;
  font-size: .28rem;
  font-family: "sys", "Microsoft Yahei", sans-serif;
  letter-spacing: .01rem;
  color: #333;
  margin: 1rem auto 0;
}