.block {
position: relative;
width: 252px; 
height: 152px; 
border: 1px solid #A7A7A7; 
float: left;
cursor: pointer;
}

.block_bar {
position: absolute;
top: 100px;
width: 247px;
border-top: 1px solid #A7A7A7;
border-bottom: 1px solid #A7A7A7;
height: 25px;
color: #103260;
font-weight: bold;
font-size: 15px;
padding: 5px 0 0 5px;
background-color: #FFFFFF;
}

.block_img {
position: absolute;
top: 105px;
right: 12px;
}