


.location{
    width: 1200px;
    height: 57px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.location .icon{
    width: 20px;
    height: 20px;
    display: none;
}

.location .normal_txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 17px;
    /* margin: 0 8px; */
}
.location .normal_txt:nth-of-type(2){
    /* margin-left: 0; */
}
.location .prev_link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 17px;
}

.location .now_link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 17px;
}
/* 
.news_pagination{
    margin-top: 30px;
    display: flex;
    height: 38px;
    justify-content: center;
}
.news_pagination .first_page{
    width: 61px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #999999;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.news_pagination .prev_page,.news_pagination .next_page{
    width: 76px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #6EDFA9;
    margin-right: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #6EDFA9;
    line-height: 18px;
}

.news_pagination .disabled{
    display: none
}


.news_pagination .pages{
    height: 38px;
    border-radius: 4px;
    border: 1px solid #999999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-right: 20px;
}

.news_pagination .pages .page{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin-right: 20px;
}

.news_pagination .pages .page.active{
    color: #6EDFA9;
}

.news_pagination .pages .page:nth-last-child(1){
    margin-right: 0;
} */

/* {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
} */

/* .section_left{
    width: 790px;
    padding-bottom: 80px;
} */





 .news_item{
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #D6D6D6;
    /* margin-bottom: 20px; */
}

 .news_item:nth-last-of-type(1){
    margin-bottom: 0px;
}

 .news_item .titleName{
    width: 100%;
    display: block;
    align-items: center;
    margin-bottom: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}


 .news_item .item_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}

 .news_item .item_wrap .item_img{
    width: 180px;
    height: 110px;
    flex-shrink: 0;
    overflow: hidden;
}

 .news_item .item_wrap .item_content{
    width: 602px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

 .news_item .item_wrap .item_content .content_top{

}

 .news_item .item_wrap .item_content .content_top .title{
    width: 100%;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #14152B;
    margin-bottom: 15px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* display: none; */
}

 .news_item .item_wrap .item_content .content_top .content{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .news_item .item_wrap .item_content .content_end{
    width: 100%;
    height: 21px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    /* justify-content: space-between; */
}

 .news_item .item_wrap .item_content  .content_end .date{
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
        
}

 .news_item .item_wrap .item_content .content_end .date .date_icon{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: none;
}

 .news_item .item_wrap .item_content .content_end .line{
    width: 1px;
    height: 12px;
    background: #D6D6D6;
    transform: scaleX(.5);
    margin: 0 10px;
    display: none;
}

 .news_item .item_wrap .item_content .content_end .from{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
    margin-right: 68px;
 }

 .news_item .item_wrap .item_content .content_end .lookBtn{
    /* width: 106px;
    height: 41px;
    border-radius: 4px;
    border: 1px solid #6EDFA9;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #6EDFA9;
    line-height: 21px;
    display: none;
}

 /* .section_right{
    width: 380px;
} */



.pagination {
    /* margin: 50px auto; */
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
}
.pagination .page-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    font-size: 14px;
    color: #999999;
    line-height: 1;
    transition: all 0.2s;
}
.pagination .page-item:hover,
.pagination .page-item.active {
    color: white ;
    border-color: transparent;
    background-color: #6EDFA9;
}

.pagination .page-item:hover .page-link{
    color: white ;
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
} 

.container{
    width: 380px;
}

.container .hotRanks{
    margin-bottom: 30px;
}


.container .hotRanks .hotRank{
    width: 100%;
    height: 21px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}
.container .hotRanks .hotRank>div{
    display: flex;
    align-items: center;
}

.container .hotRanks .hotRank .rank{
    width: 20px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
    margin-right: 8px;
}

.container .hotRanks .hotRank .rank.red{
    color: #FA4B4A;
}



.container .hotRanks .hotRank .hotRank_box{
    position: relative;
}

.container .hotRanks .hotRank .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    width: 311px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
}


.container .hotRanks .hotRank:nth-of-type(5n){
    margin-bottom: 32px;
}

.container .hotRanks .hotRank:nth-of-type(5n)::after{
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #D6D6D6 0%, #D6D6D6 65%, transparent 50%);
    background-size: 18px 100%;
    background-repeat: repeat-x;
    content: " ";
    transform: scaleY(.5);
}


.container .hotRanks .hotRank .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.container .hotRanks .hotRank:nth-last-of-type(1){
    margin-bottom: 0;
}

.container .hotRanks .hotRank:nth-last-of-type(1)::after{
    display: none
}

.container .hotRanks .hotRank.hot .hotRank_box::after{
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/hot.png) no-repeat;
    background-size: 100% 100%;
}


.container .hotRanks .hotRank.hot .title{
    width: initial;
    max-width: 267px;
}

.container .hotRanks .hotRank.start .hotRank_box::after{
    position: absolute;
    right: -49px;
    top: 50%;
    transform: translateY(-50%);
    width: 41px;
    height: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    content: "首发";
    background: linear-gradient( 57deg, #FF6262 0%, #FF8383 32%, #FF002E 100%);
    border-radius: 4px;
}

.container .hotRanks .hotRank.start .title{
    width: initial;
    max-width: 234px;
}


.container .hotRanks .hotRank:nth-child(-n+3) .rank{
    color: #FA4B4A;
}

/* .container .hotRanks .hotRank:nth-last-of-type(1){
    margin-bottom: 0;
}

.container .hotRanks .hotRank:nth-last-of-type(1)::after{
    display: none
} */


.container .normal_info{
    width: 100%;
    height: 21px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .normal_info>div{
    display: flex;
    align-items: center;
}

.container .normal_info .dots{
    width: 8px;
    height: 8px;
    background: #D6D6D6;
    border-radius: 50%;
    margin-right: 8px;
}

.container .normal_info .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    width: 311px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container .normal_info .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}

.common_gameNews .normal_info:nth-of-type(2n-1){
    margin-bottom: 13px;
}

.common_gameNews .normal_info:nth-of-type(2n){
    margin-bottom: 14px;
}

.common_gameNews .normal_info:nth-last-of-type(1){
    margin-bottom: 0;
}


.common_gameNews .gameNews_imgs{
    width: 100%;
    height: 133px;
    display: flex;
    justify-content: space-between;
}

.common_gameNews .gameNews_imgs .gameNews_img{
    width: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.common_gameNews .gameNews_imgs .gameNews_img img{
    width: 180px;
    height: 100px;
}

.common_gameNews .gameNews_imgs .gameNews_img .imgTitle{
    width: 180px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}