
        .ly_poster_265 a {
            text-decoration: none
        }

        .ly_poster_265 .ly_i_title {
            display: block
        }

        .ly_poster_265 .ly_pop_list {
            margin-top: 43px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: center
        }

        .ly_poster_265 .ly_pop_item {
            margin: 0 2% 25px;
            font-size: 0;
            display: block
        }

        .ly_poster_265 .ly_pop_item_img {
            display: block;
            font-size: 0;
            border-radius: 50%;
            overflow: hidden;
            position: relative
        }

        .ly_poster_265 .ly_pop_item_img img {
            display: block
        }

        .ly_poster_265 .ly_pop_item_text {
            display: block;
            box-sizing: border-box;
            padding: 15px 3px
        }

        @media screen and (max-width: 1000px) {
            .ly_poster_265 .ly_pop_list {
                margin-top:22px
            }

            .ly_poster_265 .ly_pop_item {
                margin: 0 2.8985% 40px
            }

            .ly_poster_265 .ly_pop_item_text {
                padding: 8px
            }
        }

        .ly_poster_265 .ly_wrapper_1440 {
            position: relative;
            max-width: 1440px;
            padding-left: 40px;
            padding-right: 40px;
            margin: 0 auto
        }

        @media screen and (max-width: 1000px) {
            .ly_poster_265 .ly_wrapper_1440 {
                padding:0 15px
            }
        }

        .ly_poster_265 .ly_pop_item_img::after {
            content: '';
            width: 100%;
            height: 100%;
            top: 100%;
            right: 0%;
            left: auto;
            z-index: 4;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            position: absolute;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

        .ly_poster_265 .ly_pop_item_img:hover::after {
            top: 0
        }

        .ly_poster_265 .text_align_left {
            text-align: left
        }

        .ly_poster_265 .text_align_center {
            text-align: center
        }

        .ly_poster_265 .text_align_right {
            text-align: right
        }
    