/* v2 */
html {
    font-size: 100px !important;
    background-color: #fff;
    line-height: 1;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.ofh {
    overflow: hidden;
}

.db {
    display: block
}

.tac {
    text-align: center;
}

.tal {
    text-align-last: left;
}

.tar {
    text-align: right;
}

.h1 {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.clli li:last-child {
    border: none;
    margin-bottom: 0;
}

.clli2 li:nth-last-of-type(-n+2) {
    border: none;
    margin-bottom: 0;
}

.c3 {
    color: #333 !important;
}

.c5 {
    color: #555 !important;
}

.c6 {
    color: #666 !important;
}

.c7 {
    color: #777;
}

.c8 {
    color: #888 !important;
}

.c9 {
    color: #999 !important;
}

.cc {
    color: #ccc !important;
}

.cd {
    color: #ddd !important;
}

.ce {
    color: #eee !important;
}

.cf {
    color: #fff !important;
}

.bgcs {
    background-color: silver;
}

.f8r {
    font-size: .12rem;
    transform: scale(.67);
}

.f9r {
    font-size: .12rem;
    transform: scale(.75);
}

.f10r {
    font-size: .12rem;
    transform: scale(.83);
}

.f11r {
    font-size: .12rem;
    transform: scale(.92);
}

.f12 {
    font-size: 12px;
}

.f12r {
    font-size: .12rem;
}

.f13 {
    font-size: 13px;
}

.f13r {
    font-size: .13rem;
}

.f14 {
    font-size: 14px;
}

.f14r {
    font-size: .14rem;
}

.f15 {
    font-size: 15px;
}

.f15r {
    font-size: .15rem;
}

.f16 {
    font-size: 16px;
}

.f16r {
    font-size: .16rem;
}

.f17 {
    font-size: 17px;
}

.f17r {
    font-size: .17rem;
}

.f18 {
    font-size: 18px;
}

.f18r {
    font-size: .18rem;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.fw7 {
    font-weight: 700;
}

.flex {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.fww {
    flex-wrap: wrap;
}

.f1 {
    flex: 1;
    overflow: hidden;
}

.posr {
    position: relative;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.ls1 {
    letter-spacing: 1px;
}

.ls1r {
    letter-spacing: .01rem;
}

.ls5r {
    letter-spacing: .005rem
}

.bbs {
    border-bottom: 1px solid #eee;
}

.bbd {
    border-bottom: 1px dashed #eee;
}

.bbsr {
    border-bottom: .01rem solid #eee;
}

.bbdr {
    border-bottom: .01rem dashed #eee;
}

.lbn li:last-child {
    border: none;
}

.ct {
    cursor: text;
}

.cp {
    cursor: pointer;
}

/* 清除默认样式 */
* {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
}

ul {
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

button {
    /* 清除默认边框 */
    border: 0;
    outline: none;
    /*清除默认背景 */
    background-color: transparent;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

em,
i {
    font-style: normal
}

img {
    border: 0;
    vertical-align: middle
}

button {
    cursor: pointer
}

/* 移动端版心 */
.tc {
    box-sizing: border-box;
    width: 100%;
    padding: 0 .15rem;
}

/* 导航 */
nav {
    box-sizing: border-box;
    width: 100%;
    height: 1.13rem;
    box-shadow: 0 .01rem .05rem 0 rgba(51, 51, 51, 0.2);
}

nav .navTop {
    box-sizing: border-box;
    height: .64rem;
    padding: .07rem .16rem;
    background-color: #E13B3B;
}

nav .navTop .logo {
    width: .66rem;
}

nav .navTop input {
    box-sizing: border-box;
    width: 2rem;
    height: .3rem;
    background-color: #ed8989;
    border-radius: .05rem;
    padding-left: .08rem;
    padding-right: .32rem;
    line-height: .3rem;
}

nav .navTop input::placeholder {
    color: #fff;
    opacity: .5;
    font-size: .13rem;
}

nav .navTop button {
    position: absolute;
    top: .08rem;
    right: .09rem;
    width: .15rem;
    height: .15rem;
    background: url(../images/sousuo.png) no-repeat;
    background-size: 100% 100%;
}

nav ul {
    box-sizing: border-box;
    width: 100%;
    height: .49rem;
    padding: 0 .24rem;
    display: flex;
    white-space: nowrap;
    /* overflow-x: scroll; */
    overflow-y: hidden;
    /* background: #fff; */
}

nav li:nth-child(2n-1) {
    padding: .08rem .01rem;
    border-bottom: .03rem solid transparent;
}

nav .active {
    border-bottom: .03rem solid #E13B3B !important;
}

nav li:nth-child(2n) {
    width: .01rem;
    height: .13rem;
    background-color: #ccc;
    margin: 0 .15rem;
}

/* 位置 */
.location {
    margin: .1rem 0;
}

.location a,
.location {
    color: #a5a5a5 !important;
    font-size: .12rem;
}

/* 标题 */
.title img {
    width: .31rem;
    height: .11rem;
    padding-bottom: .05rem;
    border-bottom: .02rem solid transparent;
}

.title .tit {
    padding-bottom: .05rem;
    border-bottom: .02rem solid #E13B3B;
}

/* 分页器 */
.pagerBox{
    width: 100%;
    display: flex;
    justify-content: center;
}
.pagerBox li{
    padding: .06rem ;
    color: #999;
    font-size: .12rem;
    border: 1px solid #888;
}
.pagerBox li a{
    color: #333;
}
.pagerBox li:last-child{
    margin-left: .1rem;
}
.gameList .pagerBox {
    padding: .15rem 0 .2rem;
}

.infoList .pagerBox {
    padding: .15rem 0 .15rem;
}

/* 底部 */
footer {
    box-sizing: border-box;
    width: 100%;
    /*height: 1rem;*/
    background: #333333;
    padding: .5rem .23rem;
    /* margin-top: .15rem; */
}

footer a,
footer div,
footer span {
    color: #999;
    font-size: .12rem;
    /*margin-bottom: .1rem;*/
    text-align: center;
}

/* lbt */
.indexSwiper {
    margin-top: .1rem;
}

.indexSwiper,
.indexSwiper img {
    width: 100%;
    height: 2.08rem;
}

.indexSwiper .swiper-pagination-bullets {
    left: 40% !important;
    bottom: .04rem !important;
}

.indexSwiper .swiper-pagination span {
    margin: .04rem !important;
}

.indexSwiper .swiper-pagination-bullet {
    width: .04rem;
    height: .04rem;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
}

.indexSwiper .swiper-pagination-bullet-active {
    background: #E13B3B;
    opacity: 1;
}

.indexSwiper .tit {
    box-sizing: border-box;
    width: 100%;
    height: .25rem;
    padding-left: .15rem;
    padding-right: 1.12rem;
    background-color: rgba(0, 0, 0, .5);
    line-height: .25rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nList li {
    padding: .14rem 0 .14rem 0;
    margin-left: .3rem;
}

.nList li:last-child {
    border: none;
}

.nList .tag {
    width: .2rem;
    height: .5rem;
    background: #EEEEEE;
    line-height: .2rem;
    text-align: center;
    position: absolute;
    top: .18rem;
    left: 0;
}

/* only */
.c2f {
    color: #2f2f2f;
}

/* 游戏资讯 p1 */
.p1 li {
    padding: .1rem 0;
}

.p1 li:last-child {
    border: none;
}

.p1 li>div:last-child {
    padding-left: .15rem;
}

.p1 li .tag img {
    width: .06rem;
    height: .06rem;
}

.p1 li .tit {
    padding: 0 .09rem;
    height: .14rem;
}

.p1 li .text {
    padding-left: .15rem;
    margin: .1rem 0;
}

.p1 li .origin {
    transform: scale(.92) translate(-0.1rem);
}

.p1 li .origin>div:first-child {
    margin-right: .2rem;
}

/* 热门资讯 p2 */
.p2 .top {
    margin-top: .1rem;
}

.p2 .top img {
    width: 1.68rem;
    height: 1.01rem;
    margin-bottom: .02rem;
}

.p2 li {
    padding: .15rem 0;
}

.p2 li .dot {
    width: .04rem;
    height: .04rem;
    background: #E13B3B;
    border-radius: 50%;
}

.p2 li .tit {
    box-sizing: border-box;
    padding: 0 .1rem;
}

/* 最新资讯 p3 */
.p3 {
    padding-bottom: .15rem;
}

.p3 .header {
    width: 100%;
    height: 1.35rem;
    margin-top: .1rem;
    margin-bottom: .24rem;
}

.p3 li {
    margin-bottom: .33rem;
}

.p3 li:last-child {
    margin-bottom: 0;
}

.p3 li .block {
    box-sizing: border-box;
    width: .08rem;
    height: .08rem;
    border: .01rem solid #CCCCCC;
}

.p3 li .dots {
    position: absolute;
    bottom: -0.36rem;
    left: .04rem;
}

.p3 li .dots li {
    width: .01rem;
    height: .01rem;
    background-color: #ccc;
    margin-bottom: 0;
    margin-top: .02rem;
}

.p3 li:last-child .dots {
    display: none;
}

.p3 li .tit {
    padding-left: .07rem;
    height: .14rem;
}

/* 热门资讯 p4 */
.p4 ul {
    margin-top: .08rem;
    padding-bottom: .08rem;
}

.p4 li {
    margin-bottom: .04rem;
}

.p4 li:nth-child(2n) {
    width: .01rem;
    height: .11rem;
    background-color: #999;
    margin: 0 .07rem .02rem;
}

/* 游戏列表 p5 */
.p5 li {
    padding: .1rem 0;
}

.p5 li img {
    width: .66rem;
    height: .66rem;
}

.p5 li>div {
    box-sizing: border-box;
    height: .66rem;
    padding: .03rem .24rem .0 .1rem;
}

.p5 li>div .time{
   color: #666;
   font-size: .14rem
}



.p5 .tit {
    height: .14rem;
}

.p5 .text {
    line-height: .2rem;
}

.p5 .btn {
    box-sizing: border-box;
    width: .6rem;
    height: .3rem;
    border: .01rem solid #E13B3B;
    line-height: .3rem;
    text-align: center;
}

/* 热门游戏 p6 */
.p6 .icons {
    margin-top: .1rem;
    padding-bottom: .1rem;
}

.p6 .icons li {
    margin-right: .26rem;
}

.p6 .icons li:nth-child(4n) {
    margin-right: 0;
}

.p6 .icons li:nth-child(-n+4) {
    margin-bottom: .15rem;
}

.p6 .icons li img {
    width: .65rem;
    height: .65rem;
}

.p6 .icons li .tit {
    width: .65rem;
    margin-top: .1rem;
    text-align: center;
}

/* 游戏推荐 p7 */
.p7 ul {
    padding-bottom: .2rem;
}

.p7 li {
    margin-top: .1rem;
}

.p7 li img {
    width: .65rem;
    height: .65rem;
}

.p7 li>div {
    box-sizing: border-box;
    padding-left: .1rem;
    padding-top: .07rem;
    padding-bottom: .07rem;
}

.p7 li .tit {
    height: .14rem;
}

.p7 li .btn {
    box-sizing: border-box;
    width: .4rem;
    height: .2rem;
    border: .01rem solid #E13B3B;
    border-radius: .03rem;
    line-height: .18rem;
    text-align: center;
}

/* 游戏推荐 p8 */
.p8 li {
    padding: .1rem 0;
}

.p8 li .num {
    width: .13rem;
    height: .13rem;
    background: #CCCCCC;
    padding: 0;
    margin-top: -0.51rem;
    margin-right: .1rem;
}

.p8 li:nth-child(-n+3) .num {
    background: #E13B3B;
}

.p8 li img {
    width: .66rem;
    height: .66rem;
}

.p8 li>div {
    box-sizing: border-box;
    height: .66rem;
    padding: .03rem .24rem .0 .1rem;
}

.p8 .tit {
    height: .14rem;
}

.p8 .text {
    line-height: .2rem;
}

.p8 .btn {
    box-sizing: border-box;
    width: .6rem;
    height: .3rem;
    border: .01rem solid #E13B3B;
    line-height: .3rem;
    text-align: center;
}

/* 游戏截图 p9 */
.p9 ul {
    margin-top: .1rem;
    padding-bottom: .1rem;
    white-space: nowrap;
    overflow-x: scroll;
}
.p9 ul li {
    display: inline-block
}

.p9 li img {
    width: 1.05rem;
    height: 1.6rem;
}

/* 游戏详情 p10 */
.p10 .img {
    width: .65rem;
    height: .65rem;
}

.p10 .hTit {
    margin: .1rem 0;
}

.p10 .text {
    margin-bottom: .1rem;
}

.p10 li {
    color: #666;
    font-size: .12rem;
    margin: 5px;
}

.p10 .btn {
    box-sizing: border-box;
    width: 100%;
    height: .35rem;
    background: #E13B3B;
    border-radius: .05rem;
    line-height: .35rem;
    text-align: center;
    margin-top: .1rem;
    margin-bottom: .15rem;
}
.p10 .btn a {
    color: #fff;
    font-weight: bold
}
.p10 .ctx {
    padding-top: .05rem;
    padding-bottom: .15rem;
}

.p10 .ctx p {
    color: #666;
    font-size: .13rem;
    text-indent: 2em;
    line-height: .24rem;
    letter-spacing: .01rem;
    margin: .12rem 0
}

/* 相关资讯 p11 */
.p11 li {
    padding: .15rem 0;
}

.p11 li .tit {
    height: .14rem;
    margin-bottom: .09rem;
}

.p11 li .origin {
    transform: scale(.92) translateX(-0.06rem);
}

.p11 li .origin>div:first-child {
    margin-right: .2rem;
}

.p11 li .detail {
    transform: scale(.92) translateX(.06rem);
}

/* 资讯详情 p12 */
.p12 .header1 {
    padding: .1rem 0;
}

.p12 .header1 img {
    width: .65rem;
    height: .65rem;
}

.p12 .header1>div {
    box-sizing: border-box;
    height: .65rem;
    padding: .05rem .57rem .05rem .1rem;
}

.p12 .header1 .text {
    line-height: .2rem;
    margin-bottom: -0.05rem;
}

.p12 .header1 .btn {
    box-sizing: border-box;
    width: .5rem;
    height: .3rem;
    border: .01rem solid #E13B3B;
    border-radius: .05rem;
    line-height: .3rem;
    text-align: center;
}

.p12 .header2 {
    padding-top: .15rem;
    padding-bottom: .25rem;
    letter-spacing: .01rem;
}

.p12 .header2 h1 {
    margin-bottom: .25rem;
}

.p12 .origin>div:first-child {
    margin-right: .24rem;
}

.p12 .ctx {
    padding-top: .05rem;
    padding-bottom: .15rem;
}

.p12 .ctx p {
    text-indent: 2em;
    font-size: .13rem;
    color: #666;
    line-height: .3rem;
    cursor: text;
}

.p12 .ctx p img {
    width: 2.88rem;
    height: 1.7rem;
    cursor: default;
    margin: .07rem 0;
    display: block;
    max-width: 100%
}

/* only */
.c8d {
    color: #8d8c8c !important;
}

.ce1 {
    color: #E13B3B !important;
}

.com {
    margin-top: .1rem;
}

.img-one{
    margin-top: .1rem;
}
.img-one img{
    width: 1.14rem;
    height: .67rem;
    display: block;
}
.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;
}

.new-one-ul li{
    width: 100%;
    padding: .16rem .1rem;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-top: .09rem;
}
.new-one-ul li:first-child{
    margin-top: .15rem;
}
.new-one-ul li .one{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-one-ul li .info{
    background: #E13B3B;
    border: 1px solid #E13B3B;
    border-radius: .02rem;  
    width: .34rem;
    height: .16rem;
    line-height: .16rem;
    text-align: center;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.new-one-ul li a{
    flex: 1;
    margin-left: .09rem;
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;   
}
.new-one-ul li .text{
    margin-top: .16rem;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.new-one-ul li .date{
    margin-top: .14rem;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
}

.new-two-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .19rem;
}
.new-two-ul li .info{
    width: .36rem;
    height: .21rem;
    line-height: .21rem;
    text-align: center;
    background: #FFF3F3;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E13B3B;
}
.new-two-ul li a{
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    flex: 1;
    margin-left: .1rem; 
    margin-right: .5rem; 
}
.new-two-ul li .date{
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.m-t-35{
    margin-top: .35rem;
}
.new-three-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .15rem 0;
    border-bottom: 1px dashed #EEEEEE;
}
.new-three-ul li .left{
    flex: 1;
    margin-right: .28rem;
}
.new-three-ul li .title{
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333; 
}
.new-three-ul li .text{
    font-size: .12rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;  
    margin-top: .12rem;
}
.new-three-ul li .info{
    display: flex;
    align-items: center;
    font-size: .12rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: .15rem;
}
.new-three-ul li .info div:last-child{
    margin-left: .3rem;
}
.new-three-ul li .click{
    width: .62rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    border: 1px solid #E13B3B;   
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #E13B3B;
}
.m-t-25{
    margin-top: .25rem;
}

.new-four-ul li{
    padding-top: .15rem;
}
.new-four-ul li .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-four-ul li .num{
    width: .15rem;
    height: .15rem;
    line-height: .15rem;
    text-align: center;
    background: #E4E4E4;
    border-radius: .02rem;  
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.new-four-ul li:nth-child(-n+3) .num{
    background-color: #E13B3B;
}
.new-four-ul li .right{
    height: .35rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex: 1;
    margin-left: .1rem;
    margin-right: 1rem;
}
.new-four-ul li .title{
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    width: 100%;  
}
.new-four-ul li .info{
    width: 100%;  
    display: flex;
    align-items: center;  
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.new-four-ul li .info div:last-child{
    margin-left: .15rem;
}
.new-four-ul li .click{
    width: .07rem;
    height: .13rem;
    background: url("/themes/default/common_cms/pc/assets/images/jt.png") no-repeat;
    background-size: .07rem .13rem;
}
.new-four-ul li .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .13rem;
    margin-left: .25rem;
    padding-bottom: .15rem;
    border-bottom: 1px dashed #DCDCDC;
}
.new-four-ul li img{
    width: .8rem;
    height: .55rem;
    display: block;   
}
.new-four-ul li .text{
    flex: 1;
    margin-left: .1rem;
    height: .55rem;
    display: flex;
    align-items: center;
}
.new-four-ul li .text div{
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: .24rem;   
}
.inOne{
    margin-top: .12rem;
}
.inOne a{
    height: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inOne img{
    width: 1.45rem;
    height: .95rem; 
    display: block;
}
.inOne .right{
    flex: 1;
    height: .95rem; 
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #F8F8F8;
    padding: .13rem .12rem;
    box-sizing: border-box;
}
.inOne .text{
    width: 100%;
    line-height: .24rem;
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.inOne .date{
    font-size: .12rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;  
}

.inTwo{
    margin-top: .23rem;
}
.inTwo a{
    height: .95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inTwo img{
    width: 1.45rem;
    height: .95rem; 
    display: block;
}
.inTwo .right{
    flex: 1;
    height: .95rem; 
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #F8F8F8;
    padding: .13rem .12rem;
    box-sizing: border-box;
}
.inTwo .text{
    width: 100%;
    line-height: .24rem;
    font-size: .14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.inTwo .date{
    font-size: .12rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;  
}
.m-b-25{
    margin-bottom: .25rem !important; 
}
.lop{
    margin-top: .15rem;
    margin-bottom: .3rem;
}
.new-five-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-five-ul li{
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-top: .1rem;
}
.new-five-ul li img{
    width: .65rem;
    height: .65rem;
    box-sizing: .15rem;
    display: block;
}
.new-five-ul li .right{
    flex: 1;
    height: .65rem;
    padding: .06rem 0;
    box-sizing: border-box;
    margin-left: .1rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.new-five-ul li .name{
    font-size: .13rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333; 
    width: 100%;
}
.new-five-ul li .click{
    width: .4rem;
    height: .2rem;
    line-height: .2rem;
    text-align: center;
    border: 1px solid #E13B3B;
    border-radius: .03rem;  
    font-size: .12rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #E13B3B;
}
.info-title{
    margin-top: .19rem;
}
.info-title .title{
    line-height: 18px;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: .26rem;
    background: url("/themes/default/common_cms/pc/assets/images/date.png") no-repeat center left;
    background-size: .18rem .18rem;
}  
.info-body{
    margin-top: .03rem;
}
.info-body li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-body li img{
    width: .6rem;
    height: .6rem;
    display: block;
    border-radius: .08rem;
}
.info-body li .info{
    flex: 1;
    margin-left: .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .16rem 0;
    border-bottom: 1px dashed #DCDCDC;
}
.info-body li:last-child .info{
    border-bottom: none;
}
.info-body li .right{
    flex: 1;
    height: .6rem;
    margin-right: .25rem;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-body li .name{
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;  
    width: 100%;
}
.info-body li .text{
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%; 
}
.info-body li .date{
    width: 100%;
    font-size: .12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;   
}
.info-body li .date span{
    color: #E0201F;
}
.info-body li .click{
    width: .6rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background: #E13B3B;
    border-radius: .03rem;
    font-size: .14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.line{
    width: 120%;
    height: .05rem;
    background: #F6F6F6;
    margin: .2rem 0;
    margin-left: -0.3rem; 
}





#home_aqapps {
    margin: 20px 0 !important
}
#home_aqapps .aqapps_item {
    margin-right: 0 !important
}






