@charset "utf-8";
#header .logo {
	color: #e60012;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
	padding-left: 40px;
	text-align: left;
	text-indent: 0px;
}
#maincontent {
	min-height:400px;
}
#maincontent ul,#maincontent ol,#maincontent li {
	list-style-type:none;
}
.cardaohang {
	border-top-color: #d0d6e1;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #f5f5f5;
	border-bottom: solid #2f75bb 2px;
	overflow: hidden;
	position: relative;
	line-height: 1;
}
.cardaohang p {
	margin: 0 0 -2px;
	padding: 0;
	overflow: hidden;
}
.cardaohang a {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 9px 0 12px;
	font-size: 17px;
	color: #444;
	text-decoration: none;
	text-align: center;
	display:block;
}
.cardaohang a.active {
	color: #2f75bb;
}
.cardaohang a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: solid #d7d7d7 1px;
	border-bottom: solid #fff 1px;
}
.cardaohang a:after {
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	height: 100%;
	border-left: solid #d7d7d7 1px;
	border-right: solid #fff 1px;
}