.new-list ul li a {
    display: block;
    overflow: hidden;
    padding: 0.26rem 0.285rem 0.17rem ;
    border-bottom: 1px solid #e7e7e7;
}
.new-list ul li a img {
    float: left;
    width: 2.17rem;
    height: 1.44rem;
    border-radius: 0.08rem;
    margin-right: 0.38rem;
}
.new-list ul li a .info {
    overflow: hidden;
    float: left;
    width: 4.28rem;
}
.new-list ul li a .info p:nth-child(1) {
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.28rem;
    color: #333333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new-list ul li a .info p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
}
.new-list ul li a .info p:nth-child(2) em {
    margin-left: 0.3rem;
}

.box{
    padding: .285rem;
    margin-bottom: .2rem;
}
.wq-content{
    padding: 0 0.285rem .5rem;
}
.wq-content p {
    text-indent: 2em;
    text-align: justify;
    font-size: .3rem;
    line-height: .65rem;
    color: #666666;
}
.wq-content h3{
    font-size: .40rem;
    line-height: .7rem;
    color: 000;
    font-weight: bold;
}
.wq-content h2{
    font-size: .40rem;
    line-height: .7rem;
    color: 000;
    font-weight: bold;
}
.wq-content strong{
    font-size: .40rem;
    line-height: .7rem;
    color: 000;
    font-weight: bold;
}
.wq-content img {
    display: block;
    margin: .26rem auto;
    width: auto;
    height: auto;
    max-width: 80%;
    border-radius: 0.12rem;
}

.detail-t  {
    padding-bottom: .28rem;
    overflow: hidden;
    text-align: left;
    position: relative;
    margin-top: 0.3rem;
}
.detail-t h1 {
    color: #333333;
    line-height: .48rem;
    font-size: 0.32rem;
    font-weight: bold;
    margin:  0 .285rem;
}
.detail-t  p {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0.285rem;
}
.detail-t  span {
    font-size: .18rem;
    color: #9f9fa4;
    line-height: .76rem;
    margin-right: .2rem;
    display: inline-block;
}

.about-new ul li a {
    display: block;
    overflow: hidden;
    padding: 0.26rem 0 0.17rem 0rem;
    border-bottom: 1px solid #e7e7e7;
}
.about-new ul li:last-child a{
    border-bottom: 0px;
}
.about-new ul li a img {
    float: left;
    width: 2.17rem;
    height: 1.44rem;
    border-radius: 0.08rem;
    margin-right: 0.38rem;
}
.about-new ul li a div:nth-child(2) {
    float: left;
    width: 4.28rem;
}
.about-new ul li a div:nth-child(2) p:nth-child(1) {
    height: 0.96rem;
    line-height: 0.48rem;
    font-size: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.about-new ul li a div:nth-child(2) p:nth-child(2) {
    line-height: 0.57rem;
    color: #999999;
    font-size: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
}
.about-new ul li a div:nth-child(2) p:nth-child(2) em {
    margin-left: 0.3rem;
}

.new-aboutgame {
    color: #999;
    padding: 0.2rem 0.285rem 0.2rem;
    margin: .2rem 0 .3rem;
    border-radius: .12rem;
    position: relative;
    background: #f5f5f5;
}
.new-aboutgame .img{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .6rem;
    float: left;
}
.new-aboutgame .img img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .2rem;
}
.new-aboutgame .img .down {
    width: 1.5rem;
    position: absolute;
    top: .7rem;
    right: 0.285rem;
    display: block;
    margin-top: .2rem;
    padding: 0.08rem 0.24rem;
    color: #fff;
    background-color: #379dec;
    border: 1px solid #379dec;
    text-align: center;
    border-radius: 2rem;
    opacity: .7;
}
.new-aboutgame .img .size {
    width: 50%;
    position: absolute;
    top: .86rem;
    left: 2.185rem;
}
.new-aboutgame .img .num {
    width: 50%;
    position: absolute;
    top: 1.25rem;
    left: 2.185rem;
}
.new-aboutgame .title {
    width: 100%;
    position: relative;
    margin-right: .6rem;
    float: left;
}
.new-aboutgame .title h1 {
    position: absolute;
    color: #000;
    top: -1.52rem;
    left: 1.9rem;
    max-width: 80%;
    font-size: .32rem;
}

.next{
    width: 100%;
    margin: .2rem 0;
    padding: 0 .2rem;
}
.next a{
    margin-bottom: .2rem;
    display: block;
    width: 100%;
    font-size: .28rem;
    line-height: .4rem;
    color: #666;
}
.next a span{
    color: #cccccc;
}