@charset "utf-8";

.detailed1_banner {
	height: 260px;
	margin: 0 auto;
}
.detailed1_content{
	width: 1180px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.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;
	overflow: hidden;
	width: 870px;
	border-left: 1px solid #f6f5f5;
	min-height: 640px;
}
.d_c_top{
	font-size: 14px;
	color: #333333;
	height: 60px;
	line-height: 60px;
	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-top: 1px solid #dfe0e6;
	color: gray;
	line-height: 60px;
	float: left;
	padding: 0 40px;
}
.d_c_source>span{
	display: inline-block;
	margin-left: 20px;
}
.d_c_source>span:first-child{
	margin-left: 0;
}
.d_c_content{
	text-align: left;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	float: left;
	width: 100%;
	padding: 0 40px;
	padding-bottom: 60px;
}
.d_c_content img{
	display: inline-block;
	max-width: 100%;
}
.d_c_right02{
	float: none;
	border: none;
	padding-left: 0;
	width: 100%;
	margin-left: 0;
}
.d_c_right{
	background: #fff;
}
.d_c_content02{
	border-top: 1px solid #dfe0e6;
}