.inModule{
    padding: .625rem;
    box-sizing: border-box;
}
.inModuleOne{
    width: 100%;
    position: relative;
}

.inOneTxt {
    position: absolute;
    bottom: 0;
    height: 2.1875rem;
    line-height: 2.1875rem;
    z-index: 15;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 .9375rem .9375rem;
}
.inOneTxt div{
    width: 75%;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 1rem;
}
.inModuleTwo{
    background-color: #fff;
    padding: .625rem;
    box-sizing: border-box;
    border-radius: .625rem;
    margin-top: .625rem;
}
.comTit {
    height: 1.8125rem;
    display: flex;
    justify-content: space-between;
    border-bottom: .0625rem solid #eee;
}

.titTwo {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
    border-bottom: .0625rem solid #E59D20;
    height: 1.8125rem;
}
.comTit a{
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;  
}
.comTit a img {
    width: .75rem;
    height: .75rem;
    vertical-align: middle;
    margin-left: .3125rem;
}
.inOne_ul li .inTop {
    display: flex;
    align-items: center;
}
.inOne_ul li .img{
    width: .625rem;
    height: .625rem;
    display: flex;
    align-items: center;
}
.inOne_ul li .img img{
    width: .625rem;
    height: .625rem;
}
.inOne_ul li .text{
    margin-left: .625rem;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.inOne_ul li .inBottom{
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 1.3125rem;
    margin-top: .6875rem;
    margin-left: 1.25rem;
}
.inOne_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inOne_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.inTwo_ul li .title{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.inTwo_ul li .info{
    display: flex;
    margin-top: .9375rem;
}
.inTwo_ul li .img{
    width: 5.625rem;
    height: 3.75rem;
}
.inTwo_ul li .img img{
    width: 5.625rem;
    height: 3.75rem;
    display: block;
}
.inTwo_ul li .cont{
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    height: 3.75rem;
    margin-left: .9375rem;
}
.inTwo_ul li .text{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.875rem;
    margin-top: -0.375rem;
}
.inTwo_ul li .date{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 100%;
    color: #999999;
}
.inTwo_ul li{
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.inTwo_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.inModuleTwo .titImg{
    width: 100%;
    margin-top: .9375rem;
}
.inModuleTwo .titImg img{
    width: 100%;
    height: 7.5rem;
}

.inThree_ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inThree_ul li:first-child{
    margin-top: .625rem
}
.inThree_ul li .block{
    position: relative;
    width: .5625rem;
    height: .5625rem;
    background-color: #E59D20;
}
.inThree_ul li .block::after{
    content: '';
    position: absolute;
    top: .9375rem;
    left: .25rem;
    width: .0625rem;
    height: 1.875rem;
    background: #ddd;
}
.inThree_ul li:last-child .block::after{
    display: none;
}

.inThree_ul li .text{
    flex: 1;
    margin-left: .9375rem;
}

.inThree_ul li .text{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.inThree_ul li .date{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 3.75rem;
    text-align: right;
}
.inThree_ul li{
    margin-top: 2rem;
}
.links-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: .9375rem;
    margin-bottom: 0;
}

.links-box a {
    font-size: .875rem;
    color: #999;
    margin-bottom: .625rem;
    text-decoration: none;
}

.links-box a::after {
    content: '|';
    color: #999;
    margin-right: .5rem;
    margin-left: .5rem;
}

.links-box a:last-child:after {
    display: none;
}
.gameModule{
    padding: 0 .9375rem .625rem .9375rem;
    box-sizing: border-box;
}
.body_position {
    padding: 0 .625rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.body_position span {
    font-family: MicrosoftYaHei;
    font-size: .75rem;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.body_position span a {
    color: #999999;
    text-decoration: none;
}


.listOne{
    padding: .625rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: .625rem;
}
.listOne_ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.listOne_ul li .left{
    display: flex;
    width: 75%;
}

.listOne_ul li .left .time{
       color: #666;
   font-size: .875rem
}

.listOne_ul li .img{
    width: 4.25rem;
    height: 4.25rem;
}
.listOne_ul li .img img{
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 10px;
}
.listOne_ul li .info{
    height: 4.25rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: .625rem;
}
.listOne_ul li .name{
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2F2F2F;
}
.listOne_ul li .text{
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 1.25rem;
}
.listOne_ul li .click{
    width: 4.25rem;
    height: 1.875rem;
    background: #FFFBF3;
    border-radius: .3125rem;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E59D20;
    text-align: center;
    line-height: 1.875rem;
}
.listOne_ul li{
    padding: 1.25rem 0;
    border-bottom: .0625rem dashed #eee;
}
.listOne_ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.fenye {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenyeTxt {
    font-family: PingFang-SC-Regular;
    font-size: .875rem;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.pagination {
    margin: 1.25rem 0 .9375rem 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: .1875rem;
    font-size: .8125rem;
    border: .0625rem solid #dddddd;
    color: #555;
}

.pagination .active span {
    background-color: #E59D20;
    color: #fff;
}

.pagination .page-item:hover {
    background-color: #E59D20;
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: .1875rem .4375rem;
    border: .0625rem solid transparent;
}

.pagination li span {
    color: #999999;
}

.pagination li a {
    display: inline-block;
    color: #999999;
}

.pagination li a:hover {
    background-color: #E59D20;
    color: #fff;
    border: .0625rem solid var(--pm-c) !important
}

.newG_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newG_ul li {
    margin-top: .9375rem;
    margin-right: .9375rem;
}

.newG_ul li:nth-of-type(4n+0) {
    margin-right: 0;
}

.newImg img {
    width: 4.25rem;
    height: 4.25rem;
}

.newTxt {
    margin-top: .3125rem;
    text-align: center;
    width: 4.25rem;
    font-size: .875rem;
    font-family: Microsoft YaHei;
    color: #2F2F2F;
}
.gameRegion {
    display: flex;
}
.regImg {
    width: 5rem;
}

.regImg img {
    width: 5rem;
    height: 5rem;
}

.regTxt {
    height: 5rem;
    margin-left: .625rem;
}

.regTxt h1 {
    width: 17.5rem;
    font-size: 1rem;
}

.regTxt h1 a {
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 600;
    color: #2F2F2F;
}

.regInfo {
    display: flex;
    margin-top: .625rem;
}

.regInfo span {
    display: block;
    width: 8.1875rem;
    font-size: .7rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.listOne .aRegion {
    display: block;
    width: 100%;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border: 0;
    margin-top: .625rem;
    background-color: #E59D20;
    border-radius: .3125rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.listOne .aRegion a {
    color: #fff
}
.detaTwoImg{
    margin: .9375rem 0;
}
.article-content {
    margin-top: .625rem;
    font-size: 1rem;
    color: #666;
    line-height: 1.875rem;
    text-indent: 1.75rem;
}

.article-content p {
    line-height: 1.5rem;
    font-size: .9rem;
}
.article-content h3 {
    margin: 15px 0
}

.article-content p img {
    display: block;
    margin: .9375rem auto;
    max-width: 80%;
}
.detatitle{
    padding: 1.25rem 0 1.875rem 0;
    width: 100%;
    border-bottom: .0625rem solid #eee;
}
.detatitle h1{
    margin-bottom: 1.25rem;
    font-family: MicrosoftYaHei-Bold;
	font-size: 1rem;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
    text-align: center;
}
.detainfo{
    display: flex;
    justify-content: space-around;
}
.detainfo div{
    font-family: MicrosoftYaHei;
	font-size: .75rem;
	font-weight: normal;
	font-stretch: normal;
	color: #999999;
}
.inOneTitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .9375rem 0;
    border-bottom: .0625rem dashed #eee;
}
.listImg{
    width: 25%;
}
.listImg img{
    width: 100%;
}

.listInfo{
    width: 11.25rem;
    margin-left: .9375rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.listInfo .name{
    width: 12.5rem;
}
.listInfo .name a{
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.listInfo  .left{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.listInfo .right{
    width: 1.5625rem;
    height: 1.5625rem;
}
.listInfo img{
    width: 1.5625rem;
    height: 1.5625rem;
}
.listInfo .title{
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
}
.inOneTitle .one{
    display: flex;
}
.inOneTitle .click{
    display: block;
    width: 4.6875rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    text-align: center;
    background: #E59D20;
    border-radius: .5rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.img-one{
    width: 100%;
    height: 9.375rem;
    display: block;  
    margin-top: 1.25rem;
}
.img-one img{
    width: 100%;
    height: 9.375rem;
    display: block;  
}
.title-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8125rem 0;
    border-bottom: .0625rem solid #EDEDED;
}
.title-one .title{
    font-size: .875rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;    
    flex: 1;
    margin-right: 1.875rem;
}
.title-one .click{
    width: 3.0625rem;
    height: 1.5rem;
    background: #E59D20;
    border-radius: .3125rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;      
}
.new-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.0625rem;
}
.new-one-ul li:last-child{
    margin-bottom: .625rem;
}
.new-one-ul li a{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 1.125rem;  
    flex: 1;
    margin-right: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/block.png") no-repeat center left;
    background-size: .5rem .5rem;
}
.new-one-ul li div{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E59D20;
}
.img-two-box{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img-two-box li {
    width: 48%;
}
.img-two-box li a{
    display: block;
    width: 100%;
    height: 6.25rem;
    position: relative;
}
.img-two-box li img{
    display: block;
    width: 100%;
    height: 6.25rem;
}
.img-two-box li .text{
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: rgba(0,0,0,0.7);   
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;   
    position: absolute;
    bottom: 0; 
}
.img-two-box li .num{
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-size: .75rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF; 
    background: #F33939;   
    position: absolute;
    top: 0;
    left: 0;
}
.img-two-box li:last-child .num{
    background: #FF742C;   
}
.m-t-40{
    margin-top: 1.875rem;
}
.img-three{
    margin-top: 1rem;
    display: block;
    width: 100%;
    height: 11.25rem;
    position: relative;
}
.img-three img{
    display: block;
    width: 100%;
    height: 11.25rem;
}
.img-three .text{
    width: 100%;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    background: rgba(0,0,0,0.7);   
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: .75rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;   
    position: absolute;
    bottom: 0; 
}
.img-three .num{
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-size: .75rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF; 
    background: #FFBA07;   
    position: absolute;
    top: 0;
    left: 0;
}
.new-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}
.new-two-ul li .num{
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-size: .75rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF; 
    background: #CCCCCC;    
}
.new-two-ul li .text{
    flex: 1;
    margin-left: .625rem;
    margin-right: 1.4375rem;
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.new-two-ul li .date{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.new-four-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.0625rem;
}
.new-four-ul li:last-child{
    margin-bottom: .625rem;
}
.new-four-ul li a{
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 1.125rem;  
    flex: 1;
    margin-right: 1.25rem;
    background: url("/themes/default/common_cms/pc/assets/images/block.png") no-repeat center left;
    background-size: .5rem .5rem;
}
.new-four-ul li div{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.new-three-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: .0625rem solid #EDEDED;
}
.new-three-ul li:last-child{
    border-bottom: none;
}
.new-three-ul li img{
    width: 5.625rem;
    height: 3.75rem;
    display: block;  
}
.new-three-ul li .right{
    flex: 1;
    margin-left: .9375rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 3.125rem;
}
.new-three-ul li .text{
    width: 100%;
    font-size: .875rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.new-three-ul li .date{
    font-size: .8125rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;    
}
.info-title{
    width: 100%;
    height: 5rem;
    background: url("/themes/default/common_cms/mobile/assets/images/kfbg.png") no-repeat center left;
    background-size: 100% 5rem;
    padding: 1.125rem 1.5625rem;
    box-sizing: border-box;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #4D4D4D;
    line-height: 1.375rem;
}
.info-title span{
    color: #FA4B4A;
}
.info-body{
    margin: 1.25rem 0;
    padding: 0 .9375rem;
    box-sizing: border-box;
}
.inBody{
    padding: .625rem .9375rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: .625rem;
}
.info-body-ul{
    margin-top: .25rem;
}
.info-body-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px dashed #EDEDED;
}
.info-body-ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.info-body-ul img{
    width: 3.75rem;
    height: 3.75rem;
    display: block;
    border-radius: .9375rem;
}
.info-body-ul .right{
    flex: 1;
    margin-left: .625rem;
    margin-right: 1.875rem;
    height: 3.75rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-body-ul .name{
    font-size: .875rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    width: 100%;
}
.info-body-ul .info{
    width: 100%;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
.info-body-ul .label{
    display: flex;
    align-items: center;
}
.info-body-ul .label span:first-child{
    display: block;
    width: 2.5rem;
    height: 1.125rem;
    background: #FDF1E9;
    border-radius: .125rem;  
    line-height: 1.125rem;
    text-align: center;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #F56700;
}
.info-body-ul .label span:last-child{
    display: block;
    width: 2.5rem;
    height: 1.125rem;
    background: #EDFBF4;
    border-radius: .125rem;  
    line-height: 1.125rem;
    text-align: center;
    font-size: .75rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #11CBA9;
}
.info-body-ul .click{
    width: 1.875rem;
    height: 1.875rem;
    background: #E59D20;
    border-radius: 50%;
    position: relative;
}
.info-body-ul .click::after{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url("/themes/default/common_cms/mobile/assets/images/xz.png") no-repeat center left;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#home_aqapps {
    background-color: #fff;
    padding: 0.625rem;
    box-sizing: border-box;
    border-radius: 0.625rem;
    margin-top: 0.625rem;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


div.aq_part {
    padding: .625rem!important;
    background-color: #fff;
    margin: .725rem 0!important;
    border-radius: .9375rem;
}

































