.lists_view {
    padding: 35px 0 70px;
}
.lists_view .lists_view_li {
    padding: 29px 0;
    border-bottom: 1px solid #eaeffd;
}
.lists_view .img {
    width: 270px;
}
.lists_view .btn, .lists_view .con, .lists_view .img {
    height: 138px;
    position: relative;
}
.lists_view .center, .lists_view .left {
    float: left;
}
.lists_view .img img {
    width: inherit;
    height: inherit;
}

img {
    border: 0;
}
.lists_view .con {
    padding: 0 0 0 40px;
    width: 760px;
    box-sizing: content-box;
}
.lists_view .con .title {
    margin: 16px 0 20px;
    color: #333;
}
.lists_view .con .wrap {
    color: #999;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}
.lists_view .con .wrap::before {
    float: left;
    content: '';
    width: 10px;
    height: 48px;
}
.lists_view .con .com {
    float: right;
    margin-left: -10px;
    width: 100%;
    word-break: break-all;
}
.lists_view .btn {
    max-width: 100px;
}

.lists_view .btn, .lists_view .con, .lists_view .img {
    height: 138px;
    position: relative;
}
.lists_view .right {
    float: right;
}
.lists_view .btn .time {
    color: #999;
}

.lists_view .btn .more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 89px;
    height: 33px;
    border: 1px solid #e1e8fe;
    color: #999;
    text-align: center;
    line-height: 31px;
}
@media screen and (max-width: 1024px) {
    /*此条件表示最大宽度为1000，也就是如果宽度小于1000则执行以下CSS代码*/

    .lists_view{display: none;} 
    .new_lists {
        background: #fff;
        padding-top: .5333333333rem;
        display: block !important;
    }

    .new_lists ul {
        padding-left: .48rem;
    }

    .new_lists li:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }
    .new_lists li {
        padding: .4rem .48rem .4rem 0;
    }
    .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .flex-con {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .new_lists .text_v {
        position: relative;
    }
    .new_lists .text_v h3 {
        color: #333;
        line-height: .5333333333rem;
        margin: -.08rem 0;
    }
    .new_lists .text_v h3, .showOmit-2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .new_lists .text_v p {
        color: #999;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about_bg .about_head span, .font_11, .index_al .col_view p, .new_lists .text_v p {
        font-size: .2933333333rem;
    }
    .new_lists li .img_v {
        padding-left: .4rem;
    }
    .new_lists li img {
        width: 3.44rem;
        height: 1.9733333333rem;
    }



}