body {
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
        background-color: #F7F3F7
}


.center {
	width: 100%;
	height: 100%;
}

.center_img {
	margin: auto;
	width: 1200px;
	height: 310px;
}

.center_title {
	height: 25px;
	line-height: 25px;
	width: 300px;
	color: #0e3c76;
	font-size: 25px;
	font-family: "微软雅黑";
	font-weight: 400;
	margin-top: 0px;
	float: left;
}

.navigation {
	text-align: right;
	width: 400px;
	float: right;
}

.center_img img {
	width: 100%;
	height: 100%;
}

.center_content {
	width: 100%;
	height: 100%;
	min-height: 57vh;

}

.center_content_div {
	width: 1200px;
	margin: auto;
	display: flex;

}

.center_content_div_a {
	width: 15%;
	margin-top: 15px;
	margin-right: 55px;
	height: 100%;

}

.center_content_div_b {
	width: 85%;
	height: 100%;
}

.center_content_announcement:hover {
	background: #0d5399;
	padding: 12px 0;
	text-align: center;
	color: white;
}

.center_content_announcement:hover a {
	color: white;
}

.center_content_announcement {
	padding: 12px 0;
	text-align: center;
	margin-top: 2px;
	background-color: #ededed;

}

.center_content_announcement2 {
	padding: 12px 0;
	background-image: #0d5399;
	margin-top: 5px;
	text-align: center;
	color: white;
}



.center_content_location {

	width: 100%;
	height: 60px;
	margin: 10px 0;
display: flex;
justify-content: space-between;
align-items: end;
}

.center_content_location2 {
	width: 95%;
	min-height: 52vh;
        padding: 0 15px;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;


}

.center_content_location2_a {
	width: 928px;
	margin-top: 20px;
}

.center_content_location2_b {
	width: 928px;
	display: flex;
	flex-direction: column;
        padding:20px;
        background-color: #fff;
}

.center_content_location2_b p {
	margin: 8px;
}

.font_df {
    margin-top: 24px;
    font-size: 20px;
    font-family: "宋体";
    font-weight: 500;
}
