#header{
	height: 141px;
	width: 100%;
	background: #FFF;
}
#header .container{
	height: 141px;	
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
}
#header .container .qrcode{
	text-align: right;
	font-size: 9px;
	color: #636365;
	margin-top: 50px;
}

#header .container .news{
	background-image: url("../images/news_header_bg.png");
	background-position: right;
	background-repeat: no-repeat;
	height: 22px;
	line-height: 22px;
	margin-top: 70px;
	margin-right: 40px;
}
#header .container .news .newsItem{
	float: left;
	margin-left: 5px;
	font-size: 12px;
}

#header .container .news .newsItem a{
	margin-right: 5px;
}
#header .container .news .newsItem .date{
	color: #a6c714;
	font-weight: bold;
}