﻿/* 详情列表 */

.LjVideo{
    float:left;
}
    .LjVideo .Ljlist {
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
    }

        .LjVideo .Ljlist img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
        }

    .LjVideo .ljBox {
        text-align: center;
        margin-bottom: 10px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .LjVideo .ljBox:hover {
            transform: scale(1.1);
        }

            .LjVideo .ljBox:hover .iconVideo {
                color: green;
            }

    .LjVideo .ljBoxShow {
        box-shadow: 0px 7px 13px #888888;
        display: inline-block;
        width: 100%;
    }

        .LjVideo .ljBoxShow p {
            color: black;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px 10px;
        }

    .LjVideo .Ljlist .iconVideo {
        position: absolute;
        left: 50%;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        font-size: 52px;
        margin-left: -22.5px;
        margin-top: -26px;
        color: #ca44ad;
    }


/* 详情列表结束 */




/* 翻页 */
.page_ctrl {
    text-align: left;
    margin: 10px auto;
    box-sizing: border-box;
}

    .page_ctrl * {
        line-height: 26px;
    }

    .page_ctrl button {
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 15px;
        height: 30px;
        line-height: 28px;
        margin: 1px 7px 5px 0;
        font-size: 12px;
        background-color: #fff;
    }

        .page_ctrl button:hover {
            background: #0bc957;
            color: #ffffff;
        }

    .page_ctrl .btn_dis {
        cursor: default;
        /*opacity: .7;*/
        background: #eeeeee;
        color: #5e5e5e;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 1px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .page_num {
        background-color: #fff;
        color: #5e5e5e;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 1px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .current_page {
        background: #0bc957;
        color: #ffffff;
    }

    .page_ctrl .page_num:hover {
        background: #0bc957;
        color: white;
    }


    .page_ctrl .input_page_num {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        color: #5e5e5e;
        width: 40px;
        margin: 0 10px;
        padding: 0 3px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
        vertical-align: top;
        background-color: #fff;
        box-sizing: border-box;
    }

    .page_ctrl .page_total, .page_ctrl .page_text {
        color: #2b2b2b;
        font-size: 13px;
    }

.to_page_num {
    margin-left: 10px !important;
}

.page_select {
    height: 30px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 5px;
}

.Altogether {
    margin-right: 9px;
}
/* 翻页结束 */
