@charset 'utf-8';
.title{
	position:relative;
	text-align: center;
	margin: 10px 0 0;
	padding: 30px 0 15px;
	letter-spacing:2px;
}
.title div{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	width: 1150px;
	margin: 0 auto;
}
.title span{
	line-height:40px;
}
.title span:first-of-type{
	color: #666;
	font-size: 18px;
}
.title span:last-of-type{
	color: #06c;
	font-size: 27px;
}
.title:after{
	content:'';
	display:block;
	position:absolute;
	width:28px;
	height:6px;
	bottom:12px;
	left:50%;
	margin-left:-14px;
	background-color:#0070c0;
	/*border-radius:5px;*/
}
