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

.header_main{
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.header_main .logo{
    width: 119px;
    height: 33px;
    display: flex;
}

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

.header_main .nav_list .nav_item{
    width: 132px;
    height: 100%;
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 42px;
}

.header_main .nav_list .nav_item .nav_active_bg{
    display: none;
}

.header_main .nav_list .nav_item.nav_active .nav_active_bg {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    height: 110px;
    background: #22B0B0;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 19px;
}

.header_main .nav_list .nav_item.nav_active .nav_active_bg .icon{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.header_main .nav_list .nav_item.nav_active .nav_active_bg .nav_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.header_main .nav_list .nav_item:hover .nav_active_bg{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    height: 110px;
    background: #22B0B0;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 19px;
}

.header_main .nav_list .nav_item:hover .nav_active_bg .icon{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.header_main .nav_list .nav_item:hover .nav_active_bg .nav_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

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

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

.sub_title .sub_left .line{
    width: 4px;
    height: 20px;
    background: #22B0B0;
    margin-right: 8px;
}

.sub_title .sub_left .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #14152B;
    line-height: 28px;
}

.sub_title .more{
    width: 85px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

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

.location .normal_txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin: 0 8px;
}

.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: #22B0B0;
    line-height: 18px;
}


.swiper {
    width: 100%;
    height: 200px;
}

.banner{
    margin-bottom: 30px;
}

.banner .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #F5F5F5;
    opacity: 1;
}

.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 28px;
    border-radius: 4px;
    background: #22B0B0;
}

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

.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 .section_left .news_item{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

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

.common_section .section_left .news_item .title{
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.common_section .section_left .news_item .title .tags{
    width: 74px;
    height: 26px;
    background: #22B0B0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    margin-right: 8px;
}

.common_section .section_left .news_item .title .titleName{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 24px;
    width: 448px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_section .section_left .news_item .item_wrap{
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.common_section .section_left .news_item .item_wrap .item_img{
    width: 240px;
    height: 140px;
    flex-shrink: 0;
    margin-left: 20px;
}

.common_section .section_left .news_item .item_wrap .item_content{
    flex: 1;
    height: 140px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.common_section .section_left .news_item .item_wrap .item_content .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;
    margin-bottom: 11px;
}

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

.common_section .section_left .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: #999999;
    line-height: 28px;
        
}

.common_section .section_left .news_item .item_wrap .item_content .content_end .date .date_icon{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}

.common_section .section_left .news_item .item_wrap .item_content .content_end .lookBtn{
    width: 82px;
    height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #22B0B0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #22B0B0;
    line-height: 28px;
}

.common_section .section_right{
    width: 380px;
}

.common_section .section_right .gameGuide{
    width: 100%;
    margin-bottom: 30px;
}

.common_section .section_right .gameGuide>div{
    width: 380px;    
}

.common_section .section_right .gameGuide .gameGuide_item{
    width: 100%;
    height: 28px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_section .section_right .gameGuide .gameGuide_item>div{
    display: flex;
    align-items: center;
}

.common_section .section_right .gameGuide .gameGuide_item .guide{
    width: 69px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #22B0B0;
    line-height: 28px;
    margin-right: 8px;
}

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

.common_section .section_right .gameGuide .gameGuide_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.common_section .section_right .gameGuide .gameGuide_item:nth-last-of-type(1){
    margin-bottom: 0;
}


.common_section .section_right .gameNews{
    width: 100%;
    margin-bottom: 30px;
}

.common_section .section_right .gameNews .gameNews_img{
    display: flex;
    width: 380px;
    height: 200px;
    margin-bottom: 20px;
    position: relative;
}

.common_section .section_right .gameNews .gameNews_img .shadow{
    display: none;
}

.common_section .section_right .gameNews .gameNews_img:hover .shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(20,21,43,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}


.common_section .section_right .gameNews .gameNews_item{
    width: 100%;
    height: 28px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common_section .section_right .gameNews .gameNews_item>div{
    display: flex;
    align-items: center;
}

.common_section .section_right .gameNews .gameNews_item .dots{
    width: 4px;
    height: 4px;
    border: 1px solid #999999;
    transform: rotate(45deg);
    margin-right: 8px;
}

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

.common_section .section_right .gameNews .gameNews_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.common_section .section_right .gameNews .gameNews_item:nth-last-of-type(1){
    margin-bottom: 20px;
}


.common_section .section_right .gameInfo{
    width: 100%;
    /* display: flex; */
    /* justify-content: space-between; */
    margin-bottom: 30px;
    /* flex-direction: row-reverse; */
}


.common_section .section_right .gameInfo>div{
    width: 380px;    
}

.common_section .section_right .gameInfo .gameInfo_item{
    width: 100%;
    height: 28px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.common_section .section_right .gameInfo .gameInfo_item>div{
    display: flex;
    align-items: center;
}

.common_section .section_right .gameInfo .gameInfo_item .dots{
    width: 4px;
    height: 4px;
    border: 1px solid #999999;
    transform: rotate(45deg);
    margin-right: 8px;
}

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

.common_section .section_right .gameInfo .gameInfo_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

/* .common_section .section_right .gameInfo .gameInfo_item:nth-last-of-type(1){
    margin-bottom: 0;
} */


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

.common_section .section_right .gameInfo .gameInfo_detail .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
}

.common_section .section_right .gameInfo .gameInfo_detail .img_wrap{
    width: 100%;
    display: flex;
    /* flex-direction: row-reverse; */
}

.common_section .section_right .gameInfo .gameInfo_detail .img_wrap .img_info{
    width: 160px;
    height: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}

.common_section .section_right .gameInfo .gameInfo_detail .content_info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.common_section .section_right .gameInfo .gameInfo_detail .content_info .content{
    width: 200px;
    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 .section_right .gameInfo .gameInfo_detail .content_info .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.common_section .section_right .gameInfo .gameInfo_detail .content_info .date .date_icon{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}

.common_section .section_right .gameInfo .gameInfo_item_m{
    margin-bottom: -3px;
    margin-bottom: 16px;
}




.common_section .section_right .gameEval{
    width: 100%;
    margin-bottom: 30px;
}

.common_section .section_right .gameEval_item{
    width: 100%;
    height: 120px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row-reverse;
}

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

.common_section .section_right .gameEval_item .item_img{
    width: 160px;
    height: 100px;
    margin-left: 20px;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 20px;
}

.common_section .section_right .gameEval_item .item_img .score{
    width: 40px;
    height: 40px;
    background: rgba(254,195,98,1);
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    transform: rotate(-20deg);
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common_section .section_right .gameEval_item .item_detail{
    flex: 1;
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.common_section .section_right .gameEval_item .item_detail .title{
    /* display: flex; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 28px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 4px; */
}

.common_section .section_right .gameEval_item .item_detail .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 4px; */
}

.common_section .section_right .gameEval_item .item_detail .date{
    height: 28px;
    display: flex;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.common_section .section_right .gameEval_item .item_detail .date .date_icon{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}




.pagination {
    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: #22B0B0;
}

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

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