.PostBox.back2 {
    background: #f6f6f6;
}

.PostBox {
    clear: both;
}

.post {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px 10px 20px;
}

.post .postTitle {
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 1.5%;
    z-index: 2;
}

.post .PostShow {
    position: relative;
}

.post .PostShow ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.post .PostShow li, .imgShow {
    width: 23.5%;
    float: left;
    display: inline;
    margin: 1.5% 0.65% 1.5% 0.85%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    text-align: center;
    background: #fff;
}

.post .PostShow li .post-img, .imgShow .post-img {
    width: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}

.post li a:hover .msk, .imgShow a:hover .msk {
    background: #000;
    box-shadow: #000 0 0 8px;
    opacity: 0.5;
}

.post .PostShow .loading {
    min-height: 109px;
}

/*.loading {*/
/*    background: #eee url(../images/loading.gif) center center no-repeat;*/
/*    min-height: 60px;*/
/*}*/

.post-img {
    float: left;
    height: auto;
    margin-left: 0;
    margin-right: 2.8169%;
    max-width: 290px;
    position: relative;
    width: 25%;
}

.msk {
    background: #00539d;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.post li a i .iconfont, .imgShow a i.iconfont {
    top: 50%;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    text-shadow: none;
    font-size: 0;
    line-height: 0;
    overflow: visible;
}

.post li a:hover i.iconfont, .imgShow a:hover i.iconfont {
    font-size: 25px;
    filter: alpha(opacity=100);
    opacity: 1;
}

.post .PostShow li i, .imgShow i {
    color: #999;
    font-weight: normal;
    display: block;
    font-size: 13px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    padding: 0 10px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post .PostShow li img, .post.team .PicBox li img, .post .PostNews li img {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.post .PostShow li h4, .imgShow h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    clear: both;
    margin: 0 0 5px;
    font-size: 16px;
    padding: 0 10px;
}

.post .PostShow li i.h2 {
    height: 40px;
    white-space: normal;
}

.b-lazy.b-loaded {
    vertical-align: middle;
    filter: alpha(opacity=100);
    opacity: 1;
}

.b-lazy {
    max-width: 100%;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    filter: alpha(opacity=0);
    opacity: 1;
}

.page-block{
    display: flex; align-items: center; width: 100%;
}

.pagination{
    width: 20%;
    margin: 20px auto;
}

.page-block .pagination a{
    color: #464646;
}
.page-block .pagination .active a{
    color: #FFF;
}

.pt-2 {
    height: 25px;
}

.post li a i.iconfont, .imgShow a i.iconfont {
    font-family: FontAwesome;
    top: 50%;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    filter: alpha(opacity=0);
    opacity: 0;
    text-shadow: none;
    font-size: 0;
    line-height: 0;
    overflow: visible;
}

.icon-youbian:before {
    content: "\f178";
}

.pz_main {
    padding-top: 120px;
}

@media screen and (max-width: 960px) {
    .post .PostShow li, .imgShow {
        width: 48%;
        float: left;
        display: inline;
        margin: 1.5% 0.65% 1.5% 0.85%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pagination{
        width: 50%;
        margin: 20px auto;
    }
    .pz_main {
    padding-top: 65px;
}
}