.bpbgs-main {
    width: 1093px;
    width: 10.93rem;
    font-size: 18px;
    font-size: 0.18rem;
    margin: auto;
    margin-bottom: 50px;
    margin-bottom: 0.5rem;
}
.bpbgs-penal {
    float: right;
    width: 1024px;
    width: 10.24rem;
    margin-bottom: 60px;
    margin-bottom: 0.6rem;
}
.bpbgs-item {
    width: 240px;
    width: 2.4rem;
    height: 365px;
    height: 3.65rem;
    background-size: 100%;
    float: left;
    margin: 50px 8px 0 8px;
    margin: 0.5rem 0.08rem 0 0.08rem ;
    position: relative;
}
.bpbgs-item-img {
    width: 100%;
    height: 278px;
    height: 2.78rem;
}
.bpbgs-item:hover {
    box-shadow: 4px 4px 5px 4px rgba(0,0,0,0.1);
    font-weight: bold;
}
.bpbgs-item-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 86px;
    height: 0.86rem;
    font-size: 16px;
    font-size: 0.16rem;
    color: #353535;
    background-color: #e4f1f9;
}
.bpbgs-item-text {
    width: 180px;
    width: 1.80rem;
    height: 38px;
    height: 0.38rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -105px;
    margin-top: -21px;
    margin-left: -1.05rem;
    margin-top: -0.21rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;				
    text-overflow: ellipsis;		
    display: -webkit-box;			
    -webkit-line-clamp: 2;			
    line-clamp: 2;					
    -webkit-box-orient: vertical;
}
.bpbgs-item-more {
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    width: 0.26rem;
    height: 0.26rem;
    right: 0;
    background: url('../images//more.png') no-repeat;
    background-size: 100%;
    bottom: 15px;
    bottom: 0.15rem;
    right: 15px;
    right: 0.15rem;
    cursor: pointer;
}
#bpbgs-page {
    text-align: center;
}
.layui-laypage-btn {
    background-color: #1275ca !important;
    color: #fff;
}
.layui-laypage-prev,.layui-laypage-next {
    color: #666 !important;
    background-color: #ebebeb !important;
}
.layui-box>a {
    background: #ebebeb !important; 
    color: #666 !important;
    margin: 2px !important;
    margin: 0.02rem !important;

}
.layui-laypage-spr {
    border: none !important;
}
.layui-laypage-curr {
    margin: 2px !important;
    margin: 0.02rem !important;
}