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: 90px;
    background: #6B81F2;
}

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



header .header_main{
    width: 1200px;
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    /* background: #FD8042; */
}

header .logo{
    font-family: Gudea, Gudea;
    font-weight: bold;
    font-size: 32px;
    color: #ffffff;
    line-height: 40px;
    text-align: left;
    margin-right: 64px;
}



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: 24px;
    color: #FFFFFF;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 90px;
    box-sizing: border-box;
    position: relative;
}


header .header_main .nav_list .nav_item.nav_active {
    background: #556FF8;
    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: 53px;
    border-left: 4px solid #6B81F2;
    box-sizing: border-box;
    padding-left: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    background: linear-gradient( 90deg, rgba(107,129,242,0.1) 0%, rgba(107,129,242,0) 100%);
}

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

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

.sub_title .title .dots{
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: url(../images/sub_icon.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

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

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



.sub_title .more{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
}


.section{
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-bottom: 30px;
    /* padding-top: 30px; */
}

.common_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_container{
    /* margin-bottom: 30px; */
    display: flex;
    justify-content: space-between;
}



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

.section .section350{
    width: 350px;
}

.section .section810{
    width: 810px;
}

.section .section790{
    width: 790px;
}


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

.section .section420{
    width: 420px;
}

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

.section_right{
    width: 350px;
}


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

.show_img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 20px; */
}

.show_img .shadow{
    width: 100%;
    height: 60px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 20px;
    
}

.show_img .shadow .shadowContent{
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
}

.show_img .swiper-pagination{
    width: 56px !important;
    height: 8px !important;
    position: absolute;
    right: 30px !important;
    bottom: 24px !important;
    left: initial !important;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between; */
}

.swiper-pagination-bullet{
    display: flex !important;
    margin: 0 !important;
    width: 8px !important;
    height: 8px !important;
    background: rgba(255,255,255,0.5) !important;
    opacity: 1 !important;
    /* border-radius: 0 !important; */
    z-index: 1 !important;
}

.swiper-pagination-bullet-active{
    background: #6B81F2 !important;
}

/* .swiper-pagination-bullet:nth-child(3){
    order: 2;
}
.swiper-pagination-bullet:nth-child(4){
    order: 1;
} */




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



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





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

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

.normal_info .dots{
    width: 6px;
    height: 6px;
    /* background: #F3F3F3; */
    margin-right: 12px;
    box-sizing: border-box;
    border: 1px solid #6B81F2;
}

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

.section350 .normal_info .title,.section_right .normal_info .title{
    width: 258px;
}

.section420 .normal_info .title{
    width: 347px;
}

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

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

.normal_info:nth-of-type(1) .dots{
    /* background: #6B81F2; */
}

.normal_info:nth-of-type(1) .title{
    color: #6B81F2;
}





.hotNews1{
    width: 100%;
    box-sizing: border-box;
}

.hotNews1 .hotNews1_item{
    width: 350px;
    /* height: 118px; */
    background: rgba(107,129,242,0.06);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 30px;
}

.hotNews1 .hotNews1_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #6B81F2;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}


.hotNews1 .hotNews1_item .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 34px;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews1 .hotNews1_item .end_info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 21px;
    align-items: center;
   
}

.hotNews1 .hotNews1_item .end_info span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1;
}




.mainInfos{
    width: 100%;
    /* margin-bottom: 30px; */
}

.mainInfos .mainInfo{
    /* padding-bottom: 20px; */
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.mainInfos .mainInfo:nth-of-type(2){
    padding-bottom: 20px;
    border-bottom:1px solid rgba(0,0,0,0.06);
    margin-bottom: 20px;
}



.mainInfos .mainInfo .titleBox{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
    display: none;
}

.mainInfos .mainInfo .titleBox.titleBox1{
    background: #FF7A2F;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    border: 1px solid #FF7A2F;
}

.mainInfos .mainInfo .titleBox .titleBox_icon{
    width: 32px;
    height: 32px;
}

.mainInfos .mainInfo .mainInfo_content{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainInfos .mainInfo .mainInfo_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #6B81F2;
    line-height: 24px;
    text-align: center;
}

.mainInfos .mainInfo .mainInfo_content .content{
    width: 100%;
    display: flex;
    justify-content: center;
}

.mainInfos .mainInfo .mainInfo_content .content a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}


.mainInfos .mainInfo .mainInfo_content .content a:nth-of-type(2){
    margin: 0 17px;
}


.mainInfos .mainInfo_item{
    width: 100%;
    box-sizing: border-box;
    padding-left: 54px;
    height: 21px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

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



.mainInfos .mainInfo_item .tag{
    width: 42px;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}

.mainInfos .mainInfo_item .tag::after{
    width: 1px;
    height: 12px;
    transform: scaleX(.5);
    background: #D6D6D6;
    position: absolute;
    right: -4px;
    top: 5px;
    content: "";
}


.mainInfos .mainInfo_item .tag1,.mainInfos .mainInfo_item .tag2,.mainInfos .mainInfo_item .tag3{
    width: 46px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/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;
    line-height: 22px;
    box-sizing: border-box;
    padding-left: 6px;
}

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


/* 

.mainInfoWrap1,.mainInfoWrap2{
    margin-bottom: 32px;
    position: relative;

} */
/* 

.mainInfoWrap::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);
} */
.mainInfoWrap .mainInfo_item:nth-of-type(1){
    height: 22px;
}
.mainInfoWrap .mainInfo_item:nth-of-type(1) .title{
    width: 296px;
    /* color: #2F76FF; */
}

.mainInfoWrap .mainInfo_item:nth-of-type(1) .date{
    display: none;
}

.mainInfoWrap1{
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 20px;
}


/* 
.mainInfoWrap2::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);
}



.mainInfoWrap2 .mainInfo_item:nth-of-type(1) .date{
    display: none;
}
.mainInfoWrap3 .mainInfo_item:nth-of-type(1) .title{
    width: 336px;
    color: #FF2F2F;
}

.mainInfoWrap3 .mainInfo_item:nth-of-type(1) .date{
    display: none;
}
 */

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





.hotNews2{

}


.imgs_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section420 .imgs_list .imgs_item{
    width: 200px;
}

.section350 .imgs_list .imgs_item{
    width: 167px;
}
.section_right .imgs_list .imgs_item{
    width: 167px;
}

.section420 .imgs_list .imgs_item .img_link{
    width: 200px;
    height: 120px;
    margin-bottom: 10px;  
    display: block;
}

.section350 .imgs_list .imgs_item .img_link{
    width: 167px;
    height: 100px;
    margin-bottom: 10px;  
    display: block;
}
.section_right .imgs_list .imgs_item .img_link{
    width: 167px;
    height: 100px;
    margin-bottom: 10px;  
    display: block;
}

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

.imgs_list .imgs_item .img_content{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    /* margin-bottom: 10px; */
}



.hotNews2_wrap{
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #F3F3F3;
    margin-bottom: 20px;
}




.section420 .hotNews2_wrap .normal_info .title{
    width: 341px;
}

.section350 .hotNews2_wrap .normal_info .title{
    width: 260px;
}

.section_right .hotNews2_wrap .normal_info .title{
    width: 260px;
}

.hotNews3{
    /* margin-bottom: 50px; */
}



.hotNews3 .hotNews3_item{
    width: 100%;
    display: flex;
    height: 86px;
    margin-bottom: 20px;
    background: rgba(107,129,242,0.03);
}

.hotNews3 .hotNews3_item .tag{
    width: 48px;
    height: 100%;
    flex-shrink: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6B81F2;
}

.hotNews3 .hotNews3_item .item_content{
    flex: 1;
    box-sizing: border-box;
    padding: 16px 0 16px 12px;
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotNews3 .hotNews3_item .item_content .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 278px;
}


.hotNews3 .hotNews3_item .item_content .end_info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 20px;
    align-items: end;
}

.hotNews3 .hotNews3_item .item_content .end_info .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 208px;
}

.hotNews3 .hotNews3_item .item_content .end_info .look{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #6B81F2;
    line-height: 20px;
    display: block;
}

.hotNews3 .normal_info{
    height: 21px;
    margin-bottom: 20px;
}

.hotNews3 .normal_info .title{
    line-height: 18px;
    width: 238px;
}

.hotNews3 .normal_info .dots{
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    margin-right: 16px;
    border: 0;
}

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

}

.hotNews4 .bigImg{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    display: block;
    position: relative;
}


.hotNews4 .bigImg .shadow{
    width: 100%;
    height: 40px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    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;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 12px;
}




.hotNews4 .normal_info{
    /* height: 21px; */
    margin-bottom: 20px;
}

.hotNews4 .normal_info .title{
    line-height: 18px;
    width: 238px;
}

.hotNews4 .normal_info .dots{
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    margin-right: 16px;
    border: 0;
}

.hotNews4 .normal_info:nth-of-type(1) .title{
    color: #333333;
}

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



.hotNews5{

}


.hotNews5 .hotNews5_item{
    width: 100%;
    display: flex;
    height: 96px;
    margin-bottom: 23px;
}

.hotNews5 .hotNews5_item .tag{
    width: 50px;
    height: 100%;
    flex-shrink: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    box-sizing: border-box;
    padding: 0 11px;
    display: flex;
    align-items: center;
    background: #6B81F2;
}

.hotNews5 .hotNews5_item .item_content{
    flex: 1;
    box-sizing: border-box;
    /* padding: 16px 0 16px 12px; */
    height: 96px;
    padding-left: 10px;
}

.hotNews5 .hotNews5_item .item_content .title{
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 9px;
    /* width: 278px; */
    width: 360px;
}




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

.hotNews5 .hotNews5_wrap{
    width: 100%;
    display: flex;
    height: 90px;
    justify-content: space-between;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    margin-bottom: 20px;
}

.hotNews5 .hotNews5_wrap .info_list{
    width: 243px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}




.hotNews5 .hotNews5_wrap .info_list .normal_info .title{
    line-height: 18px;
    width: 234px;
    margin-bottom: 0;
}

.hotNews5 .hotNews5_wrap .info_list .normal_info .dots{
    width: 4px;
    height: 4px;
    background: #D9D9D9;
    margin-right: 5px;
    border: 0;
}

.hotNews5 .hotNews5_wrap .info_list .normal_info:nth-of-type(1) .title{
    color: #333333;
}



.hotNews5 .hotNews5_wrap .img_item{
    width: 140px;
    height: 90px;
    display: block;
}

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

.hotNews6{
    /* margin-bottom: 50px;    */
}

.hotNews6 .hotNews6_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 18px;
}

.hotNews6 .normal_info{
    margin-bottom: 20px;
    height: 21px;
}





.hotNews6 .normal_info:nth-of-type(1) .dots{
    background: #F3F3F3;
}

.hotNews6 .normal_info:nth-of-type(1) .title{
    color: #333;
}

.hotNews7{
    /* margin-bottom: 50px; */
   
}


.hotNews7_item{
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}

.hotNews7_item .item_img{
    width: 140px;
    height: 90px;
    position: relative;
}

.hotNews7_item .item_img .tag{
    width: 56px;
    height: 24px;
    background: url(../images/tag.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -2px;
    top: 8px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    padding-left: 8px;
}




.hotNews7_item .item_content{
    width: 192px;
    height: 90px;
}


.hotNews7_item .item_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotNews7_item .item_content .content{
    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;
    margin-bottom: 19px;
}

.hotNews7_item .item_content .date{
    display: flex;
    flex-direction: row-reverse;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 18px;
}


.hotNews7 .hotNews7_rank{
    height: 21px;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotNews7 .hotNews7_rank>div{
    display: flex;
    align-items: center;
}

.hotNews7 .hotNews7_rank .rank{
    width: 20px;
    height: 20px;
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 1;
    margin-right: 10px;
}

.hotNews7 .hotNews7_rank .title{
    width: 238px;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 21px;
}

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

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


.section_right .hotNews1,.section_right .hotNews2,
.section_right .hotNews3,.section_right .hotNews4,
.section_right .hotNews5,.section_right .hotNews6,
.section_right .hotNews7,.section_right .hotNews8{
    margin-bottom: 30px;
}

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: #999
}



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

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

.game_links .links .link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #777777;
    line-height: 16px;
    margin-right: 27px;
}



