.advert .banner {
    width: 100%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.advertList > li {
    width: calc(100% / 9)
}

.advertList > li > a {
    height: 36px;
    line-height: 36px;
    color: #9a9a9a;
    font-size: 12px
}

.rolling {
    width: 100%;
    height: 48px;
    color: #9a9a9a;
    background-color: #f8f8f8;
    margin-top: 15px;
    font-size: 14px
}

.rolling > span {
    width: 60px;
    text-align: center;
    color: #d60000;
    display: block
}

.list_con {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #9f9f9f
}

.list_con li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 28px;
    color: #333;
    list-style: decimal-leading-zero
}

.list_con li > span {
    display: inline-block
}
.list_con li .tag{
    padding: 1px 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
    background-color: #d51011;
    height: max-content;
    margin-left: 4px;
}
.list_con li > .content {
    max-width: 80%;
}
.list_con li > .time{
    display: block;
    width: 140px;
    text-align: justify;
}
.list_con li > .time > a:hover {
    color: #d60000
}
.news_items_app li > span {
    display: inline-block
}
.news_items_app li .tag{
    white-space: Nowrap;
    padding: 1px 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
    background-color: #d51011;
    height: max-content;
    margin-left: 4px;
}

.news_items_app li a{ max-width: 80%;width: auto }
.news_items_app li .time{
    width: 70px;
    justify-content: end;
}
