  .imgBox {

        position: relative;
        overflow: hidden;
        isolation: isolate
    ;}

    .imgBox .img {
        padding-bottom: 52.4%;
        transition: .5s;
        background-size: cover;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        background: #eee
    ;}

    .imgBox img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        transition: .5s
    ;}

    .homeg {
        position: relative;}

    .homeg .item .img {
        padding-bottom: 67%
    ;}

    .homeg .swiBtn .prev {
        left: 0;}

    .homeg .swiBtn .next {
        right: 0;}

.swiBtn a {
    display: block;
    width: 56px;
    height: 56px;
    background-position: center;
    background-size: 30px 30px;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    background-color: #0c71c0;
    z-index: 5;
    transform: translateY(-50%);}

    .swiBtn a.prev {
        background-image: url(images/xzjt20250530.png);}

    .swiBtn a.next {
        background-image: url(images/xyjt20250530.png);}
  .homeg .item p {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
