﻿.top-hot-list2 {
    color: #000;
    list-style: none;
}

.top-hot-list2 ul {
    width: 100%;
}

    .top-hot-list2 ul li {
        display: inline-flex;
        line-height: 40px;
        border-bottom: 1px dashed #C1C1C1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        list-style: none;
        text-align: left;
        align-items: center;
    }

    .top-hot-list2 ul li a {
        text-decoration: none;
        color: #000;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
    }

.top-hot-list2 ul li span {
    position: relative;
    display: inline-block;
    width: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-right: 4px;
    background-color: #D90000;
    border-radius: 3px;
    height: 20px;
}

.top-hot-list2 ul li a:hover {
    color: #B22D00;
}

.news-area a .isVideo {
    position: relative;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-top;
    background-image: url(/Content/images/icon-video.png);
}
