﻿.jl-title {
    margin-bottom: 50px;
}

.jiangzuo-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 60px;
}

.jiangzuo-img {
    width: 43%;
    height: 188px;
}

.jiangzuo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jiangzuo-text {
    width: 55%;
}

.jiangzuo-title {
    font-size: 22px;
    color: #3A3D42;
    height: 66px;
    margin-bottom: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.jiangzuo-xq {
    font-size: 14px;
    color: #757A82;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    margin-bottom: 25px;
}

.jiangzuo-date {
    font-size: 14px;
    color: var(--blue);
}


/*  */
.skip>* {
    margin: 0 5px;
    color: #333;
}

.skip input,
.skip button {
    outline: 0 none;
    border: 1px solid #D6D6D6;
    background: transparent;
    padding: 0 0.2rem;
    height: 31.6px;
}

.skip button {
    transition: all .3s ease;
}

.skip button:hover {
    background: #4C9372;
    color: #fff;
    border: 1px solid #4C9372;
}

/* 去掉input自带加减符 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    width: 30px;
    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 #4C9372;
}

.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: #4C9372;
    color: #fff;
    cursor: default;
    border-color: #4C9372;
}

.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:750px) {
    .jiangzuo-info {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}