@charset "utf-8";

.clntv-popular-news {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    padding: 30px 34px;
    background: #fff;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.clntv-popular-news-title {
    margin: 0 0 22px;
    font-size: 24px;
    font-weight: 800;
    color: #111;
    line-height: 1.15;
}

.clntv-popular-news-list {
    margin: 0;
    padding-left: 20px;
}

.clntv-popular-news-list li {
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.45;
    min-width: 0;
}

.clntv-popular-news-list li:last-child { margin-bottom: 0; }

.clntv-popular-news-list a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

.clntv-popular-news-list li:nth-child(-n+3) a { font-weight: 800; }
.clntv-popular-news-list li:nth-child(n+4) a { font-weight: 500; }
.clntv-popular-news-list a:hover { color: #134081; text-decoration: underline; }

