@charset "UTF-8";

/*header*/

nav ul.navleft li .wgxselected{

	display: block !important;

}

/*sjsk_details*/

.sjsk_details{
	width: 1150px;
	margin: 0 auto ;
	margin-top: 60px;
}
.sjsk_details .sjsk_title{
	float: right;
	margin-bottom: 40px;
}
.sjsk_details .sjsk_title h2{
	font-size: 18px;
	line-height: 26px;
	background: url(../images/sjsk_details_turn.png) no-repeat;
	background-size: 26px;
	background-position: 90px 8px;
	padding-right: 46px;
}
.sjsk_details .sjsk_title h2:hover{
	color: #d8271c;
}
.details_left{
	float: left;
}
.details_left .details_con{
	margin-top: -2px;
	padding: 40px 0 10px 0;
	width: 360px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
}
.details_left .details_con img{
	width: 176px;
	height: 176px;
}
.details_left .details_con h3{
	font-size: 22px;
	margin-bottom: 40px;
	line-height: 26px;
}
.details_left .details_con h3 span{
	font-size: 14px;
	margin-left: 12px;
}
.details_left .details_con h4{
	font-size: 14px;
	margin-bottom: 8px;
}
.details_left .details_con p{
	font-size: 12px;
	margin-bottom: 30px;
	line-height: 24px;
	color: #666;
	text-align: justify;
	text-justify: inter-ideograph;
}

.details_right{
	float: right;
	width: 720px;
	margin-bottom: -40px;
}
.details_right img{
	margin-bottom: 40px;
	width: 720px;
}

