@import "index.css";
.caselist {
    height: 210px;
    background: #f7f9ff;
}

.caselist .container {
    width: 1200px;
    width: var(--maxWidth);
    height: 100%;
    position: relative;
}

.caselist .container dl {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}

.caselist .container a {
    color: #0b75f1;
    word-break: keep-all;
}

.caselist .container>img {
    position: absolute;
    left: 0px;
}

.caselist .container dl+img {
    position: absolute;
    right: 0px;
    left: auto;
}

.caselist .container b {
    color: #0b75f1;
}

.caselist .container dt {
    color: #4d4d4d;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
}

.caselist+section .btn {
    margin-top: -1.1em;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    width: 86px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 20px;
}

.caselist2 {
    margin: 60px 20px 65px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1200px;
}

.caselist2 .item img {
    width: 220px;
    height: 130px;
    object-fit: cover;
}

.caselist2 .item {
    min-width: 220px;
    width: 220px;
    height: 300px;
    margin: 40px;
    background: #F2F2F2;
}

.caselist2 .item>div {
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
}

.caselist2 .item>div a {
    font-size: 14px;
}

.caselist2 .item .text {
    width: 100%;
    height: 97px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.noData{
    font-size: 20px;
    color: rgba(0,0,0,0.5);
}
.grayColor{
    color: #6F6F6F;
}
.mr{
    margin-right: 16px;
}
.dynamicList{
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.dynamicList a, .dynamicList a:hover{
    color: inherit;
}
#fenye{
    margin: 0 0 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fenye span:not(.dots):hover{
    cursor: pointer;
}
#fenye .preBtn,
#fenye .nextBtn,
#fenye .pageNum{
    display: inline-block;
    border: 1px solid #bbb;
    padding: 6px 14px;
    line-height: 20px;
    margin: 0 6px;
}
#fenye .pageActive{
    background-color: rgb(11,117,241);
    color: #fff;
}
#fenye .btnDisabled{
    cursor: not-allowed;
    pointer-events: none;
    color: #bbb;
}
@media screen and (max-width: 767px) {
    .private2 {
        margin: 20px 0px 40px 20px;
    }
    .private3 {
        margin: 20px 0px 40px 20px;
    }
    .private3 .privateBox,
    .private2 img {
        margin-left: 0px;
        margin-right: 50px;
    }
    .caselist2{
        margin: 30px 15px;
        display: block;
        width: auto;
    }
    .caselist2 .item{
        min-width: 100%;
        width: 100%;
        margin: 0 0 10px 0;
        display: flex;
        height: auto;
    }
    .caselist2 .item img{
        width: 50%;
        height: auto;
        object-fit: unset;
    }
    .caselist2 .item>div{
        padding: 10px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .caselist2 .item .more{
        margin-top: 0;
    }
    .caselist2 .item .text{
        height: auto;
    }
}