


.kv{
   padding-top: 15rem;
   padding-bottom: 24rem;
}

.news-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 15rem;
    padding-top: 15rem;
    border-top: 1px solid #231815;
}
.news-box:first-child{
    border-top: none;
    padding-top: 0;
}
.news-box:nth-child(odd){
    flex-direction: row-reverse;
}
.news-pic{
    position: relative;
    width: 68rem;
    
}
.news-video div{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.news-video div iframe{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}


p.news-title{
    font-size: 2.4rem;
    font-weight: bold;
}

.news-content{
    /*position: relative;*/

    width: calc(100% - 68rem);
    max-width: 65rem;
}

.news-content h4{
    margin-bottom: .75em;
}

.news-pic .swiper-video{
    width: 100%;
    height: calc(68rem * .5625);
}

.news-pic .swiper-video iframe{
    width: 100%;
    height: 100%;
}

@media (max-width: 767px){
    .news-content h3{font-size: 30px;}
/*     .news-box{flex-direction: column;} */
    .news-pic{width: 100%;}
/*     .news-content{width: 100%;display: flex;flex-direction: column;margin-top: 5rem;} */
/*     .news-content a{position: relative;display: block;align-self: flex-end;margin-top: 2rem;} */
    .news-date{font-size: 2rem;}
    .news-content p,.news-content a{font-size: 1.9rem;}

    .kv{padding-bottom: 10rem;}

    .news-pic{
        width: 24.4rem;
        height: 20.1rem;

    }

    .news-pic .swiper-video{
        width: 100%;
        height: 100%;
    }
    .news-pic img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .news-content p.news-title{
        font-size: 2rem;
    }
    .news-content{
        width: calc(100% - 24.4rem - 2.4rem);

    }
    .news-box{margin-bottom: 7rem;padding-top: 8rem;align-items: start;}
}