<div class="gc-image">
<p class="gci-con">1111</p>
<p class="gci-tent">222</p>
<p class="gci-tent gci-content">222</p>
</div>
.gc-image{
width:270px;
height:340px;
border:1px solid #e6e6e6;
margin-top:22px;
float:left;
margin-left:23px;
}
.gc-image:hover{
box-shadow:5px 5px 0 2px #000 inset;
}