*{margin: 0;padding: 0;}

a{
	text-decoration: none !important;
}

ul{
	list-style: none;
}

i{
	font-style: normal;
	font-weight: 600;
}

.big_box{
	width: 100%;
}

.box{
	width: 1200px;
	padding-top: 40px;
	padding-bottom: 100px;
	margin: 0 auto;
	position: relative;
}

.details_content img{
	width:100% !important;
}


/*详情页*/
.details_box{
	width: 100%;
	overflow: hidden;
}

.details_title{
	font-size: 30px;
	color: #252525;
	font-family: "黑体";
	font-weight: 550;
}

.details_i{
	color: #afafaf;
	font-size: 14px;
	line-height: 75px;
}

.details_i span img{
	height: 14px;
}

.details_i span:nth-child(1){
	margin-left: 5px;
	margin-right: 10px;
}

.details_i span:nth-child(2){
	margin-left: 18px;
	margin-right: 10px;
}

.details_i span:nth-child(2) img{
	width: 17px;
}

.details_i em{
	color: #163474;
	font-style: normal;
}

.fenye_box{
  	padding-left: 80px !important;
}

.fenye{
	display:flex !important;
  	width: 600px !important;
  	justify-content:space-around;
}

/*详情内容*/
.details_content{
	width: 780px;
	display: inline-block;
	background-color:#f9fbfc;
	box-sizing: border-box;
	padding: 25px 25px;
	overflow: hidden;
}

/*详情左侧内容*/
/*.details_left{
	float: left;
	width: 750px;
}*/

.details_left_top{
	width: 750px;
}

.details_left_top img{
	width: 100%;
	height: 100%;
}

.details_left_top{
	margin-bottom: 20px;
}

.details_left_bottom{
	width: 100%;
	overflow: hidden;
}

#newcontent>p{
	font-size: 16px !important;
	margin-bottom: 20px !important;
}

.details_left_bottom>p{
	font-size: 16px !important;
	text-indent: 18px;
	color: black;
}

.details_right{
	float: right;
	width: 390px;
	padding-left: 15px;
	background-color: #f9fbfc;
}

.details_right_top{
	width: 100%;
	height: 63px;
	line-height: 63px;
	color: #0c0c0c;
	font-size: 20px;
	border-bottom: 2px solid #ebebeb;
}

.details_right_bottom{
	width: 100%;
	overflow: auto;
}

.details_right_bottom dl{
	width: 100%;
	height: 90px;
	margin-top: 24px;
	margin-bottom: 0px;
}

.details_right_bottom dl dd{
	float: left;
	width: 135px;
	height: 100%;
}

.details_right_bottom dl dt{
	float: left;
	height: 100%;
	padding-top: 2%;
	width: 230px;
	padding-left: 10px;
}

.details_right_bottom dl dt p{
	font-size: 16px;
	text-indent: 5px;
	color: black;
	font-weight: 200;
}

@media(max-width:980px){
	.big_box{
		width: 100%;
	}
	
	.box{
		width: 100%;
		height: 100%;
		padding-top: 0.5rem;
		box-sizing: border-box;
	}
	
	.details_box{
		height: 100%;
		width: 100%;
	}
	
	.details_title{
		text-align: center;
		font-size: 0.38rem;
	}
	
	.details_i{
		font-size: 0.3rem;
		line-height: 0.8rem;
		text-align: center;
	}
	
	.details_content{
		width: 100%;
		padding: 10px 10px;
	}
	
	.details_left{
		float: none;
		width: 100%;
	}
	
	.details_right{
		display: none;
	}
	
	.details_left_bottom{
		width: 100%;
	}
	
	.xiangqing_p{
		font-size: 0.28rem;
	}
	
	.fenye_box{
		width: 100% !important;
		margin: 0 !important;
		margin-top: 1rem !important;
		padding-left: 0 !important;
		bottom: 0.8rem !important;
	}
	
	.fenye{
		width: 100% !important;
	}
	
	.fenye a{
		width: 0.45rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.13rem;
	}
	.fenye .thisclass{
		color:#ffffff;
		background:#445c8f;
	}
}
