﻿.ly_service_17 {
    text-align: center
}

.ly_service_17 .top_title {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12.85%;
    margin-top: 50px;
}

.ly_service_17 .top_title .t_content {
    margin-top: 20px;
    line-height: 1.625
}

.ly_service_17 a {
    text-decoration: none
}

.ly_service_17 .poster_box {
    margin-top: 46px;
    display: grid;
    gap: 30px
}

.ly_service_17 .poster_box .item {
    overflow: hidden;
    position: relative
}

.ly_service_17 .poster_box .item .pic_box {
    margin: 0 auto
}

.ly_service_17 .poster_box .item .pic_box:hover img {
    transform: scale(1.1)
}

.ly_service_17 .poster_box .item .text_info {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0
}

.ly_service_17 .poster_box .item .text_info .i_title {
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ly_service_17 .poster_box .item .text_info .i_title a {
    display: block
}

.ly_service_17 .button {
    margin-top: 60px
}

.ly_service_17 .button .i_button {
    display: inline-block
}

@media screen and (max-width: 1000px) {
    .ly_service_17 .top_title {
        padding: 0;
        margin-top: 1.88rem;
    }

    .ly_service_17 .top_title .t_content {
        margin-top: 15px
    }

    .ly_service_17 .poster_box {
        margin-top: 20px;
        gap: 15px
    }

    .ly_service_17 .button {
        margin-top: 30px
    }
}