.warp .bg-img {
    background: url(/image/h5/new1-1.jpg) no-repeat;
    height: 140px;
    color: #fff;
    padding: 90px 20px 20px 20px;
}

.warp .bg-img p {
    color: #fff !important;
    font-size: 12px;
    margin-top: 6px;
}

.warp .mui-scroll-wrapper {
    top: 190px;
}

.warp .bg-list {
    background-color: #f2f2f2;
}

.warp .bg-list .list-item {
    margin: 12px 12px 0;
    background-color: #ffffff;
}

.warp .bg-list .list-item img {
    width: 100%;
    height: 180px;
}

.warp .bg-list .list-item .item-content {
    padding: 10px;
}

.warp .bg-list .list-item .item-content p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    max-height: 40px;
}

.warp .bg-list .list-item .item-content .time {
    font-size: 12px;
    color: #aaaaaa;
    display: flex;
    align-items: center;
}

.warp .bg-list .list-item .item-content .time span {
    display: inline-block;
}

.warp .bg-list .list-item .item-content .time .icon1 {
    width: 14px;
    height: 13px;
    margin-right: 4px;
}

.warp .bg-list .list-item .item-content .time .icon2 {
    margin-right: 4px;
    width: 16px;
    height: 12px;
    margin-left: 20px;
}

.warp .bgf2 {
    background-color: #f2f2f2;
    padding: 0 12px;
}

.warp .bgf2 .pagination {
    display: flex;
    padding: 0 12px;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}

.warp .bgf2 .pagination>div {
    background-color: #fff;
    padding: 4px 20px;
    border: 1px solid #e6e6e6;
    color: #3788ee;
    border-radius: 4px;
}

.warp .bgf2 .pagination>div.disabled {
    background-color: #f9f9fb;
    color: #afafb1;
}
