.life-photos{
    padding: 50px 0 25px 0;
}

.life-photos .photo{
    height: 285px;
	background-color: #181818;
    position: relative;
}
.life-photos .photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life-photos.row{
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.life-photos.row>div{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.photo-mask{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index:2;
    opacity: 0;
    cursor: pointer;
    transition: .6s;
}
.photo-mask::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('/webEnglish_new/images/campus-hover.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: -1;
}

.photo-mask::before{
    content: "";
    display: block;
    width: 17px;
	height: 17px;
    position: absolute;
    background: url('/webEnglish_new/images/add.png') no-repeat center center;
    left: 20px;
    bottom: 20px;
}
.photo-mask:hover{
    opacity: 1;
}

.add{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #ffffff;
    font-size: 32px;
}
.photo-mask .title{
    color: #ffffff;
    font-size: 20px;
    margin: 11px 0;
    text-align: center;
}
.photo-mask .more{
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    margin: 11px 0;
}
.pagination{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.z-page-tab{
    margin-bottom: 30px;
}