
.con-ul li{
    float: left;
    width:380px;
    border-bottom:1px solid #cccccc;
    padding:15px 10px 20px;
}
.con-ul .con{
    display: inline-block;
    width:350px;
    height:445px;
    background-color: #ffffff;
    margin:0 auto;
    padding:0 15px;
    transition:all .3s;
}
.con-ul li:hover .con{
     box-shadow: rgba(238,238,238,.8) 0 0 8px 8px;
 }
.con-ul .con img{
    width:350px;
    height:233px;
    margin:18px 0 0 0;
}
.con-ul .con h2{
    font-size:18px;
    margin:20px 0 0 0;
    line-height:24px;
    transition:all .3s;
}
.con-ul .con h3{
    color: #9e9e9e;
    font-size:12px;
    margin:10px 0 20px 0;
}
.con-ul .con p{
    text-align: justify;
    -ms-text-justify:inter-ideograph;
    text-justify:inter-ideograph;
    line-height:24px;
}
.con-ul li:hover h2{
    color: #cc3524;
}