/*Example for a Menu Style*/
.menu {
	height: 55px;
	font-size: 14px;
}
.hide {
	display: none;
}
.menu ul {
	padding: 0px;
	list-style: none;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu li {
	display: inline-block;	
}
.menu li a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #004a95;
	font-weight: bold;
	text-decoration: none;
	font-family: "微软雅黑";
	margin-right: 20px;

}
.menu li a.tabactive {
	color: #004a95;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	font-family: "微软雅黑";
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #004a95;
	line-height: 55px;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #anothercontent1, #anothercontent2, #anothercontent3, #anothercontent4, #anothercontent5, #anothercontent6, #contentthree1, #contentthree2, #contentthree3 , #content41, #content42, #content43{
	padding: 6px 0px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-right: 8px;
}
.newsWrap {
	
	margin-bottom: 10px;
	padding-top: 8px;
}
