body {
    background: #eee url(../img/1.png) no-repeat top center;
}

.skip>* {
    margin: 0 5px;
    color: #333;
}

.skip input {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 0 0.2rem;
    height: 30px;
}

.skip button {
    outline: 0;
    border: 0;
    padding: 0;
    background: transparent;
    height: 30px;
}

.skip button {
    transition: all .3s ease;
}

.skip button:hover {
    color: #5F78E1;
}

/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    width: 36px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #333;
    background: #fff;
}

input[type="number"]:focus {
    border: 1px solid #5F78E1;
}

.pagination {
    flex-wrap: nowrap;
}

.pagination>li {
    transition: all .3s ease;
    border: 1px solid #D6D6D6;
    background: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 0.5rem;
}

.pagination>li:hover,
.pagination>li.active {
    background: #5F78E1;
    color: #333;
    cursor: default;
    border-color: #5F78E1;
}

.pagination>li:hover a,
.pagination>li.active a {
    color: #fff;
}

nav .pagination li a {
    font-size: 14px;
    height: 100%;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .skip {
    font-size: 14px;
}

nav>* {
    margin-bottom: 5px;
}

nav {
    padding: 20px 0;
}

/*  */
.jsdt-list {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.jsdt-img {
    width: 280px;
    height: 180px;
    overflow: hidden;
    margin-right: 30px;
}

.jsdt-img img {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
}

.jsdt-info {
    flex: 1;
    overflow: hidden;
}

.jsdt-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.jsdt-xq {
    font-size: 14px;
    color: #48484F;
    transition: all .3s ease;
}

.jsdt-list:hover img {
    transform: scale(1.1);
}

.jsdt-list:hover .jsdt-title,
.jsdt-list:hover .jsdt-xq {
    color: #5F78E1;
}

.jsdt-date {
    font-size: 14px;
    color: #5F78E1;
}

.jsdt-date i {
    margin-right: 5px;
}

@media screen and (max-width:750px) {
    .jsdt-img {
        width: 180px;
        height: 140px;
        margin-right: 15px;
    }

    .jsdt-title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .jsdt-xq {
        font-size: 12px;
    }
}

@media screen and (max-width:450px) {
    .jsdt-img {
        width: 120px;
        height: 100px;
    }

    .jsdt-title {
        font-size: 14px;
        margin-bottom: 0;
    }

    .jsdt-xq {
        font-size: 12px;
    }

    .jsdt-list {
        padding: 15px 0;
    }
}