.catbody
{
width: 100%;
margin: 0 auto;
background: #fff;
border-radius: 10px;
padding: 0 0 10px;
}


.txtid
{
display: table;
width: 90%;
margin: 0 auto;
border-bottom: 1px dotted #9c9c9c;
}


.txtimg
{
display: table-cell;
width: 280px;
text-align: center;
vertical-align: top;
padding: 10px 0;
}

.txtinfo
{
display: table-cell;
vertical-align: top;
padding: 20px 0;
position: relative;
}

.txttitle
{
font: 18px Roboto;
display: block;
text-decoration: none;
color: #000;
margin: 5px 0;
}

.txtdate
{
font: 12px Roboto;
position: absolute;
right: 0px;
top: 20px;
}

.txtanons
{
font: 14px Roboto;
}

.categname
{
font:bold 25px Roboto;
width: 90%;
padding: 15px 0;
margin: 0 auto;
border-bottom: 2px dotted #9c9c9c;
}
