.in_p-occupation{
	width: 1170px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	min-width: 300px;
	padding-left: 15px;
	padding-right: 15px;
}
/*head*/
.in_title-head{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	margin: 5.5% auto 5%;
}
.in_title-head h1{
	line-height: 80px;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	background: url(/images/styled-heading-bg.png) center bottom no-repeat;
}
.in_title-head p{
	font-size: 14px;
	height: 45px;
	color: #b3b3b3;
}
/*body*/
.in_body{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 10%;
	text-align: left;
}
.in_body h1{
	font-weight: bold;
	font-size: 16px;
	line-height: 14px;
	height: 28px;
}


.in_body p{
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 26px;
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
}

.in_body p span{
	font-family: "微软雅黑", "Microsoft YaHei", sans-serif !important;
}

.up_aaa,.down_aaa{
	display: block;
	position: relative;
}

.page-bottom{
	position: relative;
	border-top: 1px solid #e8e8e8;
	padding-top: 60px;
	margin-top: 5%;
}
.page-bottom .btn-return{
	position: absolute;
	right: 0;
	top: 68px;
	background: url("/images/icon-return.png") no-repeat 20px center #004ca1;
	color: #fff;
	width: 120px;
	height: 34px;
	line-height: 34px;
	padding-left: 45px;
	border-radius: 50px;
}
.page-bottom .btn-return:hover{
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

@media only screen and (max-width: 1170px){
	.in_p-occupation{
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	/*head*/
	.in_title-head{
		width: 90%;
	}
	.in_title-head h1{
		line-height: 20px;
		font-size: 20px;
	}
	.in_title-head p{
		font-size: 12px;
		height: 30px;
	}
	/*body*/
	/*.in_body{
		width: 90%;
	}
	.in_body h1{
		font-weight: bolder;
		font-size: 14px;
		line-height: 14px;
		height: 28px;
		margin-top: 5px;
	}*/
}


/*新闻详情页*/
.news-con  img{
	margin-bottom: 3%;
	max-width:100%;
}
.news-con h3{
	font-size: 16px;
	font-weight: bold;
}
.news-con p{
	margin: 0;
	line-height: 24px;
	margin: 1% 0;
}

@media (max-width: 768px){
	.in_body p{
		font-size: 14px;
	}
	.in_title-head h1{
		font-size: 16px;
	}
}