body {
	background: #F6F6F6;
	font-family: "SH-R", STHeiTi, Arial, sans-serif;
}

.header {
	width: 100%;
	margin: 0 auto;
	height: 120px;
	background-color: #FFFFFF;
}

.header .left .font12 {
	background-color: #225da1;
	color: white;
	padding: 5px 14px;
	border-radius: 3px;
	display: inline-block;
}

.header .seach {
	width: 660px;
	height: 45px;
	position: relative;
}



.header .seach .button {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 55px;
	height: 45px;
	padding-right: 10px;
	cursor: pointer;
	background: url('../images/icon/b_seach.png') no-repeat center;
	border: none;
	border-radius: 0 5px 5px 0;
}

.header .code .flex-column-center {
	margin-left: 38px;
}

.header .code img {
	width: 80px;
	height: 80px;
	border-radius: 2px;
}

.header .code p {
	padding: 0 5px;
}

.news-content{
	width: 1650px;
	background-color: #FFFFFF;
	margin: 0 auto 60px auto;
	padding: 50px 60px;
	font-family: 'SH-R';
}
.news-content >*{
	font-family: 'SH-R';
}
.news-content >h1{
	font-size: 28px;
	color: #FF6D00;
	margin-bottom: 80px;
	text-align: center;
	font-family: 'SH-B';
}
