
.body-center-left .bcl-list:hover{
	opacity: 0.5;
	cursor: pointer;
}

.bnFootH:hover{
	opacity: 0.5;
	cursor: pointer;
}

.showPage .bcl-btn2 .selectPage{
    color: #fff;
    background-color: #e30911;
}
.bcl-btn2 .curPage{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: rgb(102, 102, 102);
    line-height: 38px;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.bcl-btn2 p:active{
	background-color: #e4e4e4;
}
@media all and (max-width:1200px){
	.bcl-btn2 .curPage{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    margin: 0px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
}