/*
 Theme Name:   B2 Child
 Theme URI:    https://www.ourule.com/
 Description:  B2 Child Theme
 Author:       网红黑料
 Author URI:   https://www.wanghong818.com/
 Template:     b2
 Version:      1.0.0
*/


/*Add*/ 
.new-post-item .post-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 6;
}

.new-post-item .post-module-thumb{
    margin-right: 0 !important;
    position: relative;
    z-index: 1;
    border-radius: 12px;
}

.new-post-item{
    margin-bottom: 36px; 
}
.post-3-li.new-post-item .item-in{
    padding: 0;
    border:none !important;
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(.4,0,.2,1) all;
    -moz-transition: 0.3s cubic-bezier(.4,0,.2,1) all;
    -ms-transition: 0.3s cubic-bezier(.4,0,.2,1) all;
    -o-transition: 0.3s cubic-bezier(.4,0,.2,1) all;
    transition: 0.3s cubic-bezier(.4,0,.2,1) all;
}

.post-3-li.new-post-item .item-in:hover{
    -webkit-transform: translateY(-4px) scale(1.05);
    -moz-transform: translateY(-4px) scale(1.05);
    -ms-transform: translateY(-4px) scale(1.05);
    -o-transform: translateY(-4px) scale(1.05);
    transform: translateY(-4px) scale(1.05);
}
 
 
.post-3-li.new-post-item  .post-thumb{
    filter: brightness(90%);
}

.post-3-li.new-post-item .post-list-meta li{
    text-align: center;
    color: #fff;
}

.post-3-li.new-post-item .post-list-meta-box{
    justify-content: center;
    color: #fff;
}

.post-3-li.new-post-item .post-info span{
    font-size: 14px;
    height: 19px;
    position: relative;
}


.post-3-li.new-post-item .post-info span:after{
    content: '•';
    padding: 0 4px;
}





.post-3-li.new-post-item a.post-list-cat-item{
    color: #fff !important;
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .post-3-li.new-post-item {
       margin-bottom: 4px;
    }
    .post-3-li.new-post-item .post-thumb{
         filter: brightness(83%);
    }
    .new-post-list{
        padding: 0 6px 0 12px;;
    }
}