/* 新闻资讯开始----------------------------------------------- */
.page-news #wrapper {
  background-color: #fff;
}



@media (max-width: 1199px) {
  .o-news-banner__content{
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .o-news-banner__content{
    padding-bottom: 20px;
  }
}

.page-news .o-parallax-banner__deco.-footer:nth-child(2) {
  width: 95%;
  left: auto;
  right: 0;
}
.page-news .o-parallax-banner__deco.-footer:nth-child(3) {
  width: 94%;
  left: auto;
  right: 0;
}
.page-news .o-parallax-banner__deco.-footer:nth-child(5) {
  bottom: -49px;
}


@media (max-width: 1400px) {
  .page-news .o-parallax-banner__deco.-footer:nth-child(5) {
    bottom: -30px;
  }
}
@media (max-width: 1199px) {
  .page-news .o-parallax-banner__deco.-footer:nth-child(5) {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .page-news .o-parallax-banner__deco.-footer:nth-child(5) {
    bottom: -16px;
  }
}

.o-parallax-banner__deco.-deco {
  opacity: 0.8;
}

.o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"],
.o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
  bottom: -10px;
  left: 52px;
  z-index: 2;
  width: 160px;
}

@media (max-width: 1400px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
    bottom: 0px;
    left: 50px;
    width: 84px;
  }
}
@media (max-width: 1199px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
    bottom: 0px;
    left: 50px;
    width: 84px;
  }
}
@media (max-width: 767px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="1"],
  .o-parallax-banner .o-parallax-banner__deco.-deco[data-id="1"] {
    bottom: 30px;
    left: 13px;
    width: 47px;
  }
}
.o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="2"] {
  bottom: 3px;
  left: 58px;
  z-index: 12;
}
@media (max-width: 1400px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="2"] {
    left: 40px;
    width: 48px;
  }
}
@media (max-width: 1199px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="2"] {
    left: 40px;
    width: 48px;
  }
}
@media (max-width: 767px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="2"] {
    bottom: 20px;
    left: 10px;
    width: 25px;
  }
}
.o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"] {
  top: 30%;
  right: 37px;
  z-index: 12;
  -webkit-transform: translat(0, -50%);
  transform: translat(0, -50%);
  width: 160px;
  bottom: auto;
  left: auto;
}
@media (max-width: 1400px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"] {
    right: 20px;
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"] {
    right: 20px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .o-parallax-banner__cover .o-parallax-banner__deco.-deco[data-id="3"] {
    top: 20%;
    right: 10px;
    width: 55px;
  }
}


/* 主题内容开始----------------------------------------------- */
.main-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.switch-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch-nav .switch-nav-item {
  font-family: "sys", "Microsoft Yahei", sans-serif;
  font-size: 0.35rem;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.02rem;
  margin: 0 1rem;
  padding: 0.18rem 0 0.1rem;
  cursor: pointer;
}



.switch-nav .switch-nav-item.-active {
  color: #6d217d;
  background: url(//images/pages/news/navItemBg.png) no-repeat center right;
  background-size: auto 100%;
}
.news-main-top {
  margin-top: 1rem;
}
.news-h-list {
  display: flex;
  justify-content: space-between;
}
.news-h-item {
  width: 49%;
  cursor: pointer;
}
.news-h-item .news-h-item-img {
  width: 100%;
  aspect-ratio: 6 / 4;
  overflow: hidden;
}
.news-h-item .news-h-item-img img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  min-height: 100%;
  /* object-fit: cover; */
  transition: 0.4s linear;
}
.news-h-item .news-h-item-content {
  width: 88%;
  padding: 0.15rem 0rem 0.15rem 0.05rem;
  box-sizing: border-box;
}
.news-h-item .news-h-item-content .news-h-item-title {
  font-size: 0.25rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.37rem;
  height: 0.74rem;
  letter-spacing: 0.005rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-h-item .news-h-item-content .news-h-item-date {
  color: #717171;
  font-size: 0.13rem;
  margin-top: 0.2rem;
}
.news-h-item .news-h-item-content .news-h-item-text {
  width: 100%;
  color: #3a3a3a;
  font-size: 0.14rem;
  margin-top: 0.25rem;
 
  text-align: justify;
}
.news-h-item .news-h-item-content .news-h-item-text a{
  line-height: 0.24rem;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-h-item .news-h-item-viewall {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
  color: #78358d;
  font-size: 0.14rem;
  cursor: pointer;
}
.news-h-item .news-h-item-viewall img {
  width: 0.25rem;
  height: auto;
  display: block;
  margin-left: 0.1rem;
  transition: 0.5s;
}
.news-main-bottom {
  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: 0.25rem 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-date {
  color: #717171;
  font-size: 0.13rem;
}
.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-title a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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-item .news-v-item-content .news-v-item-text a{
  display: block;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-v-pagenation {
  text-align: center;
  padding: 0.3rem 0 0.8rem;
}
.announce-main-bottom {
  margin-top: 1rem;
}
.announce-wrap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.announce-wrap-item {
  width: 49%;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.8rem;
}
.announce-wrap-item::before {
  content: "";
  width: 100%;
  height: 0.01rem;
  background-color: #c2c2c2;
  position: absolute;
  right: 0;
  bottom: 0.05rem;
}
.announce-wrap-item::after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: #671c7f;
  position: absolute;
  right: 0;
  bottom: 0.05rem;
  transform: scale(0);
  transition: 0.5s;
  transform-origin: left center;
}
.announce-wrap-item .announce-wrap-item-date {
  color: #717171;
  font-size: 0.13rem;
}
.announce-wrap-item .announce-wrap-item-title{

  margin: 0.3rem 0 0.4rem 0;

}
.announce-wrap-item .announce-wrap-item-title a {
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.announce-wrap-pagenation {
  text-align: center;
  padding: 0rem 0 0.8rem;
}
/* 主题内容结束----------------------------------------------- */
@media (min-width: 1199px) {
  .news-h-item:hover .news-h-item-img img {
    transform: scale(1.1);
  }
  .news-h-item-viewall:hover span {
    color: #7b2794;
  }
  .news-h-item-viewall:hover img {
    transform: translateX(0.06rem);
  }
  .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);
  }
  .announce-wrap-item:hover::after {
    transform: scaleX(1);
  }
  .announce-wrap-item:hover .announce-wrap-item-date {
    color: #671c7f;
  }
  .announce-wrap-item:hover .announce-wrap-item-title {
    color: #671c7f;
  }
}

/* 新闻资讯结束----------------------------------------------- */
.news-h-list{
  display: block;
}
/* #wp_news_w3 === .news-h-list */
#wp_news_w3{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#wp_paging_w3{
  display: none;
}

.wp_paging {
  float: none;
  display: flex;
  justify-content: center;
}

.announce-wrap-list{
  display: block;
}
#wp_news_w5{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

#wp_paging_w5{
  margin-bottom: 0.8rem;
}
  /* 显示14条的隐藏 */
.news-main-bottom-show14{
  display: none;
}

/* 手机适配开始------------------------------------------- */

@media (max-width: 767px) {
  .news-main-top {
    margin-top: .5rem;
}
  .switch-nav .switch-nav-item {
    font-size: 0.3rem;
    margin: 0 0.5rem;
  }
  #wp_news_w3{
    flex-wrap: wrap;
    display: none;
  }
  /* 显示12条的隐藏 */
  .news-main-bottom-show12{
    display: none; 
  }
  /* 显示14条的显示 */
  .news-main-bottom-show14{
    display: block; 
  }
  
  .news-h-item{
    width: 100%;
    margin-bottom: .5rem;
  }
  .news-h-item:nth-child(2){
    margin-bottom:0;
  }
  .news-h-item .news-h-item-content .news-h-item-date{
    font-size: 0.15rem;
  }
  .news-h-item .news-h-item-content .news-h-item-text {
    font-size: 0.16rem;
   
  }
  .news-h-item .news-h-item-content .news-h-item-text a{
    line-height: .25rem;
    /* height: .75rem; */
    height: auto;
    max-height: .75rem;
  }
  
  /* 新闻动态列表 */
  .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 a{
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: .3rem;
  }
  .news-v-item .news-v-item-content .news-v-item-text {
    display: none;
  }
  .announce-main-bottom {
    margin-top: 0.5rem;
  }
  .announce-wrap-item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .announce-wrap-item .announce-wrap-item-date{
    font-size: 0.15rem;
  }
  .announce-wrap-item .announce-wrap-item-title {
    margin: 0.2rem 0 0.25rem 0;
    font-size: 0.2rem;
  }
}


@media (max-width: 650px) {
  .wp_paging {
    flex-direction: column;
    align-items: center;
  }
 
  .wp_paging .pages_count{
    display: none !important;
  }
}


@media (max-width: 600px) {
  .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;
  }
}




@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-img {
    width: 40%;
  }
  .news-v-item .news-v-item-content{
    width: 60%;
    padding: 0.1rem 0 0.05rem 0.3rem;
  }
  .news-v-item .news-v-item-content::before {
    width: calc(100% - 0.3rem);
  }
  .news-v-item .news-v-item-content::after {
    width: calc(100% - 0.3rem);
  }
}
@media (max-width: 450px) {
  .switch-nav .switch-nav-item {
    font-size: 0.27rem;
    margin: 0 0.3rem;
  }
  .news-v-item .news-v-item-content .news-v-item-title {
    /* font-size: 0.17rem;
    line-height:.25rem; */
    margin-top: 0.2rem;
  }
}
@media (max-width: 400px) {
 
  .news-v-item .news-v-item-content .news-v-item-title {
    margin-top: 0.15rem;
  }
}

@media (max-width: 350px) {
  .switch-nav .switch-nav-item {
    font-size: 0.25rem;
    margin: 0 0.2rem;
  }
  .news-v-item .news-v-item-content .news-v-item-title {
    margin-top: 0.1rem;
  }
}
