
/*新闻页*/
.news .module-title{text-align: center;}
.intro{display: flex;align-items: center;height: 6.25rem; background-color: #f7f7f7;border-radius: .3rem;margin-top: .88rem;}
.intro-pic{width: 10rem;height: 100%;border-radius: .3rem;overflow: hidden;}
.intro-content{line-height: 1.5;color: #666;margin: 0 auto;width: 100%;max-width: 4.8rem;}
.intro-title{line-height: 1.307;color: #222;margin: .13rem 0 .26rem;font-family: Montserrat-Bold;}
.intro-desc{line-height: 1.75;}
.intro .swiper-next{position: static; transform: none;margin-top: .7rem;}
.split-line{width: 0.4rem;height: 0.04rem;border-radius: .02rem;margin-bottom: .48rem;background-color: var(--theme-color);}

.swiper-next:hover{box-shadow: 0 0 0 .02rem var(--theme-color) inset;background-color: #fff;}
.swiper-next:hover img{filter: none;}
@media (max-width: 750px) {
    .intro{flex-direction: column;height: auto;margin-top: .6rem;}
    .intro-pic{height: auto;width: 100%;}
    .intro-content{padding: .3rem 0;}
}

.news-list{display: flex;flex-wrap: wrap;}

.news-item {
    width: calc((100% - 0.7rem) / 3);
}
.news-item:nth-child(n + 2) {
  margin-left: 0.35rem;
}
.news-item:nth-child(3n + 1) {
  margin-left: 0;
}
.news-item:nth-child(n + 4) {
  margin-top: 0.8rem;
}
  
.news-item{position: relative;border-radius: .3rem;overflow: hidden;}
.news-item::before{content: "";position: absolute;bottom: 0;opacity: 0;left: 0;width: 100%;height: 100%;border-radius: .3rem;background-image: linear-gradient(0deg, #ffb797 0%, #ff8d5a 47%, #ff621c 100%);transition: opacity .8s;z-index: -1;}
.news-pic{height: 3.16rem;border-radius: .3rem;overflow: hidden;}
.news-pic img{transition: .3s;}
.news-main{padding: .4rem;}
.news-date{line-height: 1.5;color: #666;margin: 0 0 .17rem;transition: .3s;}
.news-title{color: #222;line-height: 1.5;transition: .3s;}

.news-list .swiper-next{position: static;transform: none;margin-top: .45rem;width: 0.46rem;height: 0.46rem;}
.news-item:hover::before{bottom: 0;opacity: 1;}
.news-item:hover .swiper-next{background-color: #fff;}
.news-item:hover .swiper-next img{filter: none;}
.news-item:hover .news-date,.news-item:hover .news-title {color: #fff;}
.news-item:hover .news-pic img{transform: scale(1.05);}
@media (max-width: 750px) {
    .news-item {width: calc((100% - 0rem) / 1);}
    .news-item:nth-child(n + 2) {margin-left: 0.6rem;}
    .news-item:nth-child(1n + 1) {margin-left: 0;}
    .news-item:nth-child(n + 2) {margin-top: 0.6rem;}
}



.news-detail-wrap{padding-bottom: 1.2rem;padding-top: 2.3rem;}
.area2{margin: 0 auto;width: 100%;max-width: 10.8rem;}
.nd-date{color: #999;line-height: 1.5;}
.nd-share-label{line-height: 1.5;color: #222;}
.news-detail-head{display: flex;align-items: center;justify-content: space-between;padding: .52rem 0 .6rem;border-bottom: 0.01rem solid #00000016;}
.nd-share,.nd-share-list{display: flex;align-items: center;}
.nd-share-icon{margin-left: .1rem;}
.news-detail-main{padding: .5rem 0 .9rem;border-bottom: 0.01rem solid #00000016;}
.news-detail-main p{color: #666;line-height: 1.777;}
.news-detail-main img{width: 100%;object-fit: contain;border-radius: .3rem;margin: .5rem 0;}

.news-detail-foot{display: flex;justify-content: space-between;align-items: center;margin-top: .6rem;}
.swiper-prev,.swiper-next{position: static;transform: none;width: 0.46rem;height: 0.46rem;}
.ctrl-box{display: flex;align-items: center;color: #666;line-height: 1.5;}
.ctrl-box span{margin: 0 .2rem;}


