#wrap{
    margin:70px auto;
    width: 990px;
    overflow:hidden;
}
.item1 li{
    position:relative;
    float:left;
    margin-right:7px;
    width:240px;
    height:203px;
    overflow:hidden;
    cursor:pointer;
}
.item1 li img{
    margin-left: 72px;
}
.item1 div{
    position:absolute;
    left:0;
    top:120px;
    width:100%;
    height:50px;
    text-align:center;
    background-color: #edf4fc;
    color:#1977df;
    overflow:hidden;
}
.item1 p{
    display:none;
    margin:5px auto 0;
    width:135px;
    line-height:20px;
    text-align:left;
    text-indent:2em;
    font-size:14px;
}
.item1 h3{
    margin:11px 0;
    height:25px;
    line-height: 25px;
    font-size: 14px;
}
