.news-breadcrumb {
    align-items: center;
    color: rgba(var(--color-text));
    display: inline-flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.news-breadcrumb-separator {
    margin: 0 10px;
}

.newslist__title {
    margin-bottom: 60px;
    font-family: Houseplant, Houseplant;
    font-weight: 400;
    font-size: 3vw;
    color: #333333;
}

.news_all-tags {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.news_tags {
    display: flex;
}

.newslist__list--grid {
    grid-template-columns: repeat(auto-fill, minmax(0, 1fr));
    /* 自适应布局 */
}

@media (max-width: 959px) {
    .newslist__title {
        margin-bottom: 30px;
    }
}

.newslist__list {
    /* display: grid; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* column-gap: 22px; */
    /* grid-template-columns: 1fr 1fr; */
}

.newslist__list .newslist__item {
    grid-column: span 2;
    width: 20%;
}
.newslist__list .newslist__item:first-child {
    grid-column: span 2;
    width: 20%;
}
.news-list-viewnew{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 2vw;
    margin-bottom: 3vw;
    padding-top: 30px;
    padding-right: 12vw;

   
}
.news-list-link{
    text-decoration: underline;
    font-family: Urbanist, Urbanist;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.news-list-viewnew img{
    width: auto;
    height: 13px;
    margin-left: 10px;
    margin-top: 4px;
}
.newslist__first-item{
    padding: 9vw 3vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.newslist__first-item h2{
        font-family: Houseplant, Houseplant;
            font-weight: 400;
            font-size: 3.8vw;
            text-align: left;
            color: #333333;
}
.newslist__first-item span{
    font-family: Urbanist, Urbanist;
    font-weight: 600;
    font-size: 1.0vw;
    text-align: left;
    color: #333333;
    line-height: 1.2;
    margin-top: 1vw;
}


@media (max-width: 959px) {
    .newslist__list .newslist__item {
        grid-column: span 2 !important;
    }
}

.newslist__list--grid .newslist__item {
    grid-column: span 1;
}

@media (min-width: 960px) {
    .newslist__list--grid {
        grid-template-columns: repeat(var(--news-list-columns, 5), 1fr);
    }
}

.news-item-grid-list .newslist__item {
    grid-column: span 2;
}

.news-item-grid-list .newslist__item:nth-child(2),
.news-item-grid-list .newslist__item:nth-child(3) {
    grid-column: span 1;
}
@media screen and (max-width:959px){
    .newslist__list .newslist__item:first-child{
        width: 50%;
    }
    .news-item-grid-list .newslist__item{
        width:50%;
    }
    .newslist__first-item h2{
        font-size: 4.8vw;

    }
    .newslist__first-item span {
        font-size: 2.5vw;
    }
    .simple-news__description {
        font-size: 2.7vw;
        overflow: inherit !important;
    }
    .simple-news__extra-info .text {
        font-size: 10px;
    }
    .news-list-viewnew {
        padding-right: 5vw;
    }
}

@media screen and (min-width:1025px){
    .newslist__first-item h2 {
        line-height: 1;
    }
    .newslist__first-item span {
        font-family: Urbanist, Urbanist;
        font-weight: 600;
        font-size: 1.5vw;
        text-align: left;
        color: #333333;
        line-height: 1.2;
        margin-top: 1vw;
    }
}





/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */