/* banner */
.banner {
	width: 100%;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
.main-content {
	width: 980px;
	margin: 0 auto;
}
.pages-head {
	padding: 0 0 8px;
	background: url(../images/pagesline.jpg) repeat-x left bottom;
	overflow: hidden;
}
.title-tabs {
	padding: 24px 0 12px;
}
.title-tabs .title-tabs-item {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	border-bottom: 2px solid transparent;
	margin-right: 30px;
}
.title-tabs .title-tabs-item.active {
	border-bottom: 2px solid #a50202;
}
.title-tabs-item:hover {
	border-bottom: 2px solid #a50202;
}
.cur-website {
	padding: 27px  0 16px;
}
.cur-website a {
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.cur-website a:hover {
	color: #005bac;
}
.cur-website span {
	float: left;
	margin: 0 10px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-family: simsun;
	font-weight: bold;
}
.fontlist {
	padding: 10px 0 30px;
	border-bottom: 1px dashed #dbdbdb;
}
.fontlist li {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	padding-left: 26px;
	background: url(../images/dotted.jpg) no-repeat left center;
	margin-top: 20px;
}
.fontlist li a {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	max-width: 770px;
}
.fontlist li:hover a {
	color: #005bac;
}