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: #F7F7F7;
    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: 150px;
    background: #ffffff;
}

header .logo_wrap{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

header .logo_wrap .logo img{
    width: 160px;
    height: 50px;
    display: block;
}

header .header_main{
    width: 100%;
    height: 60px;
    background: #6EDFA9;
}



header .header_main .nav_list{
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
}

header .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;
    width: 168px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
}
header .header_main .nav_list .nav_item a {
    color: #fff
}

header .header_main .nav_list .nav_item.nav_active {
    background: #4FD997;
    font-weight: bold;
}






.header_main .search{
    width: 167px;
    height: 40px;
    background: #5F666D;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    /* justify-content: center; */
    align-items: center;
    box-sizing: border-box;
    padding: 0 8px;
}

.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;
    background: #5F666D;
}



.sub_title{
    width: 100%;
    height: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}

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

.sub_title .title .name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    text-align: left;
}

.sub_title .title .dots{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    background: url(../images/sub_icon.png) no-repeat;
    background-size: 100% 100%;
}

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

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


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


.sub_title .more{
    height: 29px;
    display: flex;
    align-items: end;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}


.section{
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.section .section_full{
    width: 100%;
    display: flex;
}

.section .section330{
    width: 330px;
}

.section .section810{
    width: 810px;
}


.section .section_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.section .section460{
    width: 460px;
}

.section .section_left{
    width: 810px;
    padding-bottom: 50px;
}

.section .section_right{
    width: 330px;
}


.banner_wrap{
    width: 810px;
    /* margin: 0 auto; */
    margin-bottom: 50px;
}

.show_img{
    width: 810px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.show_img .shadow{
    width: 100%;
    height: 65px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 65px;
}


.gameImgsWrap{
    width: 810px;
    height: 138px;
    /* margin-top: 20px; */
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    background: #000;
}

.game_imgs{
    width: 770px;
    height: 98px;

    /* padding: 0 44px; */
}


.game_imgs .swiper-slide {
    width: 178px !important;
    height: 98px;
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* border-radius: 16px; */
    overflow: hidden;
    position: relative;
}

.game_imgs .swiper-slide .activeLine{
    position: absolute;
    left: 0;
    top: 0;
    width: 178px;
    height: 98px;
    box-sizing: border-box;
    border: 2px solid #6EDFA9;
    /* border-radius: 16px; */
    /* content: " "; */
    display: none;
}


/*  
.swiper-button-prev{
    width: 20px !important;
    height: 20px !important;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    opacity: 1 !important;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev::after{
    content: "";
    display: none;
}

.swiper-button-next{
    width: 20px !important;
    height: 20px !important;
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    opacity: 1 !important;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-next::after{
    content: "";
    display: none;
}  */


.hotNews1{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 52px;
}

.hotNews1 .hotNews1_item{
    margin-bottom: 24px;
    height: 81px;
    display: flex;
    flex-direction: row-reverse;
}


.hotNews1 .hotNews1_item:nth-of-type(2n){
    flex-direction: row;
}

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

.hotNews1 .hotNews1_item .item_img{
    width: 144px;
    height: 81px;
}

.hotNews1 .hotNews1_item .item_content{
    width: 186px;
    height: 81px;
    position: relative;
    box-sizing: border-box;
    padding: 11px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F4FFFA;
}

.hotNews1 .hotNews1_item .item_content::after{
    /* width: 8px;
    height: 20px; */
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 8px solid #F4FFFA;
    border-right: 8px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: " ";
}


.hotNews1 .hotNews1_item:nth-of-type(2n) .item_content::after{
    right: initial;
    left: -16px;
    border-left: 8px solid transparent;
    border-right: 8px solid #F4FFFA;
}


.hotNews1 .hotNews1_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-bottom: 5px;
}

.hotNews1 .hotNews1_item .content{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
}

.hotNews2{
    margin-bottom: 55px;
}

.hotNews2 .hotNews2_item{
    width: 100%;
    height: 64px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

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




.hotNews2 .hotNews2_item .item_img{
    width: 103px;
    height: 64px;
    position: relative;
    display: block;
}

.hotNews2 .hotNews2_item:nth-of-type(1) .item_img::after{
    width: 18px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 2px;
    text-align: center;
    background: url(../images/rank1.png) no-repeat;
    background-size: 100% 100%;
    content: "1";
}

.hotNews2 .hotNews2_item:nth-of-type(2) .item_img::after{
    width: 18px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 2px;
    text-align: center;
    background: url(../images/rank2.png) no-repeat;
    background-size: 100% 100%;
    content: "2";
}

.hotNews2 .hotNews2_item:nth-of-type(3) .item_img::after{
    width: 18px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 2px;
    text-align: center;
    background: url(../images/rank3.png) no-repeat;
    background-size: 100% 100%;
    content: "3";
}


.hotNews2 .hotNews2_item .item_content{
    width: 217px;
    height: 64px;
    box-sizing: border-box;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotNews2 .hotNews2_item .item_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews2 .hotNews2_item .item_content .title::after{
    content: "查看更多";
}

.hotNews2 .hotNews2_item .item_content .end_info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    line-height: 16px;
}


.hotNews3{
    margin-bottom: 37px;
}

.hotNews3 .hotNews3_item{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}


.hotNews3 .hotNews3_item .item_content{
    width: 285px;
    height: 122px;
    box-sizing: border-box;
    padding: 16px 12px 16px 16px;
    background: #FBFFF3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotNews3 .hotNews3_item .item_content .title{
    width: 100%;
    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: block;
}


.hotNews3 .hotNews3_item .item_content .content{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
}


.hotNews3 .hotNews3_item .item_content .end_info{
    width: 100%;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}

.hotNews3 .hotNews3_item .item_content .end_info span:nth-of-type(1){
    margin-right: 15px;
}


.hotNews3 .hotNews3_item .item_img{
    width: 175px;
    height: 122px;
}


.hotNews3 .hotNews3_info{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #EBEBEB;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.hotNews3 .hotNews3_info:nth-last-of-type(1){
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.hotNews3 .hotNews3_info .title{
    display: flex;
    align-items: center;
    height: 21px;
    margin-bottom: 10px;
}

.hotNews3 .hotNews3_info .title .dots{
    width: 10px;
    height: 10px;
    border: 2px solid #6EDFA9;
    margin-right: 10px;
}

.hotNews3 .hotNews3_info .title .titleName{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    display: block;
}

.hotNews3 .hotNews3_info .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.hotNews3 .hotNews3_info .content:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 63px;
    /* padding-left: 1px; */
    background: linear-gradient(to right, transparent, #fff 0%);
}

.hotNews3 .hotNews3_info .content .more{
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #6EDFA9;
    line-height: 34px;
    z-index: 1;
}





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

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

.normal_info .title{
    width: 251px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
}

.normal_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}

.hotNews4{
    margin-bottom: 59px;
    position: relative;
}

.hotNews4 .line{
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    left: 46px;
    top: 4px;
    background: #EBEBEB;
}

.hotNews4 .hotNews4_item{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: 20px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotNews4 .hotNews4_item>div{
    display: flex;
    align-items: center;
}

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

.hotNews4 .hotNews4_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    margin-right: 15px;
}

.hotNews4 .hotNews4_item .title{
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 310px;
    /* margin-right: 22px; */
}

.hotNews4 .hotNews4_item .title::before{
    width: 3px;
    height: 3px;
    background: #EBEBEB;
    border-radius: 50%;
    border: 4px solid #ffffff;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    content: " ";
}

.hotNews4 .hotNews4_item .tag{
    width: 44px;
    height: 20px;
    border-radius: 2px;
    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: 12px;
    color: #6EDFA9;
    line-height: 1;
}




.section_right .hotNews4 .normal_info .title{
    width: 224px;
}










.hotNews5{
    margin-bottom: 38px;
}

.hotNews5 .hotNews5_item{
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 17px;
    border-bottom: 1px solid #F0F0F0;
    justify-content: space-between;
    margin-bottom: 17px;
}

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

.hotNews5 .hotNews5_item .tag{
    width: 54px;
    height: 22px;
    background: url(../images/hot_tag1.png) no-repeat;
    background-size: 100% 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box;
    align-items: center;
}


.hotNews5 .hotNews5_item .item_content{
    width: 264px;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.hotNews5 .hotNews5_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}


.hotNews5 .hotNews5_item  .content{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
}


.hotNews6{
    margin-bottom: 50px;   
}

.hotNews6 .bigTitle{
    width: 100%;
    height: 29px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #FF2929;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.hotNews6 .subTitle{
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 25px; */
    height: 21px;
    margin-bottom: 20px;
    display: flex;
    /* justify-content: space-between; */
} 

.hotNews6 .subTitle .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #6EDFA9;
    line-height: 21px;
    display: block;
}

.hotNews6 .subTitle .title:nth-of-type(2){
    width: 143px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.hotNews6 .hotNews_item{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    box-sizing: border-box;
    margin-bottom: 20px;
}

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

.hotNews6 .hotNews_item .title{
    height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.hotNews6 .hotNews_item .title .tag{
    width: 48px;
    height: 22px;
    background: url(../images/hot_tag2.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
    margin-right: 14px;
    flex-shrink: 0;
}


.hotNews6 .hotNews_item .title .titleName{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    width: 398px;
    width: 268px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
}


.hotNews6 .hotNews_item .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.hotNews6 .hotNews_item .content:after{
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 155px;
    /* padding-left: 1px; */
    background: linear-gradient(to right, transparent, #fff 0%);
}

.hotNews6 .hotNews_item .content .more{
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #6EDFA9;
    line-height: 34px;
    z-index: 1;
}


.hotNews6 .hotNews_item .option{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hotNews6 .hotNews_item .option .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
}

.hotNews6 .hotNews_item .option .lookBtn{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #6EDFA9;
    line-height: 18px;
}

.hotNews7{
    margin-bottom: 50px;
}

.hotNews7 .hotNews_item{
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.hotNews7 .hotNews_item .rank{
    width: 18px;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #777777;;
    line-height: 19px;
    text-align: center;
    margin-right: 10px;
}

.hotNews7 .hotNews_item:nth-of-type(1) .rank{
    background: url(../images/rank1.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.hotNews7 .hotNews_item:nth-of-type(2) .rank{
    background: url(../images/rank2.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}
.hotNews7 .hotNews_item:nth-of-type(3) .rank{
    background: url(../images/rank3.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

.hotNews7 .hotNews_item .item_content{
    width: 302px;
    height: 53px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.hotNews8 .hotNews_item .item_content .title{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.hotNews7 .hotNews_item .content{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


footer{
    width: 100%;
    height: 180px;
    background: #333333;
    box-sizing: border-box;
    padding-top: 55px;
    font-size: 12px;

}

footer .link{
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
} 
footer .link span,
footer .link a{
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-right: 15px;
}

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

footer .copyright a{
    color: #999999;
}

.game_links{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.game_links .links{
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.game_links .links .link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 28px;
}



