.list-news .list-wrap .line {
    height: 0;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(240, 240, 240, 1);
    opacity: 1;
}

.list-news .list-wrap figure {
    display: flex;
    /* background: linear-gradient(#b3d8ff, #fff); */
    margin: 20px 0px;
    box-shadow: 0px 2px 4px #ccc;
    padding: 20px;
}

.list-news .list-wrap figure .img-wrap {
    display: block;
    overflow: hidden;
    min-width: 240px;
}

.list-news .list-wrap figure .img-wrap:hover>img {
    transform: scale(1.1);
}

.list-news .list-wrap figure .img-wrap>img {
    width: 240px;
    height: 160px;
    transition: all 0.6s;
}

.list-news .list-wrap figure .right {
    margin-left: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
}

.list-news .list-wrap figure .right>.title {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
}

.list-news .list-wrap figure .right>.title a {
    font-size: 18px;
    color: #323232;
}

.list-news .list-wrap figure .right>.title a:hover {
    font-weight: bold;
}

.list-news .list-wrap figure .right>p {
    padding: 15px 0px 22px;
    color: #999;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    width: 100%;
}

.list-news .list-wrap figure .right>a.more {
    background: rgba(252, 252, 252, 1);
    border-color: rgba(240, 240, 240, 1);
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 86px;
    color: #055391;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}

.list-news .list-wrap figure .right>a.more:hover {
    background: #055391;
    color: rgba(252, 252, 252, 1);
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}


/* 屏幕小于1199px */

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media(max-width: 768px) {
    .list-news .list-wrap figure .img-wrap {
        min-width: 147px;
    }
    .list-news .list-wrap figure .img-wrap>img {
        width: 147px;
        height: 147px;
    }
    .list-news .list-wrap figure {
        padding: 15px 0px;
    }
    .list-news .list-wrap figure .right {
        margin-left: 10px;
        margin-right: 10px;
    }
    .list-news .list-wrap figure .right>.title {
        flex-direction: column;
    }
    .list-news .list-wrap figure .right>p {
        max-height: 80px;
        overflow: hidden;
    }
    .list-news .list-wrap figure .right>a.more {
        margin-top: 10px;
    }
    .list-news .list-wrap figure .right>.title a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .list-news .list-wrap figure .right {
        overflow: hidden;
    }
    .pagination>li {
        overflow: hidden;
        width: auto;
    }
    .pagination>li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
        font-size: 12px;
    }
}