.m_catalog_last {
width:100%;
overflow:hidden;
}
.m_catalog_last .pic {
float:left;
overflow:hidden;
position:relative;
}
.m_catalog_last .pic img {
border:1px solid #636363;
display:block;
position:relative;
z-index:1;
}
.m_catalog_last .tl, .m_catalog_last .tr, .m_catalog_last .br, .m_catalog_last .bl {
width:4px;
height:4px;
position:absolute;
z-index:2;
font-size:1px;
overflow:hidden;
}
.m_catalog_last .tl {
top:0px;
left:0px;
background:url('../_images/pic-tl.gif') no-repeat 0 0;
}
.m_catalog_last .tr {
top:0px;
right:0px;
background:url('../_images/pic-tr.gif') no-repeat 0 0;
}
.m_catalog_last .bl {
bottom:0px;
left:0px;
background:url('../_images/pic-bl.gif') no-repeat 0 0;
}
.m_catalog_last .br {
bottom:0px;
right:0px;
background:url('../_images/pic-br.gif') no-repeat 0 0;
}


.m_catalog_last .txt {
width:260px;
padding:3px 0 20px 0;
overflow:hidden;
clear:both;
}
.m_catalog_last .txt p {
color:#656565;
}
.m_catalog_last .txt p.name {
margin:0px;
font-size:12px;
float:left;
width: 190px;
}
.m_catalog_last .txt p.date {
margin:0px;
font-size:10px;
float:right;
text-align: right;
width: 70px;
}