.news-wrapper .list {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 65px;
}

.list .list-item {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 35px;
    border-bottom: 2px solid #BFBFBF;
}

.list .list-item.move-in .pic {
    opacity: 1;
}

.list .list-item+.list-item {
    margin-top: 48px;
}

.list .list-item .pic {
    width: 100%;
    height: 425px;
    /* height: auto; */
    box-shadow: 0 8px 8px #999;
    opacity: 0;
    transition: opacity .4s linear;
}

.list .list-item .title {
    position: absolute;
    font-size: 36px;
    line-height: 80px;
    color: #ffffff;
    left: 40px;
    /* bottom: 240px; */
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    line-height: 1;
    top: 360px;
    min-height: 50px;
}

.list .list-item .text {
    line-height: 50px;
    margin-top: 10px;
    overflow: hidden;
}

.list .list-item .text .brief {
    font-size: 20px;
    color: #363636;
}

.list .list-item .text .time {
    font-size: 20px;
    color: #672f86;
    float: right;
}

.more {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #e85555;
    cursor: pointer;
    margin-top: 50px;
}

@media (max-width: 640px) {
    .body .news-wrapper .news-list .list .list-item .pic {
        position: relative;
        height: 6.6rem!important;
    }

    .body .news-wrapper .news-list .list .list-item .title {
        position: absolute;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        top: 5rem;
        left: 7%;
        width: 86%;
        /* bottom: 147px; */
    }

    .list .list-item .text {
        line-height: 32px;
    }

    .list .list-item+.list-item {
        margin-top: 20px;
    }

    .list .list-item .text .brief {
        font-size: 14px;
        line-height: 28px;
        display: inline-block;
    }

    .list .list-item .text .time {
        font-size: 14px;
    }

}

@media (min-width: 1200px) and (max-width: 1530px) {
    .list .list-item .title {
        font-size: 44px;
        top: 275px;
    }

    .list .list-item .pic {
        height: 350px;
    }
}


@media (width: 640px) {
    .list .list-item .title {
        font-size: 30px;
        bottom: 265px;
        line-height: 1.5;
        top: 140px;
    }

    .list .list-item .text .brief {
        font-size: 16px;
        line-height: 32px;
        display: inline-block;
    }

    .list .list-item .text .time {
        font-size: 18px;
    }

    .news-wrapper .list {
        padding-bottom: 5px;
    }

    .list .list-item {
        padding-bottom: 0px;
    }

    .list .list-item .pic {
        height: 205px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .list .list-item .title {
        font-size: 36px;
        left: 6%;
        width: 91%;
        bottom: 43%;
        top: 210px;
    }

    .list .list-item .pic {
        height: 280px;
    }
}