/* 显示数据列表样式 */
.dt_main{ clear:both; width:96%; margin:0 auto; margin-bottom:10px; padding:0px; text-align:left; display:table;}
	.dt_title{ clear:both; width:100%; height:50px; line-height:50px; margin:0; padding:0px; font-weight:bold; text-align:center; border-top:1px #ddd solid; border-bottom:1px #ddd solid; box-sizing:border-box; background-color:#f9f9f9; }
		.dt_title ul{ clear:both; width:100%; height:50px; line-height:50px; margin:0; padding:0px;}
		.dt_title ul li{ list-style:none; float:left; height:50px; line-height:50px; overflow:hidden; }
			.li_1T{ width:10%;}
			.li_2T{ width:6%; display:none;}
			.li_3T{ width:90%; text-align:left;}
			.li_4T{ width:10%; display:none;}
		
	.dt_items{ clear:both; width:100%; min-height:100px; margin:0 auto; padding:0px; text-align:center; }
		.dt_items ul{ clear:both; width:100%; margin:0 auto; padding:0px; border-bottom:1px #ddd dotted; box-sizing:border-box; display:table; position:relative;}
		.dt_items ul:hover{ background-color:#EEF7FF;;}
		.dt_items ul li{ list-style:none; float:left; height:50px; line-height:50px; color:#3f3f3f; table-layout:fixed; word-break:break-all; box-sizing:border-box; overflow:hidden; }
			.dt_items ul li a:link, .dt_items ul li a:visited{ color:#333; text-decoration:none;}
			.dt_items ul li a:hover{ color:#FF3300 !important;}
			.li_1{ width:10%;}
			.li_2{ width:6%; display:none;}
			.li_3{ width:90%; table-layout:fixed; word-wrap: break-word; word-break: break-all; text-align:left;}
			.li_4{ width:10%; display:none;}
	
@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;}
}

