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: 50px;
}

.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_list {
	float: left;
	width: 100%;
	overflow: hidden;
}
.d_c_list ul li {
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	margin: 0px 15px 0px 4px;
	border-bottom: 1px dashed #edeaea;
	float: left;
	width: 100%;
}
.d_c_list ul li i:hover{
	color: #C92B2C;
}
.d_c_list ul li i:hover::before{
	background: #C92B2C;
}
.d_c_list ul li i {
	width: 660px;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	position: relative;
	padding-left: 10px;
}
.d_c_list ul li i::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 0;
}
.d_c_list ul li a{
	display: flex;
	align-items: center;
}
.d_c_list ul li u{
	width: 25px;
    height: 25px;
	float: left;
    display: inline-block;
    background: url(../img/1_11.png) center center no-repeat;
}
.d_c_list ul li span {
	float: left;
	color: #999999;
	margin-left: 6px;
}

.d_c_list ul li p {
	float: left;
	width: 90px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.d_c_footer {
	margin-top: 10px;
	width: 870px;
	background-color: #e7e7e7;
	float: left;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.d_c_footer>span {
	margin-left: 20px;
	color: #666;
    font-size: 14px;
}

.detailed_page {
	float: right;
	margin-right: 20px;
	overflow: hidden;
}

.detailed_page button {
	width: 63px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	vertical-align: middle;
	margin-top: -2px;
	color: #666;
	outline: none;
	cursor: pointer;
}

.detailed_page button:first-child{
	margin-right: 5px;
}

.detailed_page span {
	display: inline-block;
	width: 37px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
	cursor: pointer;
}
.detailed_hover{
	color: #FFFFFF !important;
	border-color: #666666 !important;
	background-color: #666666 !important;
}
.detailed_page span:hover{
	background-color: #C92B2C;
	border-color: #C92B2C;
	color: #FFFFFF;
}
.off a {
	color: #C92B2C !important;
}
