/*
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样式代码*/

/*首页幻灯片*/
.slider-info-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: left;
    box-sizing: border-box;
    justify-content: flex-end;
    display: flex;
    flex-flow: column;
    padding: 20px;
    /*background: linear-gradient(1turn, rgba(9, 15, 29, .4), transparent);*/
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
}
.slider-in h2 {
    /*font-size: 22px;*/
    color: #fff;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    position: relative;
    z-index: 2;
    overflow: hidden;
    /*background-color: #00C8A5;*/
    /*background: linear-gradient(180deg, transparent, rgba(0, 200, 165, .7));*/
    /*background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));*/
}
.slider-user {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 14px;
    position: relative;
    z-index: 2;
    display: none;
}

/*首页资讯列表*/
.post-3 .post-info h2{
    font-size: 20px;
    margin-left:0;
    margin-top:0;
    margin-right:0;
    font-weight: bold;
}
.post-3 .post-excerpt {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-line-clamp: 3;
}

/*内容页正文*/
.entry-content > p, .content-show-roles > p {
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.7;
    font-size: 16px;
    padding: 6px 0;
    margin: 3px 0;
    color: #424242;
    letter-spacing: 1px;
}
.entry-content img {
    border-radius: 3px;
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}