@charset "utf-8";
/* CSS Document */

a{text-decoration:none; color:#666;}
*{ margin:0px auto; padding:0px;}
.dpq_box{max-width:1200px; overflow:hidden; margin:0px auto;}
.dpq_404{width: 660px;padding-top: 180px; padding-bottom: 260px;}
.dpq_tu { width: 350px; float:left;height: 228px;}
.dpq_text{float:left; margin-top:50px;}
.dpq_f24{ font-size:24px; color:#666}
.dpq_f14{ font-size:14px; color:#999; line-height:30px; margin-top:10px;overflow:hidden;}
.dpq_f14 p{ overflow:hidden;}
.dpq_f14 b{display:block; float:left; font-weight:normal;}
.dpq_f14 span{display:block; float:left;}
.dpq_fh{ overflow:hidden;}
.dpq_fh a { height: 30px; line-height: 30px; font-size:14px; text-decoration:none; text-align: center; background: #fff;  padding: 0 10px; display: inline-block; *display: inline;  border-radius: 3px; border: 1px solid #e6e6e6; color: #ffb700; margin:10px}

.dpq_map{max-width:1200px; overflow:hidden; margin:0px auto;}
.dpq_title{ border:1px #ccc solid; height:60px; line-height:60px; font-size:16px; padding-left:10px; border-bottom:none;}
.dpq_map ul{overflow:hidden;}
.dpq_content{ overflow:hidden; }
.dpq_content ul li{margin-bottom:30px; border:1px #ccc solid;}
.dpq_content ul li h3{background:#efeff0; overflow:hidden;  font-size:16px; font-weight:normal;  padding:10px ;}
.dpq_content ul li dl{ overflow:hidden; font-size:16px; border-bottom:1px #ccc dotted; margin:0 10px 10px; padding-bottom:10px;}
.dpq_content ul li dl dd{ padding:10px 0; position:relative; display:inline-block ; float:left; width:14%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} 
.dpq_content ul li dl dd:before{    content: "|";  font-weight: bold; margin-right:2px; color: #666; }
.dpq_content ul li dl dt{float:left; font-size:14px; width:83% }
.dpq_content ul li dl dt a{padding:0px 0 0 10px; margin:5px 0; display:inline-block; position:relative; width:18%; margin-right:2%; box-sizing:border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dpq_content ul li dl dt a:before{ content:url(icon.png); position:absolute; top:7px; left: 0px;  }

@media screen and (max-width:1000px){
	.dpq_content ul li dl dt{ width:auto;}
	.dpq_content ul li dl dt a{  width:auto; width:30%; box-sizing:border-box;}
	.dpq_content ul li dl dd{ width:20%;}
	}
@media screen and (max-width:640px){
	.dpq_box{width:100%}
	.dpq_404{width:350px; padding-top:80px;}
	.dpq_tu{margin-left:-20px; float:none;}
	.dpq_text{ float:none; margin:30px auto 0;  width:216px }
	.dpq_content ul li dl dt{ width:auto;}
	.dpq_content ul li dl dt a{  width:auto; width:48%; box-sizing:border-box;}
	.dpq_content ul li dl dd{ width:48%;}
	}