.r_module{
	padding:0px;
}
.news_list{
	width:100%;
}
.case_list{
	overflow:hidden;
}
.case_item{
	float:left;
	width:200px;
	margin:0px 20px;
	margin-bottom:20px;
	/*border-bottom:1px solid #ddd;*/
}
.case_item_link{
	padding:5px;
	display:block;
}
.case_item_link:hover{
	background:#e8e8e8;
}
.p_img_box{
	width:100%;
	height:107px;
	overflow:hidden;
}
.p_img_box img{
	width:100%;
}
.case_tit{
	padding:5px 0px;
}
.case_time{
	font-size:12px;
	color:#ababab;
	display:block;
	text-align:right;
}
@media screen and (max-width: 950px){
	.r_module{
		padding:0px;
	}
}
@media screen and (max-width: 500px){
	.case_item{
		width:80%;
		margin:0 auto;
		float:none;
	}
	.p_img_box{
		height:auto;
	}
}