
.bingpai.row{
    overflow: hidden;
    margin-top: 36px;
    height: 242px;
}

.bingpai-item{
    float: left;
    width: 33.3%;
    height: 100%;
    padding: 0 20px;
    position: relative;
}

.bingpai-item img{
    display: block;    
	margin: 0 auto;  /*没有这个，图片不居中*/
	text-align:center;
}

/*

.bingpai-row.long{
    height: 460px;
}
.bingpai-row.long img{
    margin-top: 58px;
}
.bingpai-item img.long{
    width: 80%;
    margin: 0 auto;
}

*/

.bingpai-item.bingpai-text{
	white-space: nowrap;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
