﻿.content-left-item ul li {
    height:210px;
}
.content-left-item .img {
    /*height:150px;
    width:250px;*/
     height:120px;
    width:200px;
    display:inline-block;
    float:left;
    margin:10px;
}
.content-left-item .img img{
    width:100%;
    height:100%;
}
.content-left-item .text {
    float:left;
    width:805px;
    display:inline-block;
    margin:10px;
}
