/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/

.post-project .post-module-thumb {
    width: 48px;
    height: 48px;
    min-width: 48px;
    margin: 8px 0 8px 8px;
}
.post-project .post-info{
    width: 100%;
}
.post-project .post-info h2{
    margin: 8px 8px;
    font-size: 14px;
}
.post-project .post-excerpt{
    margin: 0 8px 4px;
    margin-top: -8px;
}
.post-project .post-list-meta-box{
    margin: 8px 8px;
}
.post-project .item-in {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
}
.post-project .item-in:hover {
    box-shadow: 0 6px 16px 0 #d6e0e8;
}
.post-project a.post-list-cat-item{
    color: #607d8b;
}
.post-project a:hover{
    color: var(--b2color);
}

@media screen and (max-width: 1400px) {
   .post-project ul.b2_gap>li {
        width: 25% !important;
    }
}
@media screen and (max-width: 1024px) {
   .post-project ul.b2_gap>li {
        width: 33.33333% !important;
    }
}
@media screen and (max-width: 768px) {
   .post-project ul.b2_gap>li {
        width: 50% !important;
    }
    .post-project .post-list-cat {
        margin-bottom: 0px;
    }
}