.content25 .three-news-wrap .ranking-news {
    width: 100%;
}

.content25 .three-news-wrap .ranking-news ol {
    display: flex;
    flex-direction: column;
    width: 100%;
    counter-reset: hotnum;
}

.content25 .three-news-wrap .ranking-news li {
    counter-increment: hotnum;
    line-height: 24px;
    padding: 10px 0;
    font-size: 18px;
}

.content25 .three-news-wrap .ranking-news li:first-child {
    padding-top: 0px;
}

.content25 .three-news-wrap .ranking-news li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    width: calc(100% - 40px);
    display: inline-block;
    color: #333;
}

.content25 .three-news-wrap .ranking-news li:last-child {
    padding-bottom: 0px;
}

.content25 .three-news-wrap .ranking-news li::before {
    content: counter(hotnum);
    padding-right: 2px;
    width: auto;
    display: inline-block;
    height: 20px;
    font-size: 24px;
    text-align: center;
    margin-right: 10px;
    font-style: italic;
    font-weight: 600;
    color: #999;
}

.ranking-list:first-of-type li:nth-child(-n+3)::before {
    color: #000;
}

.ranking-list:first-of-type li :nth-child(-n+3) a {
    font-weight: 500;
}