.score-ul li{
    float: left;
    width: 23.5%;
    margin: 0 2% 4% 0;
}
.score-ul li:nth-of-type(4n){
    margin: 0 0 4% 0;
}
.score-ul li img{
    width: 100%;
}
.score-con{
    margin-top: 13px;
}
.score-con p{
    color: #333333;
    line-height: 25px;
}
.score-con em{
    display: block;
    color: #333;
    margin: 6px 0 14px 0;
}
.score-con span{
    width: 106px;
    width: 37.58%;
    /*line-height: 38px;*/
    padding: 4% 0;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 12px;
}
