@charset "utf-8";
.pdis{
	padding:42px 0px 50px;
}
.dlist{
	width:98%;
	height:auto;
	display:table;
	margin:auto;
}
.dlist dt{
	height:30px;
	padding:30px 0px 0px;
	background:url(/images/icon_circle.gif) no-repeat 32px 38px;
	clear:both;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	line-height:30px;
}
.dlist dt h3{
	padding:0px 55px;
}
.dlist dd{
	width:31%;
	height:61px;
	margin:30px 1% 0px;
	_margin:30px .9% 0px;
	float:left;
}
.dlist dd a{
	width:100%;
	height:57px;
	display:block;
	background-color:#e9e9e9;
	border-top:4px solid #009a9b;
	font-size:16px;
	color:#444444;
	line-height:57px;
	overflow:hidden;
}
.dlist dd a span{
	padding:0px 38px;
}
.dlist dd a:hover,.dlist dd .dcur{
	border-top:4px solid #dc0011;
	font-weight:bold;
	color:#009a9b;
}
.instro-xy{
	width:94%;
	height:auto;
	margin:auto;
	padding:35px 0px 0px;
	display:table;
	font-size:18px;
	color:#333333;
	line-height:48px;
}
.instro-xy .instro-tit{
	width:96%;
	height:auto;
	margin:0px auto 20px;
	font-size:26px;
	text-align:center;
	color:#000000;
	line-height:48px;
}
@media screen and (max-width:1000px){
	.dlist{
		width:95%;
		height:auto;
		display:table;
		margin:auto;
	}
	.dlist dd{
		width:45%;
		height:61px;
		margin:30px 2.5% 0px;
		float:left;
	}
	.instro-xy{
		width:89%;
	}
}
@media screen and (max-width:580px){
	.dlist{
		width:85%;
		height:auto;
		display:table;
		margin:auto;
	}
	.dlist dd{
		width:100%;
		height:61px;
		margin:30px 0px 0px;
		float:left;
	}
}
