.news_page .news__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.news__list .news__content {
    padding: 20px 16px;
    background: linear-gradient(180deg, #5C5C5C 0%, #222222 100%);
}

.news__list .news__item .news__img img {
    width: 100%;
    height:  192.5px;
}

.news__list .news__content .gameTitle {
    min-height: 49px;
}

.news__list .news__content .game {
    height: 24px;
    background: #282828;
    border-radius: 2px 2px 2px 2px;
    color: #00A0FB;
    font-size: 12px;
    padding: 0 5px;
    margin: 5px 0 20px;
}

.news__list .news__content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    font-size: 18px;
    color: #fff;
}

.news__list .news__content section {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 84px;
    color: #DBD6CE;
}

.news__list .news__content .time {
    display: block;
    color: #8B8B8B;
    margin-top: 17px;
}

.news_page .pager {
    margin: 50PX auto 100px;
}

.news_page .pager a {
    width: 40px;
    height: 40px;
    background: #CFCFCF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    text-align: center;
    line-height: 40px;
    color: rgba(102, 102, 102, 1);
    margin-right: 10px;
}

.news_page .pager span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0082FB;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    color: #fff;
    margin-right: 10px;
}










.news_page .news_list .list_item {
    padding: 30px 20px;
    border-bottom: 1px solid #e8e8e8;
}

.news_page .news_list .list_item:hover {
    background-color: #f9f9f9;
}

.news_page .news_list .list_item .info_t {
    margin-bottom: 17px;
}

.news_page .news_list .list_item .info_t a {
    font-size: 20px;
    color: #121212;
    -webkit-line-clamp: 1;
    margin-right: 10px;
}

.news_page .news_list .list_item .info_t a:hover {
    color: #d52b1e;
}

.news_page .news_list .list_item .info_t span {
    color: #b7b7b7;
}

.news_page .news_list .list_item .info_b {
    height: 53px;
    -webkit-line-clamp: 3;
}

.news_page .viewMore {
    padding-bottom: 50px;
}

.news_page .viewMore button {
    margin-top: 30px;
    width: 240px;
    height: 50px;
    font-size: 20px;
    color: #ffffff;
    background-color: #d52b1e;
    box-shadow: 0px 6px 18px 0px rgb(213 43 30 / 56%);
    cursor: pointer;
}

.news_page .viewMore button:hover {
    background-color: #d5a602;
    box-shadow: 0px 6px 18px 0px rgb(227 206 27 / 56%);
}

.news_page .viewMore button.noval {
    background-color: #ccc;
    cursor: not-allowed;
    box-shadow: none;
}

.news_page .waiting {
    display: none;
}

.news_page .waiting img {
    width: 80px;
}

.newsDetail {
    padding: 30px 60px 60px;
    background: #F0F0F0;
    border-radius: 4px 4px 4px 4px;
    margin: 60px auto;
}

.newsDetail .detailTop {

    padding-bottom: 17px;
}

.newsDetail .news_title {
    color: #121212;
    font-size: 40px;
}

.newsDetail .news_content .detail_section {
    font-size: 18px;
    color: #444;
    line-height: 26px;
}
.newsDetail .news_content .detail_section img{
    width: 100%;
    max-width: 100%;
}
.newsDetail .news_content .detail_section p {
    margin-bottom: 15px;
}

.newsDetail .new_date p {
    color: #121212;
    margin-right: 40px;
}

.newsDetail .new_date p a {
    color: #12b73d;
}

.newsDetail .new_date span {
    color: #b7b7b7;
}

.newsDetail .news_content {
    line-height: 20px;
}

.newsDetail .news_content .tag {
    margin-top: 20px;
    margin-bottom: 10px;
}

.newsDetail .news_content .tag i {
    font-size: 20px;
    color: #d52b1e;
}

.newsDetail .news_content .tag a {
    color: rgba(0, 130, 251, 1);
    margin-left: 15px;
    background: #D1E6FF;
    border-radius: 2px 2px 2px 2px;
    padding: 5px 11px;
}

.newsDetail .news_content .tag a:hover {
    color: #d52b1e;
    text-decoration: underline;
}

.newsDetail .recommended_article {
    margin-top: 54px;
    padding-top: 28px;
    border-top: 1px solid #e8e8e8;
}

.newsDetail .recommended_article .news_title {
    font-size: 20px;
    margin-bottom: 15px;
}

.newsDetail .recommended_article .article_list a {
    width: 50%;
    margin-bottom: 19px;
    color: #121212;
}

.newsDetail .recommended_article .article_list a:hover {
    color: #d52b1e;
    text-decoration: underline;
}



@media (max-width: 1024px) {
    .news_page .news_list {
        padding-top: 0;
    }
    .newsDetail .news_content .detail_section img{
        width: 100%;
    }
    .news_page .news_list .list_item .info_t {
        display: block;
    }

    .news_page .news_list .list_item .info_t a {
        margin-bottom: 10px;
    }

    .news_page .news_list .list_item {
        padding: 30px 12px;
    }

    .news_page .news_list .list_item .info_b {
        height: 165px;
        -webkit-line-clamp: 9;
    }

    .newsDetail {
        padding: 30px 0 0 0;
      
        
    }

    .newsDetail .detailTop {
        display: block;
        padding: 0 12px 10px;
    }

    .newsDetail .news_title {
        margin-bottom: 17px;
        font-size: 16px;
    }

    .newsDetail .news_content {
        padding: 0 12px;
    }

    .newsDetail .recommended_article {
        padding: 20px 12px;
        margin-top: 40px;
    }

    .newsDetail .recommended_article .news_title {
        font-size: 16px;
    }

    .newsDetail .recommended_article .article_list {
        display: block;
    }

    .newsDetail .recommended_article .article_list a {
        width: 100%;
    }

    .newsDetail .news_content .tag div {
        display: block;
    }

    .newsDetail .news_content .tag div a {
        display: block;
    }
    .newsDetail .news_content .detail_section{
        font-size: 14px;
    }
    .news_page .news__list {
        grid-template-columns: repeat(1, 1fr);
        padding: 30px 15px;
    }
    .news_page .news__list {
        margin-bottom: 20px;
    }
    .news__list .news__item .news__img img{
        height: auto;
    }
}