.alzs {
    margin: 50px 0;
}

.alzs_al li {
    width: 354px;
    margin: 0 23px;
    margin-bottom: 20px;
    float: left;
}

.alzs_al li:hover {
    box-shadow: 10px 10px 5px #888;
}


/* 模板分页 */

.alzs_pages {
    float: right;
}

.alzs_pages li {
    /* float: left; */
    margin-right: 8px;
    width: 50px;
    line-height: 1.8em;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #6d6d6d;
    box-sizing: border-box;
    cursor: pointer;
}

.alzs_pages li:hover {
    background-color: #0286D7;
    border: 1px solid #0286D7;
    border-radius: 3px;
    color: #fff !important;
}

.alzs_pages_border {
    border: 1px solid #6d6d6d;
    border-radius: 3px;
}

.pages_choose {
    background-color: #0286D7;
    border: 1px solid #0286D7;
    border-radius: 3px;
    color: #fff !important;
}


/* 小程序css开始 */

.xcx li {
    width: 20%;
    margin-bottom: 30px;
    font-size: 0px;
    margin: 20px 2.5%;
    overflow: hidden;
    position: relative;
    float: left;
    box-shadow: 0px 2px 4px #f3f3f3;
    border-radius: 6px;
}

.xcx_img_big {
    width: 100%;
    height: 400px;
}

.xcx_title {
    display: block;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 18px 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 22px;
}

.xcx_hide1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.xcx_hide2 {
    display: inline-block;
    height: 400px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 100%;
    left: 0%;
    transition: all 1s;
}

.xcx_hide2 img {
    display: block;
    width: 118px;
    height: 118px;
    margin: 50% auto 14px;
}


/* alzs新 */

.alzs3 {
    padding: 25px 15px 35px 15px;
    background-color: #fff;
}

.alzs3 h4 {
    text-align: center;
}

.alzs img {
    width: 354px;
    height: 343px;
}