.contentLine .right{
    position: relative;
}
.contentLine .right::after{
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('/static/default/images/bg.jpg');
    opacity: 0.75; /* 图片50% 透明度 */
}
.contentLine .right .content{
    padding: unset;
}
.contentLine .right .content>.row{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    z-index: 2;
}
.contentLine .right .content .item{
    padding: 0 2.5%;
}
.contentLine .right .content .bossfirstline .item img {
    width: 120px;
    height: 168px;
    object-fit: contain;
    object-fit: cover;
    background-color: #fff;
}
.item img {
    width: 120px;
    object-fit: contain;
    object-fit: cover;
    height: 168px;
    background-color: #fff;
}
.contentLine .right .content .row:first-child .item img{
    padding: 0;
}
.item .boss-name{
    color: #014bb4;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}
.item .boss-title {
    font-size: 0.8rem;
    color: #333333;
    font-weight: 600;
    margin-top: 0.5rem;
    text-align: center;
}
.contentLine .right .content .bosssecondline  .item .boss-name{
    color: #014bb4;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}
.contentLine .right .content .bosssecondline .boss-title {
    font-size: 0.8rem;
    color: #333333;
    font-weight: 600;
    margin-top: 0.5rem;
    text-align: center;
}