@media screen and (min-width: 750px) {
    .myPagination {
        display: flex;
        justify-content: center;
        padding: 1vw 0
    }

    .myPagination .pagination .el-pagination .el-pager li {
        width: 1.56vw;
        height: 1.76vw;
        border: 1px solid #dedede;
        margin: 0 .4vw
    }

    .myPagination .pagination .el-pagination .el-pager li.is-active,
    .myPagination .pagination .el-pagination .el-pager li:hover {
        background-color: #f19f3a;
        color: #fff;
        border-color: #dedede;
    }

    .myPagination .pagination .el-pagination .el-pagination__editor.el-input {
        height: 1.76vw;
        font-size: .8vw
    }

    .myPagination .pagination .el-pagination .btn-prev,
    .myPagination .pagination .el-pagination .btn-next {
        background-color: #e3e3e3;
        height: 1.56vw;
        margin: 0 .5vw
    }

    .myPagination .pagination .el-pagination .btn-prev:hover,
    .myPagination .pagination .el-pagination .btn-next:hover {
        color: #f19f3a
    }

    .pagiBox {
        width: 100%;
        display: flex;
        height: 320px;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .pagiBox .dataItem {
        width: 500px;
        height: 130px;
        display: flex;
        margin-bottom: 35px;
        justify-content: space-between;
        cursor: pointer;
        align-items: center
    }

    .pagiBox .dataItem img {
        width: 228px;
        height: 100%;
        object-fit: cover
    }

    .pagiBox .dataItem .title {
        width: 250px;
        font-size: 16px;
        line-height: 40px;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .pagiBox1 {
        width: 100%;
        height: 37.5vw
    }

    .pagiBox1 .dataItemLink {
        display: block;
        height: 3vw;
        border-bottom: 1px dotted #d4d4d4;
        color: black;
    }

    .pagiBox1 .dataItemLink:nth-last-child(1) {
        border-bottom: none
    }

    .pagiBox1 .dataItem {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        height: 3vw;
        line-height: 3vw;
        margin: 0 2px
    }

    .pagiBox1 .dataItem img {
        width: 380px;
        height: 215px;
        object-fit: cover
    }

    .pagiBox1 .dataItem p {
        width: 80%;
        font-size: 1vmax;
        line-height: 3vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 3%
    }

    .pagiBox1 .dataItem p:hover {
        color: #f19f3a
    }

    .pagiBox2 {
        width: 100%;
        display: flex;
        height: 900px;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .pagiBox2 .dataItem {
        width: 330px;
        cursor: pointer
    }

    .pagiBox2 .dataItem img {
        width: 100%;
        height: 412px;
        object-fit: cover
    }

    .pagiBox2 .dataItem .title {
        width: 100%;
        font-size: 16px;
        line-height: 40px;
        text-align: center
    }
}

@media screen and (max-width: 750px) {
    .myPagination {
        display: flex;
        justify-content: center;
        height: 2rem
    }

    .myPagination .pagination .el-pagination .el-pager li.is-active,
    .myPagination .pagination .el-pagination .el-pager li:hover,
    .myPagination .pagination .el-pagination .btn-prev:hover,
    .myPagination .pagination .el-pagination .btn-next:hover {
        color: #f19f3a
    }

    .pagiBox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .pagiBox .dataItem {
        width: 100%;
        display: flex;
        margin-bottom: .4667rem;
        justify-content: space-between;
        cursor: pointer;
        align-items: center
    }

    .pagiBox .dataItem img {
        width: 3rem;
        object-fit: cover
    }

    .pagiBox .dataItem .title {
        width: 4.8rem;
        font-size: .24rem;
        line-height: .5333rem
    }

    .pagiBox1 {
        width: 100%;
        height: auto
    }

    .pagiBox1 .dataItemLink {
        display: block;
        height: 1rem;
        border-bottom: 1px dotted #d4d4d4;
        color: black;
    }

    .pagiBox1 .dataItemLink:nth-last-child(1) {
        border-bottom: none
    }

    .pagiBox1 .dataItem {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        height: 1rem;
        line-height: .55rem;
        border-bottom: 1px dotted #d4d4d4
    }

    .pagiBox1 .dataItem:nth-last-child(1) {
        border-bottom: none
    }

    .pagiBox1 .dataItem img {
        width: 380px;
        height: 215px;
        object-fit: cover
    }

    .pagiBox1 .dataItem p {
        width: 90%;
        font-size: .4rem;
        line-height: .55rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 5%
    }

    .pagiBox1 .dataItem p:hover {
        color: #f19f3a
    }

    .pagiBox2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .pagiBox2 .dataItem {
        width: 3.9rem;
        cursor: pointer
    }

    .pagiBox2 .dataItem img {
        width: 100%;
        height: 5rem;
        object-fit: cover
    }

    .pagiBox2 .dataItem .title {
        width: 100%;
        font-size: .2133rem;
        line-height: .5333rem;
        text-align: center
    }
}
