@charset "utf-8";
/* CSS Document */


#index{
	float:left;
	width:100%;
}
#index>.fenlei{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	margin:15px 0 0 0;
	border-radius:0 0 0 3px;
	border-bottom:2px solid #3AA400;
}
#index>.fenlei>strong{
	width:110px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:inline-block;
	color:#FFF;
	border-radius:3px 3px 0 3px;
	background:#3AA400;
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
}
#index>.fenlei>span{
	padding:3px 10px;
	border-radius:3px;
	margin:0 0px 0 10px;
}
#index>.fenlei>span:hover{
	background:#3AA400;
}
#index>.fenlei>a{
	margin:0 10px 0 0;
	font-size:14px;
	float:right;
}
#index>.fenlei>a:hover{
	color:#F60;
	text-decoration:underline;
}
#index>.tuwen{
	float:left;
	width:100%;
}
#index>.tuwen>div{
	float:left;
	height:308px;
	width:358px;
	margin:10px 10px 0 0;
	border:1px solid #DDD;
	border-radius:3px;
	position: relative;
}
#index>.tuwen>div:nth-child(3n){
	margin-right:0;
}
#index>.tuwen>div>a{
	margin:5px 4px 5px 4px;
	width:350px;
	height:255px;
	display:block;
}
#index>.tuwen>div>a>img{
	width:350px;
	height:200px;
	display:block;
}
#index .tuwen>div>a>strong{
	line-height:20px;
	overflow:hidden;
	height:40px;
	margin:10px 0 0 5px;
	display:block;
}
#index .tuwen>div>a>strong>span{
	padding:0 0 0 10px;
	font-weight:normal;
	color:#999;
}
#index>.tuwen>div>p{
	padding:0 10px 0 10px;
}
#index>.tuwen>div>p>i{
	font-style:normal;
	font-weight:bold;
	color:red;
}
#index>.tuwen>div>p>em{
	color:#CCC;
	float:right;
}
#index>.tuwen>div>p>span{
	margin-left:10px;
	color:#ccc;
	text-decoration:line-through;
}
#index>.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:5px;
    left:4px;
	/*opacity:0.85;
 	filter:alpha(opacity=85); */
}

#index #qz div{
	float:left;
	height:180px;
	width:202px;
	margin:10px 20px 0 0;
	border:1px solid #DDD;
	border-radius:3px;
}
#index #qz div:nth-child(5n){
	margin-right:0;
}
#index #qz div>a{
	margin:10px;
	width:160px;
	height:200px;
	display:block;
}
#index #qz div>a>img{
	width:180px;
	height:122px;
	display:block;
}
#index #qz div>a>strong{
	font-weight:normal;
	text-align:center;
	line-height:20px;
	overflow:hidden;
	height:25px;
	margin:10px 0 0 5px;
	display:block;
}