*{
    margin: 0;
    padding: 0;
}


section{
    width: 100%;
    height: 100%;
}
section .se-bx1{
    width: 100%;
    height: 480px;
    background-image: url("../../../image/Views/case1.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section .se-bx1 .bx1-p1{
    font-size: 48px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
section .se-bx1 .bx1-p2{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 0 15px;
}
/* 分页 */
.main{
    width: 100%;
    height: 100%;
    background-image: url("../../../image/Views/case2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.main .new-main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
    display: flex;
    flex-wrap: wrap;
}
.main .new-main .itemBX{
    width: 23.5%;
    height: 320px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 1);
}
.main .new-main .itemBX:nth-child(4n){
    margin-right: 0;
}
.main .new-main .item{
    display: block;
    text-decoration: none;
}
.main .new-main .item .item-mg{
    height: 80px;
    margin: 20px auto;
    text-align:center;
}
.main .new-main .item .item-mg img{

    max-width: 90%;
    height: 100%;
}
.main .new-main .item-title{
    text-align: center;
    font-weight: 400;
    font-size:20px;
    color: rgba(44, 49, 56, 1);
}
.main .new-main .item-content{
    margin: 24px 20px 30px 20px;
    color: rgba(74, 82, 89, 1);
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6; 
}
.pagination-container{
    text-align: center;
}
.pagination{
    display: inline-block;
}
.pagination a{
    background-color: #999;
    color: #fff;
    padding: 1px 6px;
    text-decoration:none;
    border-radius: 5px;
    margin-right: 10px;
    cursor:pointer;
}
.pagination a.active{
    background-color: #85D1FF;
}
.page-change{
    margin: 0 15px;
    cursor:pointer;
}
.skip input{
        width: 50px;
}



@media screen and (max-width:556px){
    section .se-bx1{
        height: auto;
        padding: 50px 0;
    }
    section .se-bx1 .bx1-p1{
        font-size: 24px;
    }
    .main{
        padding: 0 15px;
    }
    .main .new-main{
        padding-top: 30px;
    }
    .main .new-main .itemBX{
        width: 48%;
        margin-right: 4%;
    }
    .main .new-main .itemBX:nth-child(4n){
        margin-right: 4%;
    }
    .main .new-main .itemBX:nth-child(2n){
        margin-right: 0;
    }

}
@media screen and (min-width:557px) and (max-width:768px){
    section .se-bx1{
        height: auto;
        padding: 50px 0;
    }
    section .se-bx1 .bx1-p1{
        font-size: 28px;
    }
    .main{
        padding: 0 15px;
    }
    .main .new-main .itemBX{
        width: 32%;
    }
    .main .new-main .itemBX:nth-child(4n){
        margin-right: 2%;
    }
    .main .new-main .itemBX:nth-child(3n){
        margin-right: 0;
    }

}
@media screen and (min-width:769px) and (max-width:996px){
    section .se-bx1{
        height: auto;
        padding: 50px 0;
    }
    section .se-bx1 .bx1-p1{
        font-size: 32px;
    }
    .main{
        padding: 0 15px;
    }
    .main .new-main .itemBX{
        width: 32%;
    }
    .main .new-main .itemBX:nth-child(4n){
        margin-right: 2%;
    }
    .main .new-main .itemBX:nth-child(3n){
        margin-right: 0;
    }


}
@media screen and (min-width:997px) and (max-width:1200px){
    .main{
        padding: 0 15px;
    }
}


