/**
 * 最新资讯列表页样式
 * 适用于：链股观察、政策解读、链股活动、客户动态
 */

.news-container {
    width: 100%;
    height: 100%;
}

.news-container .banner .banner-title {
    width: 100%;
    height: 31vw;
}

.news-container .banner .banner-title img {
    width: 100%;
    height: 100%;
}

.news-container .news-main .news-content {
    width: 100%;
    margin: 0 auto;
    padding: 60.2px 0;
}

.news-container .news-main .news-content .news-nav {
    cursor: pointer;
    height: 55.04px;
    font-size: 24.08px;
    line-height: 55.04px;
    margin-bottom: 35.26px;
    text-align: center;
}

.news-container .news-main .news-content .news-nav li {
    display: inline-block;
    width: 154.8px;
    border-radius: 27.52px;
    text-align: center;
    color: #37383a;
    background: rgba(37, 126, 254, 0);
    border: .86px solid #37383a;
    margin-left: 58.48px;
}

.news-container .news-main .news-content .news-nav li:first-child {
    margin-left: 0;
}

.news-container .news-main .news-content .news-nav .active {
    background: #257efe;
    color: white;
    border: none;
}

.news-container .news-main .news-content .news-nav .active a {
    color: white;
}

.news-action-content {
    width: 1032px;
    margin: 0 auto;
}

.news-container .news-main .news-content .news-action {
    overflow: hidden;
}

.news-container .news-main .news-content .news-action .item-per {
    cursor: pointer;
    padding: 25.8px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.news-container .news-main .news-content .news-action .item-per .per-img {
    width: 258px;
    height: 141.04px;
    margin: auto 0;
    border-radius: 6.88px;
}

.news-container .news-main .news-content .news-action .item-per .per-img img {
    width: 100%;
    height: 100%;
    border-radius: 6.88px;
}

.news-container .news-main .news-content .news-action .item-per .per-article {
    width: 746.48px;
    height: 141.04px;
    margin-left: 25.8px;
    position: relative;
}

.news-container .news-main .news-content .news-action .item-per .per-article .article-title .title-name {
    font-size: 20.64px;
    color: #0d111d;
    line-height: 26.66px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-container .news-main .news-content .news-action .item-per .per-article .article-title .title-icon {
    margin-left: 8.6px;
    width: 87.72px;
    height: 24.94px;
    line-height: 24.94px;
    text-align: center;
    font-size: 15.48px;
    color: #257efe;
    border-radius: 12.04px;
    border: 1px solid #257efe;
}

.news-container .news-main .news-content .news-action .item-per .per-article .article-main {
    font-size: 18.92px;
    color: #6b6d71;
    line-height: 24.94px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15.48px 0 30.1px 0;
}

.news-container .news-main .news-content .news-action .item-per .per-article .article-time {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 17.2px;
    color: #93969c;
    line-height: 22.36px;
}

.news-container .news-main .news-content .news-action .item-per:hover .per-article .title-name {
    color: #257efe;
}

.news-container .news-main .news-content .news-action .item-per:hover .per-article .article-main {
    color: #37383a;
}

.news-container .news-main .news-content .news-action .item-per:hover .per-article .article-time {
    color: #37383a;
}

.news-container .news-main .news-content .news-btn-more {
    cursor: pointer;
    width: 137.6px;
    height: 39.56px;
    box-shadow: inset 0px .86px 17.2px 1.72px rgba(37, 126, 254, 0.14);
    border-radius: 21.5px;
    border: 1px solid #257efe;
    font-size: 15.48px;
    color: #257efe;
    line-height: 39.56px;
    text-align: center;
    margin: 43px auto 0 auto;
}

.news-container .news-main .news-content .none-news-btn-more {
    width: 137.6px;
    height: 39.56px;
    font-size: 15.48px;
    line-height: 39.56px;
    text-align: center;
    color: rgb(105, 105, 105);
    margin: 43px auto 0 auto;
}

.news-container .news-main .news-content .news-btn-more:hover {
    background: #257efe;
    color: #fff;
}

.news-container .news-main .news-content .news-load-more {
    font-size: 21.5px;
    color: #979797;
    line-height: 21.5px;
    letter-spacing: 1px;
    text-align: center;
    margin: 43px auto 0 auto;
}
