.this_get_more {
    text-align: center;
    height: auto !important;
    line-height: 60px;
}

.pic-show {
    margin-bottom: 40px;
    justify-content: space-between;
}

.pic-show ul {
    flex-wrap: wrap;
    width: 588px;
}

.pic-show ul li {
    position: relative;
    width: 286px;
    height: 201px;
    margin-right: 16px;
    /* margin-bottom: 16px; */
    margin-bottom: 25px;
    overflow: hidden;
}

.pic-show ul li:nth-child(2n + 2) {
    margin-right: 0;
}

.pic-show ul li:nth-child(3),
.pic-show ul li:nth-child(4) {
    margin-bottom: 0;
}

.left-pic img,
.pic-show ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.left-pic {
    position: relative;
    width: 588px;
    height: 430px;
    margin-right: 16px;
    overflow: hidden;
}

.pic-show ul li a.mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pic-show ul li img {
    transition: .5s ease;
}

.pic-show ul li img:hover {
    transform: scale(1.2);
}

.pic-show ul li a:hover {
    color: #2f929f;
    text-decoration: #fff;
}

.information {
    justify-content: space-between;
}

.information .left-list {
    width: 855px;
    margin-right: 25px;
}

.information .left-list li {
    position: relative;
    /* height: 206px; */
    height: 50px;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    word-break: break-all;
}

#main-list .main-list li {
    height: 206px;
}

.information .left-list li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
}

.information .left-list .sub-list li {
    /* height: 58.8px; */
    height: 40px;
    background: #fff;
}

.information .left-list li h5 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
}

.information .left-list li p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.information .left-list li p.author {
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.information .left-list li .right-content h5 {
    margin-bottom: 15px;
}

.information .left-list li .right-content {
    position: relative;
    height: 160px !important;
    width: 602px;
    box-sizing: border-box;
    margin: 0px 25px;
}

.information .left-list li .right-content p:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.information .right-special {
    flex-grow: 1;
}

.information .special-top {
    justify-content: space-between;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid #eae9e9;
}

.information .special-top h4 {
    border-left: 4px solid #2f929f;
    padding-left: 15px;
}

.information .special-top a:hover {
    color: #2f929f;
}

.special-center ul {
    padding-top: 20px;
}

.special-center li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.special-center li a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

.special-center li::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #2f929f;
    border-radius: 2px;
    top: 12px;
    left: 0;
}

.special-center li p.describe {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

.special-center li p:last-child {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999999;
}

.left-img {
    width: 245px;
    height: 160px;
    overflow: hidden;
}

.left-img img {
    display: block;
    width: 100%;
    height: 160px;
}

.special-bottom {
    align-items: center;
}

.special-bottom img {
    width: 188px;
}

.special-bottom p {
    padding: 20px 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
}

/* 轮播图 */
.swiper-container1 {
    /* position: relative; */
    height: 100%;
}

.swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    background: #f2f2f2;
}

.swiper-slide a {
    width: 100%;
}

.swiper-container1 .swiper-button-prev,
.swiper-container1 .swiper-button-next {
    display: none;
    background: #9897978c;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.information .left-list li .right-content {
    height: 100%;
}

.swiper-container1 img {
    transition: .5s ease;
}

.swiper-container1 img:hover {
    transform: scale(1.2);
}

.swiper-container1 .swiper-button-prev img,
.swiper-container1 .swiper-button-next img {
    height: 60%;
    width: auto;
}

.swiper-container1 .swiper-button-prev img:hover,
.swiper-container1 .swiper-button-next img:hover {
    transform: scale(1);
}

.special-center li a:hover,
.special-center li p:hover {
    color: #2f929f;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    /* bottom: 20px; */
    bottom: -16px;
    text-align: right;
}

.swiper-pagination-bullet-active {
    background: #2f929f;
}

/* 移动端适配 */

@media only screen and (max-width: 768px) {
    #main-list .main-list li {
        height: 170px;
    }

    .information .left-list li .right-content p:last-child span:nth-child(1) {
        width: 54%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .information .left-list li p {
        display: none;
        font-size: .6875rem;
    }

    .left-img {
        height: 7.125rem;
        overflow: hidden;
    }

    .left-img img {
        height: 100%;
    }

    .pic-show ul li {
        height: 9rem;
    }

    .information .left-list .sub-list li {
        height: 1.8rem;
    }

    .information .left-list li .right-content h5 {
        -webkit-line-clamp: 2;
    }

    body,
    html {
        background: #fff;
    }

    .pic-show {
        flex-direction: column;
    }

    .left-pic {
        width: 100%;
        height: 13.6875rem !important;
        overflow: hidden !important;
        margin-bottom: 5%;
    }

    .pic-show ul {
        width: 100%;
    }

    .pic-show ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 5%;
    }

    .information .left-list {
        width: 100%;
    }

    .information .left-list li {
        height: 9.375rem;
    }

    .information {
        flex-direction: column;
    }

    .left-img {
        width: 40%;
        display: flex;
        align-items: center;
    }

    .information .left-list li .right-content {
        width: 60%;
        padding: 4%;
        height: 73%;
    }

    .information .left-list li .right-content h5 {
        font-size: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin-bottom: 3%;
    }

    .information .left-list li .right-content p:nth-child(2) {
        display: none;
    }

    .information .right-special {
        margin-top: 26px;
    }

    .information .left-list li .right-content {
        height: 7.125rem !important;
        padding: 0;
        justify-content: space-between;
        margin-left: 1rem;
    }

    .information .left-list li .right-content p {
        position: static !important;
    }

    .this_get_more {
        text-align: center;
        height: auto !important;
        line-height: 3rem;
    }
}