@charset "utf-8";
/* CSS Document */

/*BLOG*/
#blog h2{
}

#blog ul#blog{
list-style-type:none;
padding:15px;
padding-top:0px;
}
#blog ul#blog li{
width:460px;
height:200px;
overflow:hidden;
float:left;
/display:inline;
margin:5px;
margin-bottom:20px;
}
#blog ul#blog li .photo{
float:left;
/display:inline;
width:135px;
/*/width:155px;*/
height:180px;
text-align:center;
padding:10px;
}
#blog ul#blog li .databox{
float:left;
/display:inline;
padding:10px;
text-align:left;
width:280px;
/*/width:300px;*/
height:172px;
/*/height:190px;*/
overflow:hidden;
}

#blog ul#blog li .databox h3{
font-size:12px;
font-weight:bold;
text-align:left;
height:16px;
}
#blog ul#blog li .databox h4{
font-size:12px;
font-weight:bold;
text-align:left;
height:18px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
/white-space:normal;
}
#blog ul#blog li .databox h5{
font-size:10px;
font-weight:normal;
text-align:left;
height:16px;
}
#blog ul#blog li .databox h6{
font-size:12px;
font-weight:bold;
text-align:right;
padding:2px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
/white-space:normal;
/height:16px;
}

#blog ul#blog li .databox p{
padding:2px;
font-size:12px;
font-weight:normal;
text-align:left;
}
#blog ul#blog li .databox p.date{
text-align:right;
}
#blog ul#blog li .databox p.text{
height:58px;
/*/height:64px;*/
overflow:auto;
}
#blog ul#blog li .databox p.more{
text-align:right;
}
#blog ul#blog li .databox p.desc{
text-align:right;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
/white-space:normal;
/height:16px;
}

