body{
    background:#f5f5f5
}
.zhazhiGg img{
    min-width:1170px;
    width:100%;
}
.zhazhiList .zhazhiList_Top {
    text-align: center;
    margin: 40px 0;
    float: left;
    width: 100%;
}
    .zhazhiList .zhazhiList_Top ul li{
        display:inline-block;
    }
    .zhazhiList .zhazhiList_Top ul li a {
        display: inline-block;
        width: 113px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: white;
        margin: 0 10px;
        border-radius: 23px;
        transition: all .4s;
    }
        .zhazhiList .zhazhiList_Top ul li a.active {
            color: white;
            background: #009fff;
        }
    .zhazhiList_Cot {
        float: left;
        width: 100%;
    }
        .zhazhiList_Cot .List_AllCot {
            margin-left: -10px;
            margin-right: -10px;
            font-size:0;
        }
        .zhazhiList_Cot .List_AllCotList {
            float: left;
            text-align: center;
            margin: 0 9px 50px;
            transition: all 0.5s;
            -ms-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            overflow: hidden;
            box-shadow: 0 4px 10px #ccc;
            -moz-box-shadow: 0 4px 10px #ccc; /*firefox*/
            -webkit-box-shadow: 0 4px 10px #ccc; /*webkit*/
            box-shadow: 0 4px 10px #ccc;
            background: white;
        }
            .zhazhiList_Cot .List_AllCotList .List_AllCotListImg {
                transition: all 0.5s;
                -ms-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
            }
            .zhazhiList_Cot .List_AllCotList:hover {
                /* For IE 8 */
                -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
                /* For IE 5.5 - 7 */
                filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
            }
                .zhazhiList_Cot .List_AllCotList:hover .List_AllCotListImg {
                    transform:scale(0.95);
                }
            .zhazhiList_Cot .List_AllCotList .List_AllCotListImg {
                width: 277.5px;
                height: 393.66px;
            }
            .zhazhiList_Cot .List_AllCotList .List_AllCotListImg img{
                width: 100%;
            }
            .zhazhiList_Cot .List_AllCotList p {
                margin: 10px 0;
                font-size: 14px;
            }
             .zhazhiList_Cot .List_AllCotList p a{
                 color:#333;
             }






/* 翻页 */
.page_ctrl {
    text-align: left;
    margin: 10px auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

    .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;
}
/* 翻页结束 */

