.news-article-border{
    background-color: rgb(240, 240, 240);
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3em;
}
.news-article-tittle-extra{
    font-weight: 550;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin-left: -17px;
}
.news-article-tittle-sub-extra{
    color: rgb(119, 119, 119);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-left: -5px;
}
.news-article-border-left{
  
    text-align: center;
    color: rgb(85, 85, 85);
}
.news-article-border-left :first-child{
    font-size: 1.3em;
}
.inner-right-border{
    border-right: 1px solid rgb(216, 216, 216);
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
@media screen and (max-width:970px) {
    .swiper-slide>img{
        height: 500px;
    }
}
@media screen and (min-width:768px) {
    .news-times{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .news-article-border-left{
        display: none;
    }
}
.banner-white{
    height: 450px  !important;
}
.news-article-border:hover{
    box-shadow: 0px 7px 18px rgb(197, 194, 194);
}
.news-article-tt{
    width: 94%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; margin-bottom: 10px;
}
.cnews-tines{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
@media screen and (max-width:768px) {
    .news-block{
        margin-top: 2em !important;
        margin-bottom: 2em !important;
    }
}