body{
	background-color: #FFFFFF;
}
.detailed1_banner {
	width: 1180px;
	height: 250px;
	margin: 0 auto;
	margin-top: 20px;
}
.detailed1_content{
	width: 1180px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.d_c_left{
	float: left;
	margin-top: 28px;
	width: 270px;
	background-color: #f3f3f3;
}
.d_c_left ul li{
	height: 40px;
	line-height: 40px;
	border: 1px solid #f0eeee;
	color: #666666;
	font-size: 16px;
}
.d_c_left ul li:hover{
	background-color: #3657a6;
	color: #FFFFFF;
}
.d_c_left ul li a{
	padding-left: 30px;
}
.d_c_right{
	float: left;
	padding-left: 30px;
	margin-top: 30px;
	overflow: hidden;
	width: 900px;
	border-left: 1px solid #f6f5f5;
	min-height: 640px;
}
.d_c_top{
	float: left;
	font-size: 14px;
	color: #333333;
	height: 40px;
	line-height: 40px;
	width: 100%;
}.d_c_top span{
	padding:0px 10px ;
}
.d_c_top span:first-child{
	padding-left: 0;
}
.d_c_top span:last-child{
	color: #999999;
}

.d_c_source{
	width: 100%;
	border-bottom: 1px dashed #f8f7f7;
	border-top: 1px dashed #f8f7f7;
	font-size: 12px;
	color: #999999;
	height: 55px;
	line-height: 55px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	display: flex;
	justify-content: space-between;
}
.d_c_content{
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	float: left;
	width: 100%;
}
