@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

.support-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 100%;
    /* background-color: #fff; */
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    background: none !important;
}

.support-pagination .more {
    background-color: #fff;
}

.support-pagination .number {
    background-color: #fff;
}

.support-pagination .btn-prev {
    background-color: #fff;
}

.support-pagination .btn-next {
    background-color: #fff;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    color: #0055CD !important;
}

.support-pagination .el-pager .more::before {
    color: #0055CD !important;
}

.content-left {
    float: left;
}

.content-left-pic {
    width: 25%;
}

.content-left-text {
    width: 75%;
}

.sa-xxlb-3-item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    padding-top: 30px;
    font-size: 16px;
    position: relative;
}

.sa-xxlb-3-item .sa-title {
    margin: 0;
}

.sa-xxlb-3-item .sa-time {
    position: absolute;
    bottom: 34px;
    right: 0;
    top: auto;
}

.sa-xxlb-3-item .sa-desc {
    font-size: 16px;
    /* line-height: 1.7; */
    /* height: 116px; */
    width: 100%;
    color: #666;
    /* line-height: 30px; */
}

.sa-xxlb-3-item .sa-more {
    color: #0055CD !important;
    margin-top: 12px;
    display: inline-block;
    padding-right: 18px;
}

.content-left-pic img {
    width: 90%;
}

.sa-xxlb-3-item .sa-title {
    margin-bottom: 20px;
}

.sa-xxlb-3-item .sa-desc {
    font-size: 16px !important;
    /* line-height: 1.7 !important; */
    width: 80% !important;
    color: #666 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 4 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.sa-xxlb-3-item .sa-desc p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    width: 80% !important;
    color: #666 !important;
}

@media screen and (max-width: 992px) {
    .sa-xxlb-3-item .sa-title {
        width: 85%;
    }
}

@media screen and (max-width: 768px) {
    .sa-xxlb-3-item-content .content-left {
        float: none;
    }
    content-left-pic img {
        width: 100%;
    }
    .content-left-pic {
        width: 100%;
    }
    .content-left-text {
        width: 100%;
    }
    .sa-xxlb-3-item .sa-desc {
        height: auto;
    }
    .sa-xxlb-3-item {
        /* height: 580px; */
        padding: 0 20px;
    }
}

.content-left-pic {
    display: none;
}