/* 显示数据列表样式 */
.div_main{ clear:both; width:100%; margin:0 auto; margin-bottom:10px; padding:0px; display:table;}
		.div_item{ float:left; width:290px; height:262.5px; margin-right:10px; margin-bottom:20px; padding:0 10px; padding-top:10px; text-align:center; border:1px #ddd solid; box-sizing:border-box; overflow:hidden; }
			.div_item_img{ clear:both; width:270px; height:202.5px; margin:0 auto; border:1px #efefef solid; box-sizing:border-box; overflow:hidden;}
			.div_item_title{ clear:both; width:270px; height:50px; line-height:50px; margin:0 auto; table-layout:fixed; word-break:break-all; box-sizing:border-box; overflow:hidden;}
				.div_item_title a:link, .div_item_title a:visited{ color:#333; font-weight:bold; text-decoration:none;}
				.div_item_title a:hover{ color:#FF3300 !important;}
				
	
@media screen and (min-width:1200px){
	.dt_main{ clear:both; width:100%; }
		.dt_items{ min-height:450px; }
			.li_1T{ width:5%;}
			.li_2T{ width:6%; display:inline;}
			.li_3T{ width:78%; margin-left:1%;}
			.li_4T{ width:10%; display:inline;}
	
			.li_1{ width:5%;}
			.li_2{ width:6%; display:inline;}
			.li_3{ width:78%; margin-left:1%;}
			.li_4{ width:10%; display:inline;}
}

@media (min-width: 768px) and (max-width:1199px) { 
	.dt_main{ clear:both; width:100%; }
		.dt_items{ min-height:450px; }
			.li_1T{ width:5%;}
			.li_2T{ width:6%; display:inline;}
			.li_3T{ width:78%; margin-left:1%;}
			.li_4T{ width:10%; display:inline;}
	
			.li_1{ width:5%;}
			.li_2{ width:6%; display:inline;}
			.li_3{ width:78%; margin-left:1%;}
			.li_4{ width:10%; display:inline;}
}

