* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
a {
    text-decoration: none;
}

.nav_ul::-webkit-scrollbar {
    display: none;
}

.nav_ul {
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    width: 100%;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}

.top{
    background: #303132;
    border-bottom: .04rem solid #2158BA;
}
.logo{
    padding: .2rem 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.logo img{
    width: auto;
    height: .65rem;
    display: block
}
.nav_ul {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    line-height: 1rem;
}
.nav_ul li a {
    display: block;
    font-size: .3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 .3rem;
    box-sizing: border-box;
}
.nav_ul li.active a{
    background: #2158BA;
    font-weight: bold;
    color: #FFFFFF;
}


.footer {
    margin-top: .5rem;
    padding: .5rem 0;
    width: 100%;
    text-align: center;
    background-color: #333;
    line-height: .5rem;
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}
.footer a{
    font-size: .24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
}

.Module{
    padding: .3rem;
    box-sizing: border-box;
}

.module-share{
    margin-top: .6rem;
}

.m-t-30{
    margin-top: .3rem;
}

.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: .3rem;
} 
.comTit .title{
    font-size: .3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;
    position: relative;
    padding-left: .13rem;
}
.comTit .title::before{
    content: "";
    display: block;
    width: .05rem;
    height: .3rem;
    background: #2158BA;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.comTit a{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.index-swiper{
    width: 100%;
}
.index-swiper .swiper{
    width: 100%;
    height: 4.2rem;
}
.index-swiper .swiper a{
    display: block;
    position: relative;
}
.index-swiper .swiper img{
    width: 100%;
    height: 4rem;
    display: block;
}
.index-swiper .swiper .text{
    width: 100%;
    height: .77rem;
    background: linear-gradient(90deg, #353535 0%, rgba(53,53,53,0) 100%);  
    line-height: .77rem;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;  
}
.index-swiper .swiper-pagination{
    width: 100%;
    height: .2rem;
    display: flex;
    align-items: end;
    justify-content: center;
    bottom: 0 !important;
}
.index-swiper .swiper-pagination span{
    background: #D6D6D6;
    margin: 0 .15rem !important;
    width: .12rem;
    height: .12rem;
    opacity: 1;
}
.index-swiper .swiper-pagination-bullet-active{
    background: #2158BA !important;   
}

.title-one-ul li{
    display: flex;
    justify-content: space-between;
    padding: .2rem 0;
    border-bottom: .02rem dashed #D6D6D6;
}
.title-one-ul .img{
    position: relative;
}
.title-one-ul img{
    width: 3.2rem;
    height: 2rem;
    display: block;  
}
.title-one-ul .label{
    width: .7rem;
    height: .35rem;
    line-height: .35rem;
    background: url(./../images/label.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: .09rem;
    left: -0.04rem;
}
.title-one-ul .right{
    flex: 1;
    margin-left: .3rem;
    height: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.title-one-ul .title{
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;
    width: 100%;
}
.title-one-ul .text{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: .58rem;
    width: 100%;
    margin-top: .08rem;
}
.title-one-ul .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-one-ul .date{
    padding-left: .34rem;
    background: url(./../images/date.png) no-repeat center left;
    background-size: .25rem .25rem;
}

.index-one-ul li:first-child{
    margin-top: .3rem;
}
.index-one-ul li{
    display: flex;
    align-items: center;
    margin-top: .36rem;
}
.index-one-ul li a{
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    padding-left: .42rem;
    background: url(./../images/jt.png) no-repeat center left;   
    background-size: .3rem .3rem;
    flex: 1;
    margin-right: .3rem;
}
.index-one-ul li div{
    font-size: .24rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.title-two-ul{
    margin-bottom: .5rem;
}
.title-two-ul li:first-child{
    margin-top: .3rem;
}
.title-two-ul li{
    margin-top: .2rem;
}
.title-two-ul .title{
    text-align: center;
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #2158BA; 
}
.title-two-ul .text{
    margin-top: .08rem;  
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
    text-align: center;
}

.index-two-ul li:first-child{
    margin-top: .3rem;
}
.index-two-ul li{
    margin-top: .36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-two-ul li .info{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #2158BA;
}
.index-two-ul li .title{
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    flex: 1;
    margin-left: .1rem;
    margin-right: .3rem;
}
.index-two-ul li .date{
    font-size: .24rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
}

.title-two-box{
    padding: .3rem 0;
    border-bottom: .02rem dashed #D6D6D6;
}
.title-two-box .title{
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;
}
.title-two-box .two{
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}
.title-two-box img{
    width: 3.3rem;
    height: 2rem;
    display: block;   
}
.title-two-box .right{
    flex: 1;
    margin-left: .3rem;
    height: 2rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-two-box .text{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: .58rem;
    text-align: center;  
    width: 100%; 
}
.title-two-box .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%; 
}
.title-two-box .date{
    padding-left: .34rem;
    background: url(./../images/date.png) no-repeat center left;
    background-size: .25rem .25rem;
}

.img-one-ul{
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
}
.img-one-ul li{
    width: 3.3rem;
}
.img-one-ul li img{
    width: 3.3rem;
    height: 2rem;
    display: block;   
}
.img-one-ul li .text{
    margin-top: .2rem;
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;  
    text-align: center; 
}

.index-three-ul li:first-child{
    margin-top: .3rem;
}
.index-three-ul li{
    margin-top: .36rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-three-ul li .num{
    width: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .26rem;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #999999;
}
.index-three-ul li:nth-child(-n+6) .num{
    color: #FEC362;
}
.index-three-ul li:nth-child(-n+3) .num{
    color: #FA4B4A;
}
.index-three-ul li img{
    display: none;
}
.index-three-ul li:nth-child(-n+3) img{
    height: .28rem;
    height: .28rem;
    display: block;
    margin-left: .07rem;
}
.index-three-ul li .center{
    flex: 1;
    margin-left: .08rem;
    margin-right: .3rem;
    display: flex;
    align-items: center;
}
.index-three-ul li .title{
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
}
.index-three-ul li .date{
    font-size: .24rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
}

.Friendly-link{
    line-height: .35rem;
}
.Friendly-link a{
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    margin-right: .2rem;
}

.module-share .info-one-ul li:first-child{
    padding-top: .3rem;
}
.info-one-ul li:first-child{
    padding-top: 0;
}
.info-one-ul li{
    padding: .3rem 0;
    border-bottom: .02rem dashed #D6D6D6;
}
.info-one-ul li img{
    width: 2.8rem;
    height: 1.6rem;
    display: block;  
}
.info-one-ul li .right{
    flex: 1;
    margin-right: .3rem;
    height: 1.6rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-one-ul li .two{
    margin-top: .2rem;
    display: flex;
    justify-content: space-between;
}
.info-one-ul li .title{
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535; 
}
.info-one-ul li .text{
    line-height: .58rem;
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-one-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}
.info-one-ul li .date{
    font-size: .24rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
    padding-left: .34rem;
    background: url(./../images/date.png) no-repeat center left;
    background-size: .25rem .25rem;
}
.info-one-ul li .click{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #2158BA;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .6rem;
}
.pagination .page-item{
    margin: .1rem;
}
.pagination .page-link{
    display: block;
    padding: .06rem .12rem;
    border-radius: .04rem;
    border: .01rem solid #2158BA;
    color: #2158BA;
    background: #F5F5F5;
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
}
.pagination .active .page-link {
    background-color: #2158BA;
    color: #fff;
}

.img-one-box{
    position: relative;
    display: block;
    margin-bottom: .4rem;
}
.img-one-box img{
    width: 100%;
    height: 4rem;
    display: block;   
}
.img-one-box .text{
    width: 100%;
    height: .77rem;
    background: linear-gradient(90deg, #353535 0%, rgba(53,53,53,0) 100%);    
    line-height: .77rem;
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;  
}

.detatitle{
    padding-bottom: .3rem;
    box-sizing: border-box;
    width: 100%;
}
.detatitle h1{
    font-size: .3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;
    line-height: .45rem;
    text-align: center;
}
.detainfo{
    margin-top: .3rem;
    display: flex;
    justify-content: space-evenly;
}
.detainfo div{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.split-line {
    width: 100%;
    height: .02rem;
    background-image: linear-gradient(to right, rgba(214, 214, 214, 1) 0%, rgba(214, 214, 214, 1) 50%, transparent 50%);
    background-size: .2rem .02rem;
    background-repeat: repeat-x;
}

.article-content {
    padding-top: .3rem;
}

.article-content p {
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    line-height: .58rem;
    text-indent: 2em;
}

.article-content p img {
    display: block;
    width: 90%;
    height: auto;
    margin: .4rem auto;
}

.article-content h2,
.article-content h3{
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    background: #F4F4F4;
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #2158BA;   
    text-indent: .2em; 
    margin: .3rem 0;
}

.info-two-ul li:first-child{
    padding-top: 0;
}
.info-two-ul li{
    padding: .3rem 0;
    border-bottom: .02rem dashed #D6D6D6;
    display: flex;
    justify-content: space-between;
}
.info-two-ul li img{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .32rem;   
    display: block;
}
.info-two-ul li .right{
    flex: 1;
    margin-left: .3rem;
    height: 1.6rem;
    padding: .08rem 0;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-two-ul li .one{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}
.info-two-ul li .center{
    flex: 1;
    margin-right: .4rem;
}
.info-two-ul li .name{
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.info-two-ul li .info{
    margin-top: .22rem;
    font-size: .24rem;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FEC362;  
    display: flex;
    align-items: center;
}
.info-two-ul li .info img{
    width: .2rem;
    height: .2rem;
    display: block;
    margin-right: .06rem;
}
.info-two-ul li .click{
    width: 1.25rem;
    height: .6rem;
    background: #2158BA;
    border-radius: .04rem;   
    line-height: .6rem;
    text-align: center;
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.info-two-ul li .text{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
    width: 100%;
}

.info-title-box .img{
    width: 100%;
    height: 1.6rem;
}
.info-title-box .img img{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .32rem;  
    margin: 0 auto;
    display: block;  
}
.info-title-box .name{
    width: 100%;
    text-align: center;
    margin: .3rem 0;
    font-size: .3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;
}
.info-title-box .type{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .5rem;
    padding-bottom: .3rem;
    box-sizing: border-box;
    border-radius: .1rem;
    background: rgba(33,88,186,0.08);
    border: .02rem solid #2158BA;
}
.info-title-box .type div div{
    margin-top: .3rem;
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #666666;
}
.info-title-box .type div p{
    margin-top: .12rem;
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.info-title-box a{
    margin-top: .3rem;
    display: block;
    width: 100%;
    height: .8rem;  
    line-height: .8rem;
    text-align: center;
    font-size: .3rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;  
    background: #2158BA;
    border-radius: .04rem;
}
.info-title-box .click{
    margin-top: .3rem;
    width: 100%;
    height: .8rem;  
    line-height: .8rem;
    text-align: center;
    font-size: .3rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;  
    background: #757575;
    border-radius: .04rem;
}

.game-swiper{
    margin-top: .3rem;
    width: 100%;
}
.game-swiper .swiper img{
    width: 100%;
    height: 4rem;
    display: block;
}
.game-swiper .swiper-pagination{
    width: 100%;
    height: .2rem;
    display: flex;
    align-items: start;
    justify-content: center;
    bottom: 0 !important;
}
.game-swiper .swiper-pagination span{
    background: #D6D6D6;
    margin: 0 .08rem !important;
    width: .08rem;
    height: .08rem;
    opacity: 1;
}
.game-swiper .swiper-pagination-bullet-active{
    background: #2158BA !important;   
    width: .2rem !important;
    height: .08rem !important;
    border-radius: .08rem;
}

.game-content {
    padding-top: .3rem;
}

.game-content p {
    font-size: .26rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1F2233;
    line-height: .58rem;
    text-indent: 2em;
}

.game-content p img {
    display: block;
    width: 90%;
    height: auto;
    margin: .4rem auto;
}

.game-content h2,
.game-content h3{
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;
    margin: .2rem 0;
    text-indent: .2em;
}

.info-title{
    margin-bottom: .6rem;
}
.info-title .title{
    padding-bottom: .3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    border-bottom: .02rem dashed #D6D6D6; 
}
.info-title .title div:last-child{
    color: #FF0000;
    padding-left: .36rem;
    background: url(./../images/time.png) no-repeat center left;
    background-size: .28rem .28rem;
}
.info-title .title span{
    color: #FF0000;
}
.info-body-ul li{
    padding: .3rem 0;
    box-sizing: border-box;
    border-bottom: .02rem dashed #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-body-ul li img{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .32rem;  
    display: block;
}
.info-body-ul li .right{
    flex: 1;
    margin-left: .3rem;
    height: 1.6rem;
    padding: .08rem 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-body-ul li .one{
    display: flex;
    align-items: center;
    width: 100%;
}
.info-body-ul li .name{
    font-size: .28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;  
}
.info-body-ul li .one img{
    width: .36rem;
    height: .36rem;
    display: block;
    margin-left: .2rem;
}
.info-body-ul li .two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-body-ul li .center{
    flex: 1;
    margin-right: .3rem;
}
.info-body-ul li .center div{
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.info-body-ul li .center div:last-child{
    margin-top: .21rem;
}
.info-body-ul li .center span{
    color: #FF0000;  
}
.info-body-ul li .click{
    width: 1.26rem;
    height: .6rem;
    background: #2158BA;
    border-radius: .04rem;
    line-height: .6rem;
    text-align: center;
    font-size: .24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}