img {
    width: 100%;
}

body {
    background-color: #fff;
}

.page2 {
    background: url(/static/img/bg_5.png) right center no-repeat;
    background-size: 100% auto;
    padding-bottom: 8rem;
}

.page2 .page-wrap {}

.page2 .page-content {}

.page2 .content-list {}

.page2 .content-list .list-item {
    border-radius: 0.4rem;
    overflow: hidden;
}

.page2 .content-list .list-item a {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 8.8rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .swap {
    position: absolute;
    right: 2.5rem;
    color: #fff;
    font-size: 2rem;
    background-size: auto 100%;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-l {
    padding-right: 3rem;
}

.page2 .content-list .list-item a .item-l h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #439345;
    line-height: 2.375rem;
    font-family: Oswald;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-l p {
    font-size: 10px;
    color: #B3CCD8;
    line-height: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-l i {
    display: block;
    width: 3rem;
    height: 2px;
    background: #B3CCD8;
    border-radius: 2px;
    margin-top: 2rem;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-r {
    flex: 1;
}

.page2 .content-list .list-item a .item-r h2 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.75rem;
    margin-bottom: 0.6rem;
    max-height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-r p {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5rem;
    max-height: 3rem;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a:hover {
    background: #439345;
    border-bottom-color: #439345;
}

.page2 .content-list .list-item a:hover h2 {
    color: #fff;
}

.page2 .content-list .list-item a:hover p {
    color: #fff;
}

.page2 .content-list .list-item a:hover .item-r p {
    opacity: 0.7;
}

.page2 .content-list .list-item a:hover .item-l p {
    opacity: 0.5;
}

.page2 .content-list .list-item a:hover .item-l i {
    background-color: #fff;
}

.page2 .content-list .list-item a:hover .swap {
    opacity: 1;
}

.paging-wrap a,
.paging-wrap span button,
.paging-wrap span input {
    margin: 0 0.85rem;
}

@media screen and (max-width: 768px) {
    .page2 .content-list .list-item a .item-r h2 {
        font-size: 1.4rem;
        line-height: 2.4rem;
        max-height: 2.4rem;
    }
    .page2 .content-list .list-item a .item-r p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        max-height: 3.6rem;
    }
}

@media screen and (max-width: 576px) {
    .page2 .content-list .list-item a {
        padding-right: 6rem;
    }
    .paging-wrap span,
    .paging-wrap a,
    .paging-wrap span button,
    .paging-wrap span input {
        margin: 0 0.4rem;
    }
    .paging-wrap a:first-child {
        margin-left: 0;
    }
    .paging-wrap span.jump,
    .paging-wrap span button {
        margin-right: 0;
    }
}

@media screen and (max-width: 415px) {
    .page2 .content-list .list-item a {
        padding: 1rem 2rem;
    }
    .page2 .content-list .list-item a:hover .swap {
        display: none;
    }
}