@charset "utf-8";
/* CSS Document */
#main .tuwen{
	float:left;
	height:345px;
	width:408px;
	margin:10px 15px 0 0;
	border:1px solid #DDD;
	border-radius:3px;
	position: relative;
}
#main .tuwen>a{
	margin:10px;
	width:388px;
	height:290px;
	display:block;
}
#main .tuwen>a>img{
	width:388px;
	height:240px;
	display:block;
}
#main .tuwen>a>strong{
	line-height:20px;
	overflow:hidden;
	height:40px;
	margin:10px 0 0 5px;
	display:block;
}
#main .tuwen>a>strong>span{
	padding:0 0 0 10px;
	font-weight:normal;
	color:#999;
}
#main .tuwen>p{
	padding:0 10px 0 10px;
}
#main .tuwen>p>i{
	font-style:normal;
	font-weight:bold;
	color:red;
}
#main .tuwen>p>em{
	color:#CCC;
	float:right;
}
#main .tuwen>p>span{
	margin-left:10px;
	color:#ccc;
	text-decoration:line-through;
}
#main .tuwen .type {
	border-radius:3px 0 3px 0;
	display:inline;
	padding:2px 5px;
    font-size:14px;
    text-align:center;
	letter-spacing:2px;
    color:#FFF;
    background-color:red;
    position:absolute;
    top:10px;
    left:10px;
	/*opacity:0.85;
 	filter:alpha(opacity=85); */
}