/* 新闻 */
.news-wrap{
    overflow: visible;
}
.news-swiper{
    margin-top: -14.5vw;
    position: relative;
    z-index: 99;
}
.news-swiper a {
    display: flex;
    align-items: center;
    background: #F6F6F6;
    font-family: "微软雅黑";

}

.news-swiper a .img {
    flex-shrink: 0;

    width: 680px;
    overflow: hidden;
    height: 0;
    position: relative;
    padding-top: 33.34%;

}

.news-swiper a .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.news-swiper a .txt {
    width: calc(100% - 680px);
    padding-left: 40px;
    padding-right: 40px;

}

.news-swiper a .txt .date {
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}

.news-swiper a .txt h2 {
    font-weight: bold;
    font-size: 24px;
    max-height: 62px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;


}

.news-swiper a .txt .intro {
    line-height: 1.7;
    font-size: 14px;
    color: #666;
    margin-top: 2.2vw;
    margin-bottom: 2.2vw;
    max-height: 100px;
    overflow: hidden;

}


.video_class video{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news-swiper a .more {
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    max-width: 150px;
    height: 40px;
    justify-content: center;
    align-items: center;
    transition: all .35s ease;
}

.news-swiper a .more i {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url("/Public/home/images/icon-arrow.png") no-repeat center;
    margin-left: 10px;
}

.news-swiper a .more:hover {
    transform: translateX(10px);
}

.news-swiper .swiper-pagination {
    bottom: auto;
    top: 0;
    right: 0;
    text-align: right;
    padding-right: 40px;
    padding-top: 1.5625vw;


}

.news-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

}

.news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4DB443;
}



/* .news-wrap */
.news-wrap .row a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .35s ease;
    border-bottom: 1px solid #e5e5e5;

    padding-top: calc(10px + 2.6vw);
    padding-bottom: calc(10px + 2.6vw);
}

.news-wrap .row a .date {
    flex-shrink: 0;
    font-size: 14px;
    color: #999;
    margin-right: 60px;
    margin-right: 3.125vw;
}

.news-wrap .row a .date h2 {
    font-size: 40px;
    color: #333;
}

.news-wrap .row a .con {
    display: flex;
    align-items: center;

}

.news-wrap .row a .con .img {
    flex-shrink: 0;
    width: 280px;
    height: 0;

    overflow: hidden;
    padding-top: 16.754%;
    position: relative;
    margin-right: calc(20px + 1.56vw);


}

.news-wrap .row a .con .img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.news-wrap .row a .con .txt {
    max-width: 580px;
}

.news-wrap .row a .con .txt h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: calc(10px + 1.3vw);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.news-wrap .row a .con .txt p {
    color: #666;
    line-height: 28px;
    max-height: 54px;
    overflow: hidden;
}


@media (max-width: 1366px) {
    .news-wrap .row a .con .txt p br{
        display: none;

    }
    .news-wrap .row a .con .txt{
        max-width: 450px;
    }
    .news-wrap .row a .con .txt h2{
        margin-bottom: 16px;
    }


}

@media (max-width: 1024px) {
    .news-swiper{
        margin-top: 30px;
    }
    .news-wrap .row a .con .img{
        width: 240px;
        margin-right: 20px;
        padding-top: 22%;
    }
    .news-wrap .row a .con .txt{
        max-width: 400px;
    }
    .news-wrap .row a .con .txt h2{
        margin-bottom: 10px;

    }
}

@media (max-width: 900px) {
    .news-wrap .row a .con{
        display: block;
        width: 100%;
        
    }
    .news-wrap .row a .con .txt{
        max-width: none;
        width: 100%;

    }
    .news-wrap .row a .con .img{
        margin-top: 20px;
        margin-bottom: 20px;

    }
    
}

.news-wrap .row a .more {
    width: 70px;
    height: 70px;
    border: 1px solid #BFBFBF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;


}

.news-wrap .row a .more i {
    border-bottom: 1px solid #313131;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    line-height: 1;
    padding-bottom: 8px;
    margin-top: -8px;

}

.news-wrap .row a .more i::after {
    content: "";
    width: 0;
    border-top: 6px solid #313131;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: calc(100% + 9px);


}

.news-wrap .row a:hover .more {
    border-color: #0DBF27;

}

.news-wrap .row a:hover .more i {
    color: #0DBF27;
    border-color: #0DBF27;

}

.news-wrap .row a:hover .more i::after {
    border-top-color: #0DBF27;
}

/* video */
.news_video-wrap {
    overflow: visible;
    /* padding-top: 85px; */
    padding-bottom: calc(10px + 1.5625vw);
    padding-top: 4.4vw;

}

.news_video-wrap .row {
    display: flex;
    margin-left: -22px;
    margin-right: -22px;
    flex-wrap: wrap;
    margin-bottom: calc(10px + 2.6vw);

}

.news_video-wrap .row a {
    width: calc(33.33% - 44px);
    margin-left: 22px;
    margin-right: 22px;

    box-shadow: 0px 0px 27px 0px rgba(214, 214, 214, 0.4);
    margin-top: 50px;

    border-radius: 6px;
}
.news_video-wrap .row a .txt{
    padding: 30px 34px 40px;

}
.news_video-wrap .row a h2 {
    font-size: 18px;
    color: #333;
}
.news_video-wrap .row a .txt .date{
    font-size: 14px;
    color: #999;
}

.news_video-wrap .row a .img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 64.8%;

    border-radius: 6px 6px 0px 0px;
}

.news_video-wrap .row a .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .35s ease;
}

.news_video-wrap a:hover img {
    transform: scale(1.1);

}

@media (max-width: 1366px) {
    .news_video-wrap .row a {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(33.33% - 20px);
        margin-top: 20px;
    }

    .news_video-wrap .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .news_video-wrap .row a .txt{
        padding: 20px 24px 30px;

    }
    .news_video-wrap .row a h2 {
        font-size: 16px;
    }
    .news-swiper a .txt,
    .news-swiper a .img{
        width: 50%;
    }
    .news-swiper a .txt h2{
        font-size: 20px;
        max-height: 52px;
    }
    .news-swiper a .txt .intro{
        line-height: 1.5;
        max-height: 63px;
        overflow: hidden;
    }
    .news-wrap .row a .date h2{
        font-size: 34px;
    }
}



@media (max-width: 768px) {
    .news-swiper a .txt h2{
        font-size: 17px;
    }
    .news-wrap .row a .date h2{
        font-size: 20px;
    }
    .news_video-wrap .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .news_video-wrap .row a {
        width: calc(50% - 12px);
        margin-left: 6px;
        margin-right: 6px;
    }

    .news_video-wrap .row a .txt {
        padding: 20px;
    }
    .news_video-wrap .row a h2{
        line-height: 1.4;
    }

    .news-swiper a .txt, .news-swiper a .img{
        width: 100%;
    }
    .news-swiper a{
        flex-wrap: wrap;
    }
    .news-swiper a .txt{
        padding: 20px ;
    }
    .news-swiper a .img{
        padding-top: 58%;
    }

    
    .news-wrap .row a{
        display: block;
    }
    .news-wrap .row a .more{
        margin-top: 20px;
    }
    .news-wrap .row a .con .img{
        width: 100%;
        padding-top: 54%;
    }

    .news-wrap .row a .con .txt h2{
        font-size: 15px;
    }
    .news-wrap .row a .con .txt p{
        font-size: 14px;
        line-height: 1.6;
        max-height: 45px;
    }
    .news_video-wrap .row a h2,
    .news-swiper a .more{
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .news_video-wrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    .news_video-wrap .row a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .news_video-wrap .row a .txt{
        padding: 10px 12px;
    }

}


/* newsdetil */

.news-detail-wrap {
    line-height: 1.8;
    font-size: 18px;
    /* padding-top: 70px; */
    padding-top: calc(10px + 3.125vw);
    padding-bottom: 7.2vw;
    font-family: "微软雅黑";
    overflow: visible;
}

.news-detail-wrap .date{
    font-size: 16px;
    color: #999;
}

.news-detail-wrap h1{
    /* font-size: 36px; */
    font-size: calc(12px + 1.25vw);
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 36px;
    color: #333;
    line-height: 1.3;
}
.news-detail-wrap p{
    margin-top: 1.3vw;
}
.news-detail-wrap .page{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding-top: 7.2vw;


}
.news-detail-wrap .return-list{
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 8px 36px;
    flex-shrink: 0;
}
.news-detail-wrap .page-prev,
.news-detail-wrap .page-next{
    width: 40%;
}
.news-detail-wrap .page-prev{
    text-align: left;
}

.news-detail-wrap .page-next{
    text-align: right;
}

.news-detail-wrap .page a:hover{
    color: #4DB443;
}

.news-detail-wrap .return-list:hover{
    border-color: #4DB443;
}

.news-detail-wrap .news_video-wrap .row a{
    margin-top: 0;

}
.news-detail-wrap .news_video-wrap{
    /* padding-top: 35px; */
    padding-top: calc(10px + 1.3vw);
    padding-bottom: 0;
}

.news-detail-wrap .section-relate-video{
    /* padding-top: 70px; */
    padding-top: calc(10px + 3.125vw);

}

.news-detail-wrap .news_video-wrap .row{
    margin-bottom: 0;
}


/* 相关视频 */
.section-relate-video .com-title2{
    /* font-size: 36px; */
    font-size: calc(12px + 1.25vw);

}

/* newsdetil */
.news-detail-video-wrap{
    font-size: 16px;
    color: #666;

}


/* video */
.news-detail-video-wrap{
    /* padding-bottom: 70px; */
    padding-top: 3.6vw;

}
.news-detail-video-wrap .video-wrap{
    position: relative;
}
.news-detail-video-wrap .video-box {
    background-color: #000;
}
.news-detail-video-wrap .video-box video{
    width: 100%;
    object-fit: fill;
}
.news-detail-video-wrap .btn-play{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translate3d(-50%,-50%,0);
    background: url("/Public/home/images/icon-play.png") no-repeat center;
}

@media (max-width: 1024px) {
    
    .section-relate-video .container.news_video-wrap{
        width: 90%;
    }

    .news-detail-wrap .section-relate-video .container.news_video-wrap{
        width: 100%;
    }

    .mininav{
        margin-top: 60px;
        line-height: 45px;
    }

    
}

@media (max-width: 992px) {
    .news-detail-wrap,
    .news-detail-wrap .date,
    .news-detail-wrap .page,
    .news-detail-video-wrap{
        font-size: 14px;
    }
    .news-detail-wrap .page{
        display: block;
    }
    .news-detail-wrap .page-prev, .news-detail-wrap .page-next{
        width: 100%;
        display: block;
        text-align: left;
    }

    .news-detail-wrap .page{
        position: relative;
        margin-top: 20px;
        padding-top: 60px;

    }

    .news-detail-wrap .return-list{
        position: absolute;
        top: 0;
        left: 0;
        padding: 6px 18px;
    }
}

@media (max-width: 768px) {
    .news-detail-wrap .news_video-wrap .row a{
        margin-top: 12px;
    }
    .news-detail-wrap h1{
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .sub-banner{
        height: 200px;
    }
    .sub-banner>img{
        max-width: none;
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0);
    }
    
}