﻿.list-img {
    padding: 35px 15px;
}

    .list-img:not(:last-of-type) {
        border-bottom: 1px solid #e7ebf4;
    }

    .list-img img {
        width: 225px;
        height: 155px;
        object-fit: cover;
    }

.img-text {
    width: calc(100% - 250px);
}

.img-title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    padding-right: 15px;
    max-width: calc(100% - 84px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-date {
    font-size: 15px;
    color: #999;
    min-width: 84px;
}

.img-box {
    margin-right: 25px;
}

.img-info {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    height: 45px;
    margin-bottom: 15px;
}

.img-head {
    margin-bottom: 15px;
}

.img-more {
    background: #f3f7ff;
    border-radius: 15px;
    border: solid 1px #8eafe9;
    font-size: 14px;
    color: #1e51a8;
    padding: 4.5px 15px;
    transition: all .3s ease;
}

    .img-more:hover {
        border: solid 1px #1e51a8;
        background: #1e51a8;
        color: #fff;
    }

    .img-more i {
        padding: 0;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/*  */
.skip > * {
    margin: 0 5px;
    color: #333;
}

.skip input {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
}

.skip button {
    transition: all .3s ease;
    padding: 0 0.2rem;
    width: 44px;
    height: 32px;
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
}

    .skip button:hover {
        background: #1e51a8;
        color: #fff;
        border: 1px solid #1e51a8;
    }

input[type="number"] {
    appearance: textfield;
    width: 28px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    input[type="number"]:focus {
        border: 1px solid #1e51a8;
    }

.pagination {
    flex-wrap: nowrap;
}

    .pagination > li {
        transition: all .3s ease;
        border: 1px solid #D6D6D6;
        border-radius: 0;
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 0.5rem;
    }

        .pagination > li:hover,
        .pagination > li.active {
            background: #1e51a8;
            color: #fff;
            cursor: default;
            border-color: #1e51a8;
        }

            .pagination > li:hover a,
            .pagination > li.active a {
                color: #fff;
            }

nav .pagination li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    display: flex;
    justify-content: center;
    align-content: center;
}

nav .skip {
    font-size: 14px;
}

nav {
    padding: 30px 0;
}

    nav > * {
        margin-bottom: 5px;
    }

@media screen and (max-width:600px) {
    .list-img img {
        width: 150px;
        height: 100px;
    }

    .img-text {
        width: calc(100% - 175px);
    }

    .img-head {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:500px) {
    .list-img img {
        width: 100px;
        height: 80px;
    }

    .img-box {
        margin-right: 10px;
    }

    .img-text {
        width: calc(100% - 110px);
    }

    .img-info {
        font-size: 12px;
        height: 36px;
        margin-bottom: 5px;
    }

    .img-title {
        font-size: 13px;
    }

    .img-date {
        font-size: 12px;
        min-width: 67px;
    }

    .img-more {
        font-size: 12px;
    }

    .img-title {
        padding: 0;
        max-width: calc(100% - 70px);
    }
}
