@charset "utf-8";

.info-bg{
	background: url(../../images/sfxz_skin/bg-red.png) top no-repeat #F2F2F2;
}
.sfxz-title{
	line-height: 9.375rem;
	margin: auto;
	text-align: center;
	text-shadow:#FFF 3px 4px 5px;
	font-weight: bold;
	font-family: "方正小标宋简体";
	color: #C5291B;
}
.sfxz-index-hd{
	height: 3.25rem;
}

.sfxz-index-hd a{
	display: block;
	float: left;
	line-height: 3.25rem;
	width: 33.33333333333%;
	text-align: center;
	border-radius: 0.3125rem 0.3125rem 0 0;
	border-bottom: 4px solid #9c140b;
	margin-bottom: 0.3125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sfxz-index-hd a.on{
	color: #FFFFFF;
	background-color: #9c140b;
	font-weight: bold;
}


