.grkc {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(../image/list21.png);
}

.grkc .list a,
.grkc .list img {
    display: block;
}

.grkc .item {
    margin-bottom: 28px;
}

.grkc .item:last-child {
    margin-bottom: 0px;
}

.grkc .item .img {
    width: 37.5%;
    overflow: hidden;
    float: left;
}

.grkc .item .img img {
    width: 100%;
    object-fit: cover;
    height: 210px;
}

.grkc .item .text {
    float: left;
    width: 62.5%;
    padding: 80px 40px 40px 40px;
    background-size: cover;
    background-image: url(../image/list20.png);
    color: #ffffff;
}

.grkc .item .text .textleft {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
}

.grkc .item .text .textleft .item1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.grkc .item .text .textleft .l3 {

    -webkit-line-clamp: 5;
}

.grkc .item .text .textright {
    width: 50%;
    float: right;
}

.grkc .item .text .textright .item1 {
    line-height: 30px;
}

.grkc .item .text .textright .more {
    line-height: 46px;
    text-align: center;
    background-color: #cc9900;
    font-size: 18px;
    font-weight: 600;
    margin-top: 44px;
    max-width: 200px;
}

.grkc .item:hover .img img {
    transition: all 0.4s;
    transform: scale(1.05);
}

.grkc .item:hover .textleft .item1 {
    color: #cc9900;
    transition: all 0.4s;
}

.xylb {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(../image/list40.png);
}

.xylist {
    width: calc(100% + 20px);
}

.xylist .item {
    width: calc(25% - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.xylist .item .img {
    overflow: hidden;
    position: relative;
}

.xylist .item .img .img1 {
    width: 100%;
    position: relative;
    opacity: 0;
}

.xylist .item .img .img2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
}


.xylist .item .name {
    line-height: 50px;
    text-align: center;
}

.xylist .item:hover {
    opacity: 0.7;
    transition: all 0.4s;
}

/* .grkc .item:hover .text .textright .more{
    transition: all 0.4s;
} */

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1400px) {
    .grkc .item .text {
        padding: 80px 40px 40px 40px;
    }
}

@media only screen and (max-width: 1240px) {
    .grkc .item .text {
        padding: 40px 30px;
    }

    .grkc .item .img img {
        height: 260px;
    }
}

@media only screen and (max-width: 1080px) {
    .grkc .item .text {
        padding: 30px 30px;
    }

    .grkc .item .img img {
        height: 240px;
    }
}

@media only screen and (max-width: 800px) {

    .xylist .item {
        width: calc(50% - 20px);
    }

    .grkc .item .text .textleft .item1 {
        font-size: 16px;
        line-height: 27px;
    }

    .grkc .item .text .textright .item1 {
        font-size: 14px;
        line-height: 24px;
    }

    .grkc .item .text .textright .more {
        line-height: 36px;
        font-size: 14px;
        max-width: 120px;
        /* margin:30px auto 0px auto; */
        margin-top: 30px;
    }

    .grkc .item .img img {
        height: 168px;
    }

    .grkc .item .text {
        padding: 15px 15px;
    }

    .grkc .item .text .textleft .l3 {
        -webkit-line-clamp: 4;
    }
}

@media only screen and (max-width: 540px) {
    .xylist .item .name {
        line-height: 40px;
        font-size: 14px;
    }

    .xylist .item {
        margin-bottom: 10px;
    }

    .grkc .item .img,
    .grkc .item .text {
        width: 100%;
    }

    .grkc .item .img img {
        height: calc(94vw/39*30);
    }

    .grkc .item .text .textleft {
        width: 100%;
    }

    .grkc .item .text .textright {
        width: 100%;
        margin-top: 15px;
    }

    .grkc .item .text .textright .more {
        margin-top: 15px;
    }
}
