.news_page {
    /*background: rgb(25, 31, 61);*/
    padding-bottom: 10px;
}
.news_page .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-bottom: 70px;
}

.news__list .news__content {
    padding: 20px 16px;
    background: #0f102c;
    border-radius: 0 0 4px 4px;
}

.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: hsla(0,0%,100%,.08);
    border-radius: 4px;
    color: #00A0FB;
    font-size: 12px;
    padding: 0 5px;
    margin: 0px 0px 0px 10px;
}

.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: hsla(0,0%,100%,.62);
}

.news__list .news__content .time {
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
    padding: 3px 0px;
    border-radius: 5px;
    color: hsla(0,0%,100%,.8);
    background-color: #1e2242;
}

.news_page .pager {
    margin: 50PX auto 100px;
}

    .news_page .pager a {
        width: 40px;
        height: 40px;
        background: rgb(25, 31, 61);
        border-radius: 4px;
        opacity: 1;
        text-align: center;
        line-height: 40px;
        color: rgba(102, 102, 102, 1);
        margin-right: 10px;
        color: #fff;
    }

        .news_page .pager a:hover {
            background: #0082FB;
            opacity: 1;
            color: #fff;
        }

.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 30px 60px;
    background: #0f102c;
    border-radius: 4px;
    margin: 0px auto;
   
}

.otherDetail {
    margin: 0px auto;
    display: flex;
    color: #f4f4f5;
}

.newsDetail .detailTop {

    padding-bottom: 17px;
}

    .newsDetail .news_title {
        color: #cdcdf5;
        font-size: 30px;
    }

    .newsDetail .news_content .detail_section {
       /* font-size: 18px;*/
        color: #cdcdf5;
        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: #fff;
}

.newsDetail .news_content {
    line-height: 20px;
}

.newsDetail .news_content .tag {

    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: 0px;
        background: #1e2242;
        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 rgba(145,149,214,.25);
    }

.newsDetail .recommended_article .news_title {
    font-size: 20px;
    margin-bottom: 15px;
}

        .newsDetail .recommended_article .article_list a {
            width: 50%;
            margin-bottom: 19px;
            color: #cdcdf5;
        }

.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;
    }
}

/* contact */
.contactUs {
}

.contactUs_top img {
    width: 100%;
    margin-top: 20px;
}

.contactUs_center_item img {
    width: 120px;
    height: 120px;
    margin-top: 30px;
}

.contactUs_center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

    .contactUs_center .contactUs_center_item {
        width: 49%;
        background: #333333;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        padding: 30px 40px;
        margin-bottom: 20px;
        color: #fff;
    }

.contactUs_center_item_wrap {
    display: flex;
    align-items: center;
}



/* vip */
.vip_page {
    padding-bottom: 30px;
}

.static_page .h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    margin: 22px 0 15px 0;
}

.vip_page .vipContent .vipTopImg {
    width: 100%;
}

.static_title::after {
    content: '';
    width: 110px;
    height: 3px;
    background: #EE6A25;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.static_title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 30px 0 0px 0;
}

.static_normal {
    margin-top: 30px;
}

.vip-discount table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin-top: 20px;
}

    .vip-discount table tr {
        height: 54px;
    }

        .vip-discount table tr td img {
            width: 44px;
            height: 44px;
        }

        .vip-discount table tr td {
            border: 1px solid hsla(0,0%,100%,.12);
        }

    .vip-discount table .vip-discount_top th {
        background: #0f102c;
        color: rgba(56, 125, 208, 1);
    }

.static_normal p {
    margin-bottom: 10px;
}

/* 静态样?*/
.our_products_content {
    padding: 40px 0;
}

    .our_products_content h3 {
        font-size: 16px;
        color: #121212;
        margin: 30px 0 20px;
    }
.pages .selected {background:#2778f8;border:1px solid #2778f8}
.pages {width: 100%;text-align: center;margin:20px auto;margin-bottom:20px;float:left;font-size: 14px;line-height: 25px;}
.pages a {display: inline-block;padding: 5px 14px 5px 14px;margin-left:8px;color: #666;border: 1px solid #eee; font-size:14px;border-radius:6px; background:#fff}
.pages em {margin-left: 10px;height:35px;line-height:30px;color:#666;display:inline-block;}
.pages .selected {font-weight: bold;color: #fff;;border:1px solid ##00b2fc}
.pages a:hover{color: #fff;background:#2778f8;border:1px solid #2778f8; text-decoration:none;}
@media (max-width:800px){	
	#pages{padding:.5rem 0 0px;}
	#pages a{margin:0 .02rem;padding:.1rem;min-width:.5rem;text-align:center;}
	#pages span{margin:0 .02rem;padding:.1rem .2rem;}
	#pages .num,#pages .prev{display:none;}
}	
