.banner_common:before {
	background-image: url(../img/news.jpg);
}
.menu_common{
	width: 100%;
	height: 70px;
}
.menu_common .news_menu{
	width: 352px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.news_menu span{
	display: block;
	width: 88px;
	height: 3px;
	background-color: #004098;
	position: absolute;
	bottom: -3px;
	left: 0;
	transition: all 1s;
}
.menu_common a{
	display: block;
	width: 88px;
	height: 70px;
	line-height: 70px;
	float: left;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
}
.menu_common a.news_now{
	color: #004098;
}
.hr_content {
	width: 100%;
	overflow: hidden;
	background-color: #f3f3f3;
	padding: 50px 0 55px;
}
.hr_content .hr_list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}
.hr_list a {
	display: block;
	width: calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	height: 500px;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
	color: #767676;
	font-size: 14px;
	line-height: 22px;
	padding: 40px;
	transition: all 0.5s;
	cursor: pointer;
}
.hr_list a:nth-of-type(2n+1){
	margin: 0 20px 25px 0;
}
.hr_list a:nth-of-type(2n){
	margin: 0 0 25px;
}
.hr_list a h5 {
	font-size: 14px;
	line-height: 22px;
}
.hr_list a h4 {
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	transition: all 0.5s;
}
.hr_list a .hr_top {
	width: 100%;
	overflow: hidden;
	margin: 12px 0 25px;
}
.hr_list a .hr_bottom {
	width: 100%;
	overflow: hidden;
}
.hr_list a:hover {
	background-color: #004098;
	color: #efefef;
}
.hr_list a:hover h4 {
	color: #ffffff;
}
@media only screen and (max-width: 1249px) {
	.hr_list a {
		height: 600px;
	}
}
@media only screen and (max-width: 991px) {
	.banner_common:before{
		background-image: url(../img/newsSm.jpg);
	}
	.hr_content {
	    padding: 30px 0 35px;
	}
	.hr_list a {
		width: 100%;
		height: auto;
		float: none;
	}
}
@media only screen and (max-width: 767px) {
	.menu_common{
		height: 40px;
	}
	.menu_common .news_menu{
		width: 280px;
		height: 40px;
	}
	.news_menu span{
		width: 70px;
		height: 2px;
		bottom: -2px;
	}
	.menu_common a{
		width: 70px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.hr_list a {
		font-size: 12px;
		line-height: 20px;
		padding: 25px;
	}
	.hr_list a .hr_top {
	    margin: 10px 0 15px;
	}
}
@media only screen and (min-width: 1500px) {
	.hr_content .container {
		width: 1130px;
	}
}