body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

.img{
    width: 100%;
    height: 100%;
    display: flex;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}


header {
    width: 100%;
    height: 100px;
    background: #FA6666;
}

.header_main{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.header_main .logo{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    line-height: 53px;
    letter-spacing: 1px;
    margin-right: 247px;
}

.header_main .nav_list{
    display: flex;
    height: 100px
}

.header_main .nav_list .nav_item{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 4px solid #FA6666;
}


.header_main .nav_list .nav_item.nav_active {
    font-weight: bold;
    border-bottom: 4px solid #FA6666;
    color: #FA6666;
    background: #ffffff;
}


.header_main .nav_list .nav_item.nav_item1.nav_active::before{
    width: 20px;
    content: " ";
    height: 20px;
    position: absolute;
    background: url(../images/nav_icon1.png) no-repeat;
    background-size: 100% 100%;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}


.header_main .search{
    width: 160px;
    height: 40px;
    background: #ffffff;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    box-sizing: border-box;
    padding: 0 6px;
}

.header_main .search .search_icon{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    cursor: pointer;
    margin-right: 4px;
}

.header_main .search .search_input{
    width: 110px;
    border: 0;
    display: flex;
    height: 28px;
    outline: none;
}
/* 
.sub_title{
    width: 100%;
    height: 34px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #D6D6D6;
}

.sub_title .title{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    margin-right: 3px;
}

.sub_title .title .name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FA6666;
    line-height: 26px;
}

.sub_title .title .icon{
    width: 28px;
    height: 28px;
    margin-right: 6px;
}

.sub_title .title .line{
    width: 100%;
    height: 2px;
    background: #FA6666;
    position: absolute;
    left: 0;
    bottom: -1px;
}


.sub_title .bias{
    width: 12px;
    height: 1px;
    transform: rotate(115deg);
    margin-right: 3px;
    background: #D6D6D6;
}


.sub_title .more{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
} */


footer{
    width: 100%;
    height: 147px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 12px;

}

footer .link{
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
} 

footer .link a{
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-right: 15px;
}

footer .link a::after{
    content: " ";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #999999;
}

footer .link a:nth-last-child(1){
    margin-right: 0;
}

footer .link a:nth-last-child(1)::after{
    display: none;
}


footer .copyright{
    text-align: center;
    font-size: 14px;
    color: #999999;
}


.location{
    width: 1200px;
    height: 60px;
    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: #999999;
    line-height: 18px;
    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: #999999;
    line-height: 18px;
}

.location .now_link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FA6666;
    line-height: 18px;
}

.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 #FA6666;
    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: #FA6666;
    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: #FA6666;
}

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

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

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





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

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

.common_section .news_item .titleName{
    width: 790px;
    display: block;
    align-items: center;
    margin-bottom: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: none; */
}


.common_section .news_item .item_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.common_section .news_item .item_wrap .item_img{
    width: 240px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

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

.common_section .news_item .item_wrap .item_content .content_top{

}

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

.common_section .news_item .item_wrap .item_content .content_top .content{
    width: 530px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_section .news_item .item_wrap .item_content .content_end{
    width: 100%;
    height: 18px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.common_section .news_item .item_wrap .item_content  .content_end .date{
    display: flex;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #D6D6D6;
    line-height: 16px;
        
}

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

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

.common_section .news_item .item_wrap .item_content .content_end .lookBtn{
    /* width: 106px;
    height: 41px;
    border-radius: 4px;
    border: 1px solid #FA6666;
    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: #FA6666;
    line-height: 21px;
}

.common_section .section_right{
    width: 380px;
}



.pagination {
    margin: 0 auto;
    margin-top: 30px;
    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: #FA6666;
}

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