.pro_centers .container .pro_boxs .pro_box_r .results_ul{
    width:100%;
    /*margin-top:50px;*/
    overflow: hidden;
}
.pro_centers .container .pro_boxs .pro_box_r .results_ul li{
    width:300px;
    height:382px;
    overflow: hidden;
    float:left;
    /*margin:15px;*/
    margin:0 8px 16px 8px;
    position: relative;
}
.pro_centers .container .pro_boxs .pro_box_r .results_ul li>a{
    display: block;
    width:270px;
    height:382px;

}
.pro_centers .container .pro_boxs .pro_box_r .results_ul li>a>img{
    width:100%;
    /*height:100%;*/
    position: absolute;
    top:0;
    left: 0;
}
.pro_centers .container .pro_boxs .pro_box_r .results_ul li .cus_p1{
    width: 100% ;
    height:30px;
    line-height: 30px;
    color:#fff;
    font-size: 14px;
    bottom: 0;
    position: absolute;
    text-align: center;
    background:#000;
    opacity: 0.5;
}