.logo img {
    height: 32px
}
.news-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
}

.news-list ul li .img{
    width: 2.39rem;
	height: 1.71rem;
}

.news-list ul li .img img{
    width: 2.39rem;
	height: 1.71rem;
}

.news-list ul li .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:1.6rem ;
    font-size: .24rem;
    color:#888;
    margin-left: .25rem;
}

.news-list ul li .name{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
}


.pagination {
    text-align: center;
    justify-content: center;
    padding: 0 0.4rem;
    margin-top: .4rem;
}

.pagination .thisclass {
    color: #fff;
    background: #ffc808;
    border: 1px solid #62bd3a;
}

.pagination .thisclass span,
.pagination .thisclass a {
    color: #fff;
}

.pagination li {
    display: inline-block;
    margin: 0 0.09rem;
    padding: 0.09rem 0.18rem;
    font-size: 0.24rem;
    border: 0.01rem solid #D8D8D8;
}

.pagination li span,
.pagination li a {
    color: #666;
    display: inline-block;
}
.article-top{
    padding-bottom: .4rem;
    border-bottom: 1px dashed #DCDCDC;
}
.article-top h1{
    font-size: .36rem;
    color:#333;
    line-height: .6rem;
    font-weight:normal;
}

.article-top p{
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    color:#999;
}

.article-game{
    border:1px solid #eee;
    padding:.3rem .2rem;
}

.article-game .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-game .top .img{
    width: 1.1rem;
	height: 1.1rem;
	border-radius: .15rem;
}

.article-game .top .img img{
    width: 1.1rem;
	height: 1.1rem;
	border-radius: .15rem;
}

.article-game .top .info{
    font-size: .26rem;
    color:#888;
    margin-left: .27rem;
}

.article-game .top .info .name{
    font-size: .26rem;
    color:#333;
    font-weight: bold;
    margin-bottom: .15rem;
}

.article-game .down{
    height: .58rem;
	background-color: #62bd3a;
    line-height: .58rem;
    text-align: center;
    font-size: .26rem;
    color:#fff;
    font-weight: bold;
    margin-top: .3rem;
}
.article-content {
    text-indent: 2em;
}
.article-content p{
    line-height: .45rem;
    margin:.2rem 0;
    font-size: .26rem;
    color:#666;
}
.article-content h3 {
    font-size: .32rem;
    font-weight: bold;
    color: #222
}

.article-content p a{
    display: inline;
}

.article-content p img{
    display: block;
    margin:0 auto;
    max-width: 70%;
}

.article-more{
    height: .6rem;
	background-color: #f5f5f5;
    text-align: center;
    line-height: .6rem;
    font-size: .24rem;
    color:#999;
}

.hot-game ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: .53rem;
    margin-top: .4rem;
}

.hot-game ul li .img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .15rem;
}

.hot-game ul li .img img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .15rem;
}

.hot-game ul li .info{
    margin-left: .22rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.24rem;
    font-size: .24rem;
    color:#888;
}

.hot-game ul li .name{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
}

.hot-game ul li .info .down{
    position: absolute;
    right:0;
    bottom:.05rem;
    width: 1.11rem;
	height: .61rem;
	border: solid .01rem #62bd3a;
    text-align: center;
    line-height: .61rem;
    color:#62bd3a;
    font-size: .24rem;
}

.hot-game ul li .one-cute{
    margin-right: 1.5rem;
}

.down-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
}

.down-list ul li .img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .15rem;
}

.down-list ul li .img img{
    width: 1.21rem;
	height: 1.21rem;
	border-radius: .15rem;
}

.down-list ul li .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.25rem;
    margin-left: .22rem;
    margin-right: .35rem;
    font-size: .24rem;
    color:#888;
}

.down-list ul li .info .time{
    color: #666;
   font-size: .14rem
}

.down-list ul li .name{
    font-size: .28rem;
    color:#333;
    font-weight: bold;
}

.down-list ul li .down{
	width: 1.11rem;
	height: .61rem;
	border: solid .01rem #62bd3a;
    text-align: center;
    line-height: .61rem;
    color:#62bd3a;
    font-size: .24rem;
}

.game-top{
    border:1px dashed #62bd3a;
    padding:.2rem;
    margin-bottom: .3rem;
}

.game-top h1{
    font-size: .3rem;
    color:#333;
    font-weight: bold;
}

.game-top .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .25rem;
}

.game-top .bottom .info{
    margin-left: .33rem;
}

.game-top .bottom p{
    display: flex;
    justify-content: space-between;
    font-size: .24rem;
    color:#888;
}

.game-top .bottom p span{
    width: 50%;
}

.game-top .img{
    width: 1.3rem;
	height: 1.3rem;
	border-radius: .15rem;
}

.game-top .down{
    height: .77rem;
	background-color: #62bd3a;
    text-align: center;
    line-height: .77rem;
    font-size: .3rem;
    color:#fff;
    font-weight: bold;
    margin-top: .33rem;
}

.game-top .down a {
    color: #fff;
    font-weight: bold
}

.game-top .no-down{
    background: #eee;
}

.game-show-img{
    margin-bottom: .3rem;
}

.game-show-img img{
    margin-right: .2rem;
    width: 2.75rem;
}

.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;
}
.title-one-box .title{
    font-size: .3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.title-one-box .two{
    margin-top: .3rem;
    background: #F7F7F7;
    padding: .3rem .3rem .4rem .23rem;  
    box-sizing: border-box; 
}
.title-one-box .text{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: .48rem;  
}
.title-one-box .info{
    margin-top: .35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-one-box .info div{
    padding-left: .37rem;
    position: relative;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
.title-one-box .info div:nth-child(1){
    background: url(/themes/default/common_cms/pc/assets/images/source.png) no-repeat center left;
    background-size: .26rem .24rem;
}
.title-one-box .info div:nth-child(2){
    background: url(/themes/default/common_cms/pc/assets/images/edit.png) no-repeat center left;
    background-size: .26rem .26rem;
}
.title-one-box .info div:nth-child(3){
    background: url(/themes/default/common_cms/pc/assets/images/time.png) no-repeat center left;
    background-size: .24rem .24rem;
}
.new-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .32rem;
}
.new-one-ul li .new{
    width: .64rem;
    height: .33rem;
    line-height: .33rem;
    text-align: center;
    background: #62BD3A;
    border-radius: .04rem;   
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;   
}
.new-one-ul li a{
    font-size: .26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #525252;   
    flex: 1;
    margin: 0 .2rem;
}
.new-one-ul li .date{
    font-size: .26rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.m-t-40{
    margin-top: .4rem;
}
.new-two-ul li .title{
    font-size: .3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
}
.new-two-ul li .two{
    margin-top: .27rem;
    display: flex;
    justify-content: space-between;
}
.new-two-ul li img{
    width: 2.4rem;
    height: 1.5rem;
    display: block; 
}
.new-two-ul li .right{
    flex: 1;
    padding: .2rem;
    height: 1.5rem;
    background: #F7F7F7;
    box-sizing: border-box;  
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.new-two-ul li .text{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: .4rem;  
}
.new-two-ul li .date{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-two-ul li:nth-child(n+2){
    margin-top: .4rem;
}
.title-two-box img{
    width: 100%;
    height: 3rem;   
    display: block; 
}
.title-two-box .two{
    padding: .32rem .22rem;
    box-sizing: border-box;
    background: #F7F7F7;
}
.title-two-box .title{
    font-size: .3rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
}
.title-two-box .text{
    margin-top: .26rem;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
.title-two-box .info{
    margin-top: .4rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-two-box .date{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.title-two-box .click{
    width: 1.11rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    background: #62BD3A;
    border-radius: .06rem;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;   
}
.new-three-ul li{
    display: flex;
    justify-content: space-between;
    padding-top: .32rem;
}
.new-three-ul li:first-child{
    padding-top: 0;
}
.new-three-ul li .date{
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: #e0f2d8;
    border-radius: 50%;  
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #62BD3A;
}
.new-three-ul li .right{
    flex: 1;
    margin-left: .26rem;
    padding-bottom: .32rem;
    border-bottom: 1px dashed #DCDCDC;
}
.new-three-ul li:last-child .right{
    border-bottom: none;
}
.new-three-ul li .title{
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
    width: 100%; 
}
.new-three-ul li .text{
    margin-top: .25rem;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}

.info-one-ul li{
    display: flex;
    justify-content: space-between;
    padding: .32rem 0;
    border-bottom: 1px dashed #DCDCDC;
}
.info-one-ul li:first-child{
    padding-top: 0;
}
.info-one-ul li img{
    width: 2.38rem;
    height: 1.7rem;
    display: block;  
}
.info-one-ul li .right{
    flex: 1;
    margin-left: .28rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-one-ul li .Title{
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    width: 100%; 
}
.info-one-ul li .text{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    line-height: .42rem;
    width: 100%;
}
.info-one-ul li .date{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.pagination li {
    margin-right: .16rem;
    border: solid .01rem #d2d2d2;
    border-radius: .1rem;
}

.pagination li span {
    display: block;
    font-size: .28rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.pagination li a {
    display: block;
    font-size: .28rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

/* .info-title{
    margin-bottom: .6rem;
} */
.info-title .Title{
    line-height: .32rem;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    padding-left: .6rem;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: .32rem .32rem;
}
.infoTwo_ul{
    /* margin-top: .1rem; */
}
.infoTwo_ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infoTwo_ul li img{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .16rem; 
    display: block;
}
.infoTwo_ul li .info{
    flex: 1;
    margin-left: .2rem;
    display: flex;
    justify-content: space-between;
    height: 1.2rem;
    align-items: center;
    padding: .32rem 0;
    border-bottom: 1px dashed #EEEEEE;
}
.infoTwo_ul li .right{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 1.2rem;
    flex: 1;
    margin-right: .5rem;
}
.infoTwo_ul li:last-child .info{
    border-bottom: none;
}
.infoTwo_ul li .name{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;
}
.infoTwo_ul li .text{
    width: 100%;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.infoTwo_ul li .date{
    width: 100%;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.infoTwo_ul li .date span{
    width: 100%;
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E0201F;
}
.infoTwo_ul li .click{
    display: block;
    width: 1.2rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    background: #62bd3a;
    border-radius: .06rem; 
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;  
}
.line{
    width: 100%;
    height: .1rem;
    background: #F6F6F6;
    margin: .4rem 0;
}

#home_aqapps {
    margin: 0 !important
}